Packages

case class LocalVar(name: String, type: Type) extends Assignable with Product with Serializable

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

Instance Constructors

  1. new LocalVar(name: String, type: Type)

Value Members

  1. val name: String
  2. def prettyPrint(depth: Int): String
    Definition Classes
    LocalVarRuntimeEvaluationTree
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def toString(): String
    Definition Classes
    RuntimeEvaluationTree → AnyRef → Any
  5. val type: Type
    Definition Classes
    LocalVarRuntimeEvaluationTree