Packages

sealed abstract class Node extends AnyRef

Source
Diagram.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Node
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def tooltip: Option[String]
  2. abstract def tpe: TypeEntity
  3. abstract def tpl: Option[TemplateEntity]

Concrete Value Members

  1. def doctpl: Option[DocTemplateEntity]

    shortcut to get a DocTemplateEntity

  2. def isClassNode: Boolean
  3. def isImplicitNode: Boolean
  4. def isNormalNode: Boolean
  5. def isObjectNode: Boolean
  6. def isOtherNode: Boolean
  7. def isOutsideNode: Boolean
  8. def isThisNode: Boolean
  9. def isTraitNode: Boolean
  10. def isTypeNode: Boolean
  11. def name: String