object Evaluator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Evaluator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Env = Map[TesslaCore.Identifier, Lazy[ValueOrError]]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def evalApplication(f: ValueArg, args: Seq[ValueOrError], resultType: ValueType, loc: Location, env: Env = Map()): ValueOrError
- def evalArg(arg: ValueArg, env: Env): ValueOrError
- def evalExpression(desc: ValueExpressionDescription, env: Env): ValueOrError
- def evalIfThenElse(cond: ValueArg, thenCase: Lazy[ValueArg], elseCase: Lazy[ValueArg], env: Env, loc: Location): ValueOrError
- def evalPrimitiveOperator(name: String, arguments: Seq[ValueOrError], resultType: ValueType, loc: Location): ValueOrError
- def evalPrimitiveOperator(op: CurriedPrimitiveOperator, arguments: Seq[ValueOrError], resultType: ValueType, loc: Location): ValueOrError
- def evalToString(arg: ValueOrError): String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBool(voe: ValueOrError): Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCtf(voe: ValueOrError): ICompositeDefinition
- def getFloat(voe: ValueOrError): Double
- def getFormatArg(arg: ValueOrError): AnyRef
- def getInt(voe: ValueOrError): BigInt
- def getList(voe: ValueOrError): TesslaList
- def getMap(voe: ValueOrError): TesslaMap
- def getOption(voe: ValueOrError): TesslaOption
- def getSet(voe: ValueOrError): TesslaSet
- def getString(voe: ValueOrError): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )