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() @HotSpotIntrinsicCandidate() @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], loc: Location, env: Env = Map()): ValueOrError
  9. def evalArg(arg: ValueArg, env: Env): ValueOrError
  10. def evalExpression(exp: ValueExpression, env: Env): ValueOrError
  11. def evalIfThenElse(cond: ValueArg, thenCase: Lazy[ValueArg], elseCase: Lazy[ValueArg], env: Env, loc: Location): ValueOrError
  12. def evalPrimitiveOperator(op: PrimitiveOperator, arguments: Seq[ValueOrError], loc: Location): ValueOrError
  13. def evalPrimitiveOperator(op: CurriedPrimitiveOperator, arguments: Seq[ValueOrError], loc: Location): ValueOrError
  14. def evalToString(arg: ValueOrError): String
  15. def getBool(voe: ValueOrError): Boolean
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getCtf(voe: ValueOrError): ICompositeDefinition
  18. def getFloat(voe: ValueOrError): Double
  19. def getFormatArg(arg: ValueOrError): AnyRef
  20. def getInt(voe: ValueOrError): BigInt
  21. def getList(voe: ValueOrError): TesslaList
  22. def getMap(voe: ValueOrError): TesslaMap
  23. def getOption(voe: ValueOrError): TesslaOption
  24. def getSet(voe: ValueOrError): TesslaSet
  25. def getString(voe: ValueOrError): String
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped