object ExpressionVisitor extends InputTraceParserBaseVisitor[Value]
- Alphabetic
- By Inheritance
- ExpressionVisitor
- InputTraceParserBaseVisitor
- InputTraceParserVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
aggregateResult(arg0: Value, arg1: Value): Value
- Attributes
- protected[org.antlr.v4.runtime.tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
defaultResult(): Value
- Attributes
- protected[org.antlr.v4.runtime.tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getOperator(name: String, loc: Location): BuiltInOperator
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookupVar(varName: String, loc: Location): IntValue
-
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()
- def parseEscapeSequence(sequence: String, loc: Location): String
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: Value): Boolean
- Attributes
- protected[org.antlr.v4.runtime.tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: ParseTree): Value
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
final
def
visitChildren(node: RuleNode): Value
- Definition Classes
- ExpressionVisitor → AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitCommaExpression(ctx: CommaExpressionContext): Value
Visit a parse tree produced by
InputTraceParser#commaExpression.Visit a parse tree produced by
InputTraceParser#commaExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitCompRange(ctx: CompRangeContext): Value
Visit a parse tree produced by the
CompRangelabeled alternative inInputTraceParser#timeRange.Visit a parse tree produced by the
CompRangelabeled alternative inInputTraceParser#timeRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitCsvHeader(ctx: CsvHeaderContext): Value
Visit a parse tree produced by
InputTraceParser#csvHeader.Visit a parse tree produced by
InputTraceParser#csvHeader.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitCsvLine(ctx: CsvLineContext): Value
Visit a parse tree produced by
InputTraceParser#csvLine.Visit a parse tree produced by
InputTraceParser#csvLine.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitErrorNode(arg0: ErrorNode): Value
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitEventRange(ctx: EventRangeContext): Value
Visit a parse tree produced by
InputTraceParser#eventRange.Visit a parse tree produced by
InputTraceParser#eventRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitFalse(ctx: FalseContext): BoolValue
Visit a parse tree produced by the
Falselabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Falselabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitFloatLiteral(floatLit: FloatLiteralContext): FloatValue
Visit a parse tree produced by the
FloatLiterallabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
FloatLiterallabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitITE(ite: ITEContext): Value
Visit a parse tree produced by the
ITElabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
ITElabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitInfixExpression(exp: InfixExpressionContext): Value
Visit a parse tree produced by the
InfixExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
InfixExpressionlabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitIntLiteral(intLit: IntLiteralContext): Value
Visit a parse tree produced by the
IntLiterallabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
IntLiterallabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitKeyVal(ctx: KeyValContext): Value
Visit a parse tree produced by
InputTraceParser#keyVal.Visit a parse tree produced by
InputTraceParser#keyVal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitLine(ctx: LineContext): Value
Visit a parse tree produced by
InputTraceParser#line.Visit a parse tree produced by
InputTraceParser#line.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitListExpression(list: ListExpressionContext): TesslaList
Visit a parse tree produced by the
ListExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
ListExpressionlabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitMapExpression(map: MapExpressionContext): TesslaMap
Visit a parse tree produced by the
MapExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
MapExpressionlabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitMemberDefinition(ctx: MemberDefinitionContext): Value
Visit a parse tree produced by
InputTraceParser#memberDefinition.Visit a parse tree produced by
InputTraceParser#memberDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitNone(none: NoneContext): TesslaOption
Visit a parse tree produced by the
Nonelabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Nonelabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitObjectLiteral(obj: ObjectLiteralContext): TesslaObject
Visit a parse tree produced by the
ObjectLiterallabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
ObjectLiterallabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitRange(ctx: RangeContext): Value
Visit a parse tree produced by the
Rangelabeled alternative inInputTraceParser#timeRange.Visit a parse tree produced by the
Rangelabeled alternative inInputTraceParser#timeRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitSetExpression(set: SetExpressionContext): TesslaSet
Visit a parse tree produced by the
SetExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
SetExpressionlabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitSingleTime(ctx: SingleTimeContext): Value
Visit a parse tree produced by the
SingleTimelabeled alternative inInputTraceParser#timeRange.Visit a parse tree produced by the
SingleTimelabeled alternative inInputTraceParser#timeRange.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitSome(some: SomeContext): TesslaOption
Visit a parse tree produced by the
Somelabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Somelabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitStringContents(ctx: StringContentsContext): Value
Visit a parse tree produced by
InputTraceParser#stringContents.Visit a parse tree produced by
InputTraceParser#stringContents.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitStringLiteral(str: StringLiteralContext): StringValue
Visit a parse tree produced by the
StringLiterallabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
StringLiterallabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitTerminal(arg0: TerminalNode): Value
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitTrue(ctx: TrueContext): BoolValue
Visit a parse tree produced by the
Truelabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Truelabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitTupleExpression(tup: TupleExpressionContext): Value
Visit a parse tree produced by the
TupleExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
TupleExpressionlabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitUnaryExpression(exp: UnaryExpressionContext): Value
Visit a parse tree produced by the
UnaryExpressionlabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
UnaryExpressionlabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
def
visitVariable(variable: VariableContext): IntValue
Visit a parse tree produced by the
Variablelabeled alternative inInputTraceParser#expression.Visit a parse tree produced by the
Variablelabeled alternative inInputTraceParser#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → InputTraceParserBaseVisitor → InputTraceParserVisitor
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )