package antlr
Content Hierarchy
Type Members
- class FIRRTLBaseVisitor[T] extends AbstractParseTreeVisitor[T] with FIRRTLVisitor[T]
This class provides an empty implementation of
FIRRTLVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods. - class FIRRTLLexer extends Lexer
- Annotations
- @SuppressWarnings()
- class FIRRTLParser extends org.antlr.v4.runtime.Parser
- Annotations
- @SuppressWarnings()
- trait FIRRTLVisitor[T] extends ParseTreeVisitor[T]
This interface defines a complete generic visitor for a parse tree produced by
FIRRTLParser
.
This is the documentation for Firrtl.