case class ExtendedSpecification(spec: core.TesslaAST.Core.Specification, usageInfo: Option[Map[core.TesslaAST.Core.Identifier, Set[core.TesslaAST.Core.Identifier]]], lazyVars: Option[Set[core.TesslaAST.Core.Identifier]], inlining: Option[Set[core.TesslaAST.Core.Identifier]]) extends Product with Serializable
TeSSLa Core AST with additional information from the preprocessing
- spec
The TeSSLa Core AST
- usageInfo
Map indication which Identifier is used in the definitions of other identifiers
- lazyVars
Set of all variables that shall be translated with lazy assignments
- inlining
Set of all variables which are not translated as variables but inlined (must be final variables)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExtendedSpecification
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ExtendedSpecification(spec: core.TesslaAST.Core.Specification, usageInfo: Option[Map[core.TesslaAST.Core.Identifier, Set[core.TesslaAST.Core.Identifier]]], lazyVars: Option[Set[core.TesslaAST.Core.Identifier]], inlining: Option[Set[core.TesslaAST.Core.Identifier]])
- spec
The TeSSLa Core AST
- usageInfo
Map indication which Identifier is used in the definitions of other identifiers
- lazyVars
Set of all variables that shall be translated with lazy assignments
- inlining
Set of all variables which are not translated as variables but inlined (must be final variables)
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inlining: Option[Set[core.TesslaAST.Core.Identifier]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lazyVars: Option[Set[core.TesslaAST.Core.Identifier]]
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val spec: core.TesslaAST.Core.Specification
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val usageInfo: Option[Map[core.TesslaAST.Core.Identifier, Set[core.TesslaAST.Core.Identifier]]]
- 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