Packages

package antlr

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ANTLRInputStream extends Object
    Annotations
    @native() @JSImport("antlr4ts", "ANTLRInputStream") @JSType()
  2. class AbstractParseTreeVisitor[Result] extends Object
    Annotations
    @native() @JSImport("antlr4ts/tree/AbstractParseTreeVisitor", "AbstractParseTreeVisitor") @JSType()
  3. trait ApexParserVisitor[Result] extends Object
    Annotations
    @JSType()
  4. class BufferedTokenStream extends Object
    Annotations
    @native() @JSImport("antlr4ts", "BufferedTokenStream") @JSType()
  5. class CharStream extends Object
    Annotations
    @native() @JSImport("antlr4ts/CharStream", "CharStream") @JSType()
  6. class CommonTokenStream extends BufferedTokenStream
    Annotations
    @native() @JSImport("antlr4ts", "CommonTokenStream") @JSType()
  7. trait ErrorNode extends TerminalNode
    Annotations
    @native() @JSType()
  8. class Interval extends Object
    Annotations
    @native() @JSImport("antlr4ts/misc/Interval", "Interval") @JSType()
  9. trait ParseTree extends Object
    Annotations
    @native() @JSType()
  10. class ParserRuleContext extends Object with RuleContext
    Annotations
    @native() @JSImport("antlr4ts", "ParserRuleContext") @JSType()
  11. trait RuleContext extends Object with RuleNode
    Annotations
    @native() @JSType()
  12. trait RuleNode extends Object with ParseTree
    Annotations
    @native() @JSType()
  13. class TerminalNode extends Object with ParseTree
    Annotations
    @native() @JSImport("antlr4ts/tree/TerminalNode", "TerminalNode") @JSType()
  14. class Token extends Object
    Annotations
    @native() @JSImport("antlr4ts", "Token") @JSType()

Value Members

  1. object CharStreams extends Object
    Annotations
    @native() @JSImport("antlr4ts/CharStreams", "CharStreams")

Ungrouped