case object NoTree extends SemanticTree with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoTree
  2. SemanticTree
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def isEmpty: Boolean
    Definition Classes
    SemanticTree
  2. final def nonEmpty: Boolean
    Definition Classes
    SemanticTree
  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. final def toString(width: Int): String
    Definition Classes
    SemanticTree
  6. final def toString(): String
    Definition Classes
    SemanticTree → AnyRef → Any