Packages

abstract class AntlrParserDriver extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AntlrParserDriver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AntlrParserDriver()

Abstract Value Members

  1. abstract def createLexer(input: CharStream): Lexer
  2. abstract def parseTokenStreamImpl(tokens: TokenSubStream): ParseTree

Concrete 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 addObserver(observer: AntlrParserDriverObserver): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def begin(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def createStreamOfHiddenTokensFromFile(filename: String): CommonTokenStream
    Attributes
    protected[astcreation]
  9. def createTokenStreamFromFile(filename: String): TokenSubStream
    Attributes
    protected[astcreation]
  10. def end(): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def getAntlrParser(): Parser
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getContext(): CommonParserContext
  16. def getListener(): ParseTreeListener
  17. def getResult(): CompoundStatement
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def initializeContext(context: CommonParserContext): Unit
  20. def initializeContextWithFile(filename: String, stream: TokenSubStream): Unit
    Attributes
    protected[astcreation]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isRecognitionException(ex: RuntimeException): Boolean
    Attributes
    protected[astcreation]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def notifyObserversOfItem(aItem: AstNode): Unit
  27. def notifyObserversOfUnitEnd(ctx: ParserRuleContext): Unit
  28. def notifyObserversOfUnitStart(ctx: ParserRuleContext): Unit
  29. def parseAndWalkFile(filename: String, diffGraph: Builder): Builder
  30. def parseAndWalkString(input: String): ParseTree
  31. def parseAndWalkTokenStream(tokens: TokenSubStream): Unit
  32. def parseString(input: String): ParseTree
  33. def parseTokenStream(tokens: TokenSubStream): ParseTree
  34. def setAntlrParser(parser: Parser): Unit
  35. def setContext(context: CommonParserContext): Unit
  36. def setLLStarMode(parser: Parser): Unit
    Attributes
    protected[astcreation]
  37. def setListener(listener: ParseTreeListener): Unit
  38. def setSLLMode(parser: Parser): Unit
    Attributes
    protected[astcreation]
  39. def setStack(aStack: Stack[AstNodeBuilder[_ <: AstNode]]): Unit
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. def walkTree(tree: ParseTree): Unit
    Attributes
    protected[astcreation]

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped