trait InputTraceParserVisitor[T] extends ParseTreeVisitor[T]
This interface defines a complete generic visitor for a parse tree produced
by InputTraceParser.
- Alphabetic
- By Inheritance
- InputTraceParserVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def visit(arg0: ParseTree): T
- Definition Classes
- ParseTreeVisitor
- abstract def visitChildren(arg0: RuleNode): T
- Definition Classes
- ParseTreeVisitor
- abstract def visitCommaExpression(ctx: CommaExpressionContext): T
Visit a parse tree produced by
InputTraceParser#commaExpression.Visit a parse tree produced by
InputTraceParser#commaExpression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCompRange(ctx: CompRangeContext): T
Visit a parse tree produced by the
CompRangelabeled alternative inInputTraceParser#timeRange.Visit a parse tree produced by the
CompRangelabeled alternative inInputTraceParser#timeRange.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCsvHeader(ctx: CsvHeaderContext): T
Visit a parse tree produced by
InputTraceParser#csvHeader.Visit a parse tree produced by
InputTraceParser#csvHeader.- ctx
the parse tree
- returns
the visitor result
- abstract def visitCsvLine(ctx: CsvLineContext): T
Visit a parse tree produced by
InputTraceParser#csvLine.Visit a parse tree produced by
InputTraceParser#csvLine.- ctx
the parse tree
- returns
the visitor result
- abstract def visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- ParseTreeVisitor
- abstract def visitEventRange(ctx: EventRangeContext): T
Visit a parse tree produced by
InputTraceParser#eventRange.Visit a parse tree produced by
InputTraceParser#eventRange.- ctx
the parse tree
- returns
the visitor result
- abstract def visitFalse(ctx: FalseContext): T
Visit a parse tree produced by the
Falselabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Falselabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitFloatLiteral(ctx: FloatLiteralContext): T
Visit a parse tree produced by the
FloatLiterallabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
FloatLiterallabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitITE(ctx: ITEContext): T
Visit a parse tree produced by the
ITElabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
ITElabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitInfixExpression(ctx: InfixExpressionContext): T
Visit a parse tree produced by the
InfixExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
InfixExpressionlabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitIntLiteral(ctx: IntLiteralContext): T
Visit a parse tree produced by the
IntLiterallabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
IntLiterallabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitKeyVal(ctx: KeyValContext): T
Visit a parse tree produced by
InputTraceParser#keyVal.Visit a parse tree produced by
InputTraceParser#keyVal.- ctx
the parse tree
- returns
the visitor result
- abstract def visitLine(ctx: LineContext): T
Visit a parse tree produced by
InputTraceParser#line.Visit a parse tree produced by
InputTraceParser#line.- ctx
the parse tree
- returns
the visitor result
- abstract def visitListExpression(ctx: ListExpressionContext): T
Visit a parse tree produced by the
ListExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
ListExpressionlabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitMapExpression(ctx: MapExpressionContext): T
Visit a parse tree produced by the
MapExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
MapExpressionlabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitMemberDefinition(ctx: MemberDefinitionContext): T
Visit a parse tree produced by
InputTraceParser#memberDefinition.Visit a parse tree produced by
InputTraceParser#memberDefinition.- ctx
the parse tree
- returns
the visitor result
- abstract def visitNone(ctx: NoneContext): T
Visit a parse tree produced by the
Nonelabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Nonelabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitObjectLiteral(ctx: ObjectLiteralContext): T
Visit a parse tree produced by the
ObjectLiterallabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
ObjectLiterallabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitRange(ctx: RangeContext): T
Visit a parse tree produced by the
Rangelabeled alternative inInputTraceParser#timeRange.Visit a parse tree produced by the
Rangelabeled alternative inInputTraceParser#timeRange.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSetExpression(ctx: SetExpressionContext): T
Visit a parse tree produced by the
SetExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
SetExpressionlabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSingleTime(ctx: SingleTimeContext): T
Visit a parse tree produced by the
SingleTimelabeled alternative inInputTraceParser#timeRange.Visit a parse tree produced by the
SingleTimelabeled alternative inInputTraceParser#timeRange.- ctx
the parse tree
- returns
the visitor result
- abstract def visitSome(ctx: SomeContext): T
Visit a parse tree produced by the
Somelabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Somelabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitStringContents(ctx: StringContentsContext): T
Visit a parse tree produced by
InputTraceParser#stringContents.Visit a parse tree produced by
InputTraceParser#stringContents.- ctx
the parse tree
- returns
the visitor result
- abstract def visitStringLiteral(ctx: StringLiteralContext): T
Visit a parse tree produced by the
StringLiterallabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
StringLiterallabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTerminal(arg0: TerminalNode): T
- Definition Classes
- ParseTreeVisitor
- abstract def visitTrue(ctx: TrueContext): T
Visit a parse tree produced by the
Truelabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Truelabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitTupleExpression(ctx: TupleExpressionContext): T
Visit a parse tree produced by the
TupleExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
TupleExpressionlabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitUnaryExpression(ctx: UnaryExpressionContext): T
Visit a parse tree produced by the
UnaryExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
UnaryExpressionlabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
- abstract def visitVariable(ctx: VariableContext): T
Visit a parse tree produced by the
Variablelabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Variablelabeled alternative inInputTraceParser#expression.- ctx
the parse tree
- returns
the visitor result
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.