Packages

class LibraryInterfaceFactory extends Translator[ILibraryInterface]

Linear Supertypes
Translator[ILibraryInterface], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LibraryInterfaceFactory
  2. Translator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LibraryInterfaceFactory(spec: core.TesslaAST.Core.Specification)

Type Members

  1. type Annotation = (String, core.TesslaAST.Core.ExpressionArg)
  2. type InStream = (core.TesslaAST.Core.Identifier, core.TesslaAST.Core.Type)

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. val alreadyTypeAssertedStreams: Set[InStream]
  7. def annotationsByName(annotationName: String): Seq[(Annotation, InStream)]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def assertSameType(cType: String, stream: InStream): Unit
    Attributes
    protected
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def createFunctionCbName(cbSuffix: String)(annotation: Annotation): String
  12. def createObservations(createCbName: (Annotation) => String)(annotationName: String, createCode: (Annotation, InStream) => String): Seq[(String, String)]
  13. def createPatternCbName(cbSuffix: String)(annotation: Annotation): String
  14. def encloseInstrumentationCode(code: String): String
    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def error(error: TesslaError): Unit
    Attributes
    protected
    Definition Classes
    Translator
  18. val errors: ArrayBuffer[TesslaError]
    Attributes
    protected
    Definition Classes
    Translator
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def parsePattern(str: String, loc: Location): Pattern
  26. def patternCb(pattern: Pattern): String
  27. val prefix: String
    Attributes
    protected
  28. def printEvent(in: InStream, value: String): String
    Attributes
    protected
  29. def printEventArgument(in: InStream, index: Int): String
    Attributes
    protected
  30. def printEventIndex(in: InStream, index: Int): String
    Attributes
    protected
  31. def printEventValue(in: InStream): String
    Attributes
    protected
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val threadIdInStreams: Map[core.TesslaAST.Core.Identifier, (Id[core.TesslaAST.Core.Type], core.TesslaAST.Core.Annotations)]
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def translate(): Result[ILibraryInterface]
    Definition Classes
    Translator
  36. def translateSpec(): ILibraryInterface
    Attributes
    protected
    Definition Classes
    LibraryInterfaceFactory → Translator
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def warn(loc: Location, message: String): Unit
    Attributes
    protected
    Definition Classes
    Translator
  41. def warn(diagnostic: Diagnostic): Unit
    Attributes
    protected
    Definition Classes
    Translator
  42. val warnings: ArrayBuffer[Diagnostic]
    Attributes
    protected
    Definition Classes
    Translator

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Translator[ILibraryInterface]

Inherited from AnyRef

Inherited from Any

Ungrouped