package antlr
Type Members
- class ASNBaseVisitor[T] extends AbstractParseTreeVisitor[T] with ASNVisitor[T]
This class provides an empty implementation of
ASNVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. - class ASNLexer extends Lexer
- Annotations
- @SuppressWarnings()
- class ASNParser extends Parser
- Annotations
- @SuppressWarnings()
- trait ASNVisitor[T] extends ParseTreeVisitor[T]
This interface defines a complete generic visitor for a parse tree produced by
ASNParser.