Packages

case class If(p: RuntimeEvaluationTree, thenp: RuntimeEvaluationTree, elsep: RuntimeEvaluationTree, type: Type) extends RuntimeEvaluationTree with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, RuntimeEvaluationTree, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. If
  2. Serializable
  3. Product
  4. Equals
  5. RuntimeEvaluationTree
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new If(p: RuntimeEvaluationTree, thenp: RuntimeEvaluationTree, elsep: RuntimeEvaluationTree, type: Type)

Value Members

  1. val elsep: RuntimeEvaluationTree
  2. val p: RuntimeEvaluationTree
  3. def prettyPrint(depth: Int): String
    Definition Classes
    IfRuntimeEvaluationTree
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val thenp: RuntimeEvaluationTree
  6. def toString(): String
    Definition Classes
    RuntimeEvaluationTree → AnyRef → Any
  7. val type: Type
    Definition Classes
    IfRuntimeEvaluationTree