class ConstantEvaluator extends tessla.TesslaCore.IdentifierFactory with TranslationPhase[tessla.TypedTessla.Specification, Specification]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstantEvaluator
- TranslationPhase
- IdentifierFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class BuiltInEntry (builtIn: BuiltIn) extends TranslationResult with Product with Serializable
- type Env = Map[TypedTessla.Identifier, EnvEntryWrapper]
- sealed abstract class EnvEntry extends AnyRef
- case class EnvEntryWrapper (entry: EnvEntry) extends Product with Serializable
- case class InputStreamEntry (name: String) extends TranslationResult with Product with Serializable
- case class MacroEntry (mac: TypedTessla.Macro, closure: Env) extends TranslationResult with Product with Serializable
- case class NilEntry (nil: Nil) extends TranslationResult with Product with Serializable
- case class NotYetTranslated (entry: TypedTessla.VariableEntry, closure: Env) extends EnvEntry with Product with Serializable
- case class ObjectEntry (members: Map[String, Lazy[TranslationResult]]) extends TranslationResult with Product with Serializable
- case class StreamEntry (streamId: TesslaCore.Identifier, typ: StreamType) extends TranslationResult with Product with Serializable
- case class Translated (result: Lazy[TranslationResult]) extends EnvEntry with Product with Serializable
- case class Translating (loc: Location) extends EnvEntry with Product with Serializable
- sealed abstract class TranslationResult extends AnyRef
- case class TypeEntry (typ: ValueType) extends TranslationResult with Product with Serializable
- case class ValueEntry (value: Value) extends TranslationResult with Product with Serializable
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
- @HotSpotIntrinsicCandidate() @throws( ... )
- def createEnvForScope(scope: TypedTessla.Scope, parent: Env): Env
- def createEnvForScopeWithParents(scope: TypedTessla.Scope): Env
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(error: TesslaError): Unit
- Definition Classes
- TranslationPhase
-
val
errors: ArrayBuffer[TesslaError]
- Definition Classes
- TranslationPhase
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate()
- def getResult(envEntry: EnvEntry): Lazy[TranslationResult]
- def getStream(envEntry: EnvEntry, loc: Location): StreamRef
- def getType(env: Env, id: TypedTessla.Identifier): ValueType
- def getValue(envEntry: EnvEntry): ValueOrError
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makeIdentifier(name: String): TesslaCore.Identifier
- Definition Classes
- IdentifierFactory
-
def
makeIdentifier(): TesslaCore.Identifier
- Definition Classes
- IdentifierFactory
-
def
makeIdentifier(nameOpt: Option[String]): TesslaCore.Identifier
- Definition Classes
- IdentifierFactory
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
translate(spec: TypedTessla.Specification): Result[Specification]
- Definition Classes
- TranslationPhase
- def translateEntry(env: Env, wrapper: EnvEntryWrapper): Unit
- def translateEnv(env: Env): Unit
- def translateExpression(env: Env, wrapper: EnvEntryWrapper, expression: TypedTessla.Expression, nameOpt: Option[String], typ: TypedTessla.Type): Unit
- def translateLiteral(literal: LiteralValue, loc: Location): Value
-
def
translateSpec(spec: TypedTessla.Specification): Specification
- Definition Classes
- ConstantEvaluator → TranslationPhase
- def translateStreamType(typ: TypedTessla.Type, env: Env): StreamType
- def translateValueType(typ: TypedTessla.Type, env: Env): ValueType
- def translateVar(env: Env, id: TypedTessla.Identifier, loc: Location): EnvEntry
-
def
tryWithDefault[R](default: ⇒ R)(body: ⇒ R): R
- Definition Classes
- TranslationPhase
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
warn(loc: Location, message: String): Unit
- Definition Classes
- TranslationPhase
-
def
warn(diagnostic: Diagnostic): Unit
- Definition Classes
- TranslationPhase
-
val
warnings: ArrayBuffer[Diagnostic]
- Definition Classes
- TranslationPhase