Packages

c

firrtl.antlr

FIRRTLBaseVisitor

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.

Source
FIRRTLBaseVisitor.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FIRRTLBaseVisitor
  2. FIRRTLVisitor
  3. AbstractParseTreeVisitor
  4. ParseTreeVisitor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FIRRTLBaseVisitor()

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 aggregateResult(arg0: T, arg1: T): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def defaultResult(): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def visit(arg0: ParseTree): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  21. def visitBoundValue(ctx: BoundValueContext): T

    Visit a parse tree produced by FIRRTLParser#boundValue.

    Visit a parse tree produced by FIRRTLParser#boundValue.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  22. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  23. def visitCircuit(ctx: CircuitContext): T

    Visit a parse tree produced by FIRRTLParser#circuit.

    Visit a parse tree produced by FIRRTLParser#circuit.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  24. def visitDefname(ctx: DefnameContext): T

    Visit a parse tree produced by FIRRTLParser#defname.

    Visit a parse tree produced by FIRRTLParser#defname.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  25. def visitDir(ctx: DirContext): T

    Visit a parse tree produced by FIRRTLParser#dir.

    Visit a parse tree produced by FIRRTLParser#dir.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  26. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  27. def visitExp(ctx: ExpContext): T

    Visit a parse tree produced by FIRRTLParser#exp.

    Visit a parse tree produced by FIRRTLParser#exp.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  28. def visitField(ctx: FieldContext): T

    Visit a parse tree produced by FIRRTLParser#field.

    Visit a parse tree produced by FIRRTLParser#field.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  29. def visitFieldId(ctx: FieldIdContext): T

    Visit a parse tree produced by FIRRTLParser#fieldId.

    Visit a parse tree produced by FIRRTLParser#fieldId.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  30. def visitId(ctx: IdContext): T

    Visit a parse tree produced by FIRRTLParser#id.

    Visit a parse tree produced by FIRRTLParser#id.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  31. def visitInfo(ctx: InfoContext): T

    Visit a parse tree produced by FIRRTLParser#info.

    Visit a parse tree produced by FIRRTLParser#info.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  32. def visitIntLit(ctx: IntLitContext): T

    Visit a parse tree produced by FIRRTLParser#intLit.

    Visit a parse tree produced by FIRRTLParser#intLit.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  33. def visitKeywordAsId(ctx: KeywordAsIdContext): T

    Visit a parse tree produced by FIRRTLParser#keywordAsId.

    Visit a parse tree produced by FIRRTLParser#keywordAsId.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  34. def visitLowerBound(ctx: LowerBoundContext): T

    Visit a parse tree produced by FIRRTLParser#lowerBound.

    Visit a parse tree produced by FIRRTLParser#lowerBound.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  35. def visitMdir(ctx: MdirContext): T

    Visit a parse tree produced by FIRRTLParser#mdir.

    Visit a parse tree produced by FIRRTLParser#mdir.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  36. def visitMemField(ctx: MemFieldContext): T

    Visit a parse tree produced by FIRRTLParser#memField.

    Visit a parse tree produced by FIRRTLParser#memField.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  37. def visitModule(ctx: ModuleContext): T

    Visit a parse tree produced by FIRRTLParser#module.

    Visit a parse tree produced by FIRRTLParser#module.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  38. def visitModuleBlock(ctx: ModuleBlockContext): T

    Visit a parse tree produced by FIRRTLParser#moduleBlock.

    Visit a parse tree produced by FIRRTLParser#moduleBlock.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  39. def visitParameter(ctx: ParameterContext): T

    Visit a parse tree produced by FIRRTLParser#parameter.

    Visit a parse tree produced by FIRRTLParser#parameter.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  40. def visitPort(ctx: PortContext): T

    Visit a parse tree produced by FIRRTLParser#port.

    Visit a parse tree produced by FIRRTLParser#port.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  41. def visitPrimop(ctx: PrimopContext): T

    Visit a parse tree produced by FIRRTLParser#primop.

    Visit a parse tree produced by FIRRTLParser#primop.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  42. def visitReset_block(ctx: Reset_blockContext): T

    Visit a parse tree produced by FIRRTLParser#reset_block.

    Visit a parse tree produced by FIRRTLParser#reset_block.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  43. def visitRuw(ctx: RuwContext): T

    Visit a parse tree produced by FIRRTLParser#ruw.

    Visit a parse tree produced by FIRRTLParser#ruw.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  44. def visitSimple_reset(ctx: Simple_resetContext): T

    Visit a parse tree produced by FIRRTLParser#simple_reset.

    Visit a parse tree produced by FIRRTLParser#simple_reset.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  45. def visitSimple_reset0(ctx: Simple_reset0Context): T

    Visit a parse tree produced by FIRRTLParser#simple_reset0.

    Visit a parse tree produced by FIRRTLParser#simple_reset0.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  46. def visitSimple_stmt(ctx: Simple_stmtContext): T

    Visit a parse tree produced by FIRRTLParser#simple_stmt.

    Visit a parse tree produced by FIRRTLParser#simple_stmt.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  47. def visitStmt(ctx: StmtContext): T

    Visit a parse tree produced by FIRRTLParser#stmt.

    Visit a parse tree produced by FIRRTLParser#stmt.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  48. def visitSuite(ctx: SuiteContext): T

    Visit a parse tree produced by FIRRTLParser#suite.

    Visit a parse tree produced by FIRRTLParser#suite.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  49. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  50. def visitType(ctx: TypeContext): T

    Visit a parse tree produced by FIRRTLParser#type.

    Visit a parse tree produced by FIRRTLParser#type.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  51. def visitUpperBound(ctx: UpperBoundContext): T

    Visit a parse tree produced by FIRRTLParser#upperBound.

    Visit a parse tree produced by FIRRTLParser#upperBound.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  52. def visitWhen(ctx: WhenContext): T

    Visit a parse tree produced by FIRRTLParser#when.

    Visit a parse tree produced by FIRRTLParser#when.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    FIRRTLBaseVisitorFIRRTLVisitor
    Annotations
    @Override()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from FIRRTLVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped