class TesslaSyntaxToTessla extends Translator[Specification] with CanParseConstantString

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TesslaSyntaxToTessla
  2. CanParseConstantString
  3. Translator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TesslaSyntaxToTessla(spec: Seq[ParseResult])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abort(): Nothing
    Attributes
    protected
    Definition Classes
    Translator
  5. def abortOnError(): Unit
    Attributes
    protected
    Definition Classes
    Translator
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def checkForDuplicates(identifiers: Seq[Identifier]): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(error: TesslaError): Unit
    Attributes
    protected
    Definition Classes
    Translator
  12. val errors: ArrayBuffer[TesslaError]
    Attributes
    protected
    Definition Classes
    Translator
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getConstantString(stringLit: StringLitContext): String
    Definition Classes
    CanParseConstantString
  15. def getTypeDefID(stat: Statement): Option[Identifier]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mkID(id: TerminalNode): Identifier
  19. def mkID(id: Token): Identifier
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def parseEscapeSequence(sequence: String, loc: Location): String
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def translate(): Result[Specification]
    Definition Classes
    Translator
  27. def translateAnnotation(annotation: AnnotationContext): Annotation
  28. def translateBody(body: BodyContext): Body
  29. def translateConstantExpression(exp: ConstantExpressionContext): ConstantExpression
  30. def translateDefinition(definition: DefContext): Definition
  31. def translateEvalType(evTyp: EvalTypeContext): (Option[RuntimeEvaluation], Type)
  32. def translateExpression(exp: ExpressionContext): Expression
  33. def translateParameter(parameter: ParamContext): (Option[RuntimeEvaluation], Parameter)
  34. def translateSpec(): Specification
    Definition Classes
    TesslaSyntaxToTesslaTranslator
  35. def translateStatement(stat: StatementContext, tokens: CommonTokenStream): Statement
  36. def translateType(typ: TypeContext): Type
  37. def tryWithDefault[R](default: => R)(body: => R): R
    Attributes
    protected
    Definition Classes
    Translator
  38. def tupleToObject[T <: HasLoc](elems: Seq[T]): Map[Identifier, T]
  39. def unwrapResult[T](result: Result[T]): T
    Attributes
    protected
    Definition Classes
    Translator
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def warn(loc: Location, message: String): Unit
    Attributes
    protected
    Definition Classes
    Translator
  44. def warn(diagnostic: Diagnostic): Unit
    Attributes
    protected
    Definition Classes
    Translator
  45. val warnings: ArrayBuffer[Diagnostic]
    Attributes
    protected
    Definition Classes
    Translator
  46. object ExpressionVisitor extends TesslaSyntaxBaseVisitor[Expression] with TesslaVisitor[Expression]
  47. object TypeVisitor extends TesslaSyntaxBaseVisitor[Type] with TesslaVisitor[Type]

Deprecated Value Members

  1. 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.

Inherited from CanParseConstantString

Inherited from Translator[Specification]

Inherited from AnyRef

Inherited from Any

Ungrouped