Packages

t

firrtl.antlr

FIRRTLVisitor

trait FIRRTLVisitor[T] extends ParseTreeVisitor[T]

This interface defines a complete generic visitor for a parse tree produced by FIRRTLParser.

Source
FIRRTLVisitor.java
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FIRRTLVisitor
  2. ParseTreeVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def visit(arg0: ParseTree): T
    Definition Classes
    ParseTreeVisitor
  2. abstract def visitBoundValue(ctx: BoundValueContext): T

    Visit a parse tree produced by FIRRTLParser#boundValue.

    Visit a parse tree produced by FIRRTLParser#boundValue.

    ctx

    the parse tree

    returns

    the visitor result

  3. abstract def visitChildren(arg0: RuleNode): T
    Definition Classes
    ParseTreeVisitor
  4. abstract def visitCircuit(ctx: CircuitContext): T

    Visit a parse tree produced by FIRRTLParser#circuit.

    Visit a parse tree produced by FIRRTLParser#circuit.

    ctx

    the parse tree

    returns

    the visitor result

  5. abstract def visitDefname(ctx: DefnameContext): T

    Visit a parse tree produced by FIRRTLParser#defname.

    Visit a parse tree produced by FIRRTLParser#defname.

    ctx

    the parse tree

    returns

    the visitor result

  6. abstract def visitDir(ctx: DirContext): T

    Visit a parse tree produced by FIRRTLParser#dir.

    Visit a parse tree produced by FIRRTLParser#dir.

    ctx

    the parse tree

    returns

    the visitor result

  7. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  8. abstract def visitExp(ctx: ExpContext): T

    Visit a parse tree produced by FIRRTLParser#exp.

    Visit a parse tree produced by FIRRTLParser#exp.

    ctx

    the parse tree

    returns

    the visitor result

  9. abstract def visitField(ctx: FieldContext): T

    Visit a parse tree produced by FIRRTLParser#field.

    Visit a parse tree produced by FIRRTLParser#field.

    ctx

    the parse tree

    returns

    the visitor result

  10. abstract def visitFieldId(ctx: FieldIdContext): T

    Visit a parse tree produced by FIRRTLParser#fieldId.

    Visit a parse tree produced by FIRRTLParser#fieldId.

    ctx

    the parse tree

    returns

    the visitor result

  11. abstract def visitId(ctx: IdContext): T

    Visit a parse tree produced by FIRRTLParser#id.

    Visit a parse tree produced by FIRRTLParser#id.

    ctx

    the parse tree

    returns

    the visitor result

  12. abstract def visitInfo(ctx: InfoContext): T

    Visit a parse tree produced by FIRRTLParser#info.

    Visit a parse tree produced by FIRRTLParser#info.

    ctx

    the parse tree

    returns

    the visitor result

  13. abstract def visitIntLit(ctx: IntLitContext): T

    Visit a parse tree produced by FIRRTLParser#intLit.

    Visit a parse tree produced by FIRRTLParser#intLit.

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitKeywordAsId(ctx: KeywordAsIdContext): T

    Visit a parse tree produced by FIRRTLParser#keywordAsId.

    Visit a parse tree produced by FIRRTLParser#keywordAsId.

    ctx

    the parse tree

    returns

    the visitor result

  15. abstract def visitLowerBound(ctx: LowerBoundContext): T

    Visit a parse tree produced by FIRRTLParser#lowerBound.

    Visit a parse tree produced by FIRRTLParser#lowerBound.

    ctx

    the parse tree

    returns

    the visitor result

  16. abstract def visitMdir(ctx: MdirContext): T

    Visit a parse tree produced by FIRRTLParser#mdir.

    Visit a parse tree produced by FIRRTLParser#mdir.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract def visitMemField(ctx: MemFieldContext): T

    Visit a parse tree produced by FIRRTLParser#memField.

    Visit a parse tree produced by FIRRTLParser#memField.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitModule(ctx: ModuleContext): T

    Visit a parse tree produced by FIRRTLParser#module.

    Visit a parse tree produced by FIRRTLParser#module.

    ctx

    the parse tree

    returns

    the visitor result

  19. abstract def visitModuleBlock(ctx: ModuleBlockContext): T

    Visit a parse tree produced by FIRRTLParser#moduleBlock.

    Visit a parse tree produced by FIRRTLParser#moduleBlock.

    ctx

    the parse tree

    returns

    the visitor result

  20. abstract def visitParameter(ctx: ParameterContext): T

    Visit a parse tree produced by FIRRTLParser#parameter.

    Visit a parse tree produced by FIRRTLParser#parameter.

    ctx

    the parse tree

    returns

    the visitor result

  21. abstract def visitPort(ctx: PortContext): T

    Visit a parse tree produced by FIRRTLParser#port.

    Visit a parse tree produced by FIRRTLParser#port.

    ctx

    the parse tree

    returns

    the visitor result

  22. abstract def visitPrimop(ctx: PrimopContext): T

    Visit a parse tree produced by FIRRTLParser#primop.

    Visit a parse tree produced by FIRRTLParser#primop.

    ctx

    the parse tree

    returns

    the visitor result

  23. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  24. abstract def visitRuw(ctx: RuwContext): T

    Visit a parse tree produced by FIRRTLParser#ruw.

    Visit a parse tree produced by FIRRTLParser#ruw.

    ctx

    the parse tree

    returns

    the visitor result

  25. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  26. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  27. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  28. abstract def visitStmt(ctx: StmtContext): T

    Visit a parse tree produced by FIRRTLParser#stmt.

    Visit a parse tree produced by FIRRTLParser#stmt.

    ctx

    the parse tree

    returns

    the visitor result

  29. abstract def visitSuite(ctx: SuiteContext): T

    Visit a parse tree produced by FIRRTLParser#suite.

    Visit a parse tree produced by FIRRTLParser#suite.

    ctx

    the parse tree

    returns

    the visitor result

  30. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor
  31. abstract def visitType(ctx: TypeContext): T

    Visit a parse tree produced by FIRRTLParser#type.

    Visit a parse tree produced by FIRRTLParser#type.

    ctx

    the parse tree

    returns

    the visitor result

  32. abstract def visitUpperBound(ctx: UpperBoundContext): T

    Visit a parse tree produced by FIRRTLParser#upperBound.

    Visit a parse tree produced by FIRRTLParser#upperBound.

    ctx

    the parse tree

    returns

    the visitor result

  33. abstract def visitWhen(ctx: WhenContext): T

    Visit a parse tree produced by FIRRTLParser#when.

    Visit a parse tree produced by FIRRTLParser#when.

    ctx

    the parse tree

    returns

    the visitor result

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped