object Evaluator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Evaluator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Env = Map[TesslaCore.Identifier, Lazy[ValueOrError]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def evalApplication(f: ValueArg, args: Seq[ValueOrError], resultType: ValueType, loc: Location, env: Env = Map()): ValueOrError
  9. def evalArg(arg: ValueArg, env: Env): ValueOrError
  10. def evalExpression(desc: ValueExpressionDescription, env: Env): ValueOrError
  11. def evalIfThenElse(cond: ValueArg, thenCase: Lazy[ValueArg], elseCase: Lazy[ValueArg], env: Env, loc: Location): ValueOrError
  12. def evalPrimitiveOperator(name: String, arguments: Seq[ValueOrError], resultType: ValueType, loc: Location): ValueOrError
  13. def evalPrimitiveOperator(op: CurriedPrimitiveOperator, arguments: Seq[ValueOrError], resultType: ValueType, loc: Location): ValueOrError
  14. def evalToString(arg: ValueOrError): String
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getBool(voe: ValueOrError): Boolean
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getCtf(voe: ValueOrError): ICompositeDefinition
  19. def getFloat(voe: ValueOrError): Double
  20. def getFormatArg(arg: ValueOrError): AnyRef
  21. def getInt(voe: ValueOrError): BigInt
  22. def getList(voe: ValueOrError): TesslaList
  23. def getMap(voe: ValueOrError): TesslaMap
  24. def getOption(voe: ValueOrError): TesslaOption
  25. def getSet(voe: ValueOrError): TesslaSet
  26. def getString(voe: ValueOrError): String
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped