class TypedTessla2TesslaASTTypedWorker extends Translator[tessla.TesslaAST.Typed.Specification]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypedTessla2TesslaASTTypedWorker
- Translator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TypedTessla2TesslaASTTypedWorker(spec: TypedSpecification, baseTime: Option[TimeLiteral])
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
- def abort(): Nothing
- Attributes
- protected
- Definition Classes
- Translator
- def abortOnError(): Unit
- Attributes
- protected
- Definition Classes
- Translator
- 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()
- def determineTypeArguments(resolved: TesslaAST.Typed.Type, resolvable: TesslaAST.Typed.Type): Map[TesslaAST.Typed.Identifier, TesslaAST.Typed.Type]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(error: TesslaError): Unit
- Attributes
- protected
- Definition Classes
- Translator
- val errors: ArrayBuffer[TesslaError]
- Attributes
- protected
- Definition Classes
- Translator
- def generateArgumentList(macroName: String, loc: Location, args: Seq[TypedTessla.Argument], parameter: Seq[TypedTessla.Parameter]): Seq[(TypedTessla.Identifier, Location)]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookup(env: TypedTessla.Definitions, id: TypedTessla.Identifier): TypedTessla.VariableEntry
- def lookupParameterNames(env: TypedTessla.Definitions, macroID: TypedTessla.Identifier): Option[(Seq[(Option[RuntimeEvaluation], TypedTessla.Parameter)], Location)]
- def lookupType(id: TypedTessla.Identifier, env: TypedTessla.Definitions): TesslaAST.Typed.Type
- def lookupType2(id: TypedTessla.Identifier, env: TypedTessla.Definitions): TesslaAST.Typed.Type
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val staticiteExtern: TesslaAST.Typed.ExternExpression
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toIdentifier(identifier: TypedTessla.Identifier, location: Location): TesslaAST.Typed.Identifier
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toType(tpe: TypedTessla.Type, location: Location = Location.unknown): TesslaAST.Typed.Type
- def translate(): Result[TesslaAST.Typed.Specification]
- Definition Classes
- Translator
- def translateAnnotations(annotations: Seq[TypedTessla.Annotation]): Map[String, ArraySeq[TesslaAST.Typed.RecordConstructorExpression]]
- def translateConstantExpression(exp: ConstantExpression): TesslaAST.Typed.ExpressionArg
- def translateEnv(env: TypedTessla.Definitions): Map[TesslaAST.Typed.Identifier, TesslaAST.Typed.ExpressionArg]
- def translateLiteralValue(value: LiteralValue, loc: Location): TesslaAST.Typed.ExpressionArg
- def translateSpec(): TesslaAST.Typed.Specification
- Attributes
- protected
- Definition Classes
- TypedTessla2TesslaASTTypedWorker → Translator
- def tryWithDefault[R](default: => R)(body: => R): R
- Attributes
- protected
- Definition Classes
- Translator
- val unknownType: TesslaAST.Typed.InstantiatedType
- def unwrapResult[T](result: Result[T]): T
- Attributes
- protected
- Definition Classes
- Translator
- 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])
- def warn(loc: Location, message: String): Unit
- Attributes
- protected
- Definition Classes
- Translator
- def warn(diagnostic: Diagnostic): Unit
- Attributes
- protected
- Definition Classes
- Translator
- val warnings: ArrayBuffer[Diagnostic]
- Attributes
- protected
- Definition Classes
- Translator
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.