object ConstantEvaluator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstantEvaluator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Applicable = (ArraySeq[Translatable[Any, Option]]) => Translatable[Any, Some]
- type Env = Map[TesslaAST.Typed.Identifier, TranslationResult[Any, Some]]
- type ExpressionOrRef = Either[StackLazy[TesslaAST.Core.Expression], StrictOrLazy]
- type Extern = (ArraySeq[TranslatableMonad[Any]]) => TranslatableMonad[Any]
- case class StrictOrLazy(translateStrict: StackLazy[TesslaAST.Core.ExpressionArg], translateLazy: StackLazy[TesslaAST.Core.ExpressionArg]) extends Product with Serializable
- case class Translatable[+A, +B[+_]](translate: (TranslatedExpressions) => TranslationResult[A, B]) extends Product with Serializable
- type TranslatableMonad[+A] = Translatable[A, Option]
- class TranslatedExpressions extends AnyRef
- case class TranslationResult[+A, +B[+_]](value: StackLazy[Option[A]], expression: StackLazy[B[ExpressionOrRef]]) extends Product with Serializable
- type TypeApplicable = (List[TesslaAST.Typed.Type]) => Applicable
- type TypeEnv = Map[TesslaAST.Typed.Identifier, TesslaAST.Typed.Type]
- type TypeExtern = (List[TesslaAST.Typed.Type]) => Extern
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
- val PREFER_REIFIED_EXPRESSIONS: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val doNotExpandExterns: Map[String, TypeExtern]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val errorExtern: TesslaAST.Core.ExternExpression
- val errorExternA: TesslaAST.Core.Identifier
- val externs: Map[String, Any]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getExpressionArgStrict(result: TranslationResult[Any, Some]): StackLazy[TesslaAST.Core.ExpressionArg]
- def getReified(result: TranslationResult[Any, Option], tpe: TesslaAST.Core.Type): StackLazy[Either[InternalError, ExpressionOrRef]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lazyWithStack: LazyWithStack[Location]
- def mkErrorResult(error: RuntimeError, tpe: TesslaAST.Core.Type): TranslationResult[Any, Some]
- def mkLiteralResult(value: Option[Any], expression: TesslaAST.Core.Expression): TranslationResult[Any, Some]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noExtern: TypeExtern
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def reified(result: TranslationResult[Any, Option], tpe: TesslaAST.Core.Type): TranslationResult[Any, Some]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit val translatableMonad: Monad[TranslatableMonad]
- def tryReified(result: TranslationResult[Any, Option], tpe: TesslaAST.Core.Type): TranslationResult[Any, Option]
- val valueExterns: Map[String, Any]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.