package antlr
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class ANTLRInputStream extends Object
- Annotations
- @native() @JSImport("antlr4ts", "ANTLRInputStream") @JSType()
- class AbstractParseTreeVisitor[Result] extends Object
- Annotations
- @native() @JSImport("antlr4ts/tree/AbstractParseTreeVisitor", "AbstractParseTreeVisitor") @JSType()
- trait ApexParserVisitor[Result] extends Object
- Annotations
- @JSType()
- class BufferedTokenStream extends Object
- Annotations
- @native() @JSImport("antlr4ts", "BufferedTokenStream") @JSType()
- class CharStream extends Object
- Annotations
- @native() @JSImport("antlr4ts/CharStream", "CharStream") @JSType()
- class CommonTokenStream extends BufferedTokenStream
- Annotations
- @native() @JSImport("antlr4ts", "CommonTokenStream") @JSType()
- trait ErrorNode extends TerminalNode
- Annotations
- @native() @JSType()
- class Interval extends Object
- Annotations
- @native() @JSImport("antlr4ts/misc/Interval", "Interval") @JSType()
- trait ParseTree extends Object
- Annotations
- @native() @JSType()
- class ParserRuleContext extends Object with RuleContext
- Annotations
- @native() @JSImport("antlr4ts", "ParserRuleContext") @JSType()
- trait RuleContext extends Object with RuleNode
- Annotations
- @native() @JSType()
- trait RuleNode extends Object with ParseTree
- Annotations
- @native() @JSType()
- class TerminalNode extends Object with ParseTree
- Annotations
- @native() @JSImport("antlr4ts/tree/TerminalNode", "TerminalNode") @JSType()
- class Token extends Object
- Annotations
- @native() @JSImport("antlr4ts", "Token") @JSType()
Value Members
- object CharStreams extends Object
- Annotations
- @native() @JSImport("antlr4ts/CharStreams", "CharStreams")