Packages

sealed abstract class TypeNode extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeNode
  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. All

Abstract Value Members

  1. abstract def grouping: Grouping
  2. abstract def nodes: List[TypeNode]

Concrete Value Members

  1. def label: String
  2. def show(): String
  3. def show(indent: Int): String
  4. def show(indent: Int, showLabel: Boolean): String
  5. def toString(): String
    Definition Classes
    TypeNode → AnyRef → Any
  6. def typeName: String
  7. def withLabel(l: String): TypeNode.this.type
  8. def withType(t: String): TypeNode.this.type