Packages

object ExpressionVisitor extends InputTraceParserBaseVisitor[Value]

Linear Supertypes
InputTraceParserBaseVisitor[Value], InputTraceParserVisitor[Value], AbstractParseTreeVisitor[Value], ParseTreeVisitor[Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpressionVisitor
  2. InputTraceParserBaseVisitor
  3. InputTraceParserVisitor
  4. AbstractParseTreeVisitor
  5. ParseTreeVisitor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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: Value, arg1: Value): Value
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. def defaultResult(): Value
    Attributes
    protected[org.antlr.v4.runtime.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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getOperator(name: String, loc: Location): BuiltInOperator
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def lookupVar(varName: String, loc: Location): IntValue
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def parseEscapeSequence(sequence: String, loc: Location): String
  19. def shouldVisitNextChild(arg0: RuleNode, arg1: Value): Boolean
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def visit(arg0: ParseTree): Value
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  23. final def visitChildren(node: RuleNode): Value
    Definition Classes
    ExpressionVisitor → AbstractParseTreeVisitor → ParseTreeVisitor
  24. def visitCompRange(ctx: CompRangeContext): Value

    Visit a parse tree produced by the CompRange labeled alternative in InputTraceParser#timeRange.

    Visit a parse tree produced by the CompRange labeled alternative in InputTraceParser#timeRange.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  25. def visitErrorNode(arg0: ErrorNode): Value
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  26. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  27. def visitFalse(ctx: FalseContext): BoolValue

    Visit a parse tree produced by the False labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the False labeled alternative in InputTraceParser#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  28. def visitFloatLiteral(floatLit: FloatLiteralContext): FloatValue

    Visit a parse tree produced by the FloatLiteral labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the FloatLiteral labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  29. def visitITE(ite: ITEContext): Value

    Visit a parse tree produced by the ITE labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the ITE labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  30. def visitInfixExpression(exp: InfixExpressionContext): Value

    Visit a parse tree produced by the InfixExpression labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the InfixExpression labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  31. def visitIntLiteral(intLit: IntLiteralContext): Value

    Visit a parse tree produced by the IntLiteral labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the IntLiteral labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  32. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  33. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  34. def visitListExpression(list: ListExpressionContext): TesslaList

    Visit a parse tree produced by the ListExpression labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the ListExpression labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  35. def visitMapExpression(map: MapExpressionContext): TesslaMap

    Visit a parse tree produced by the MapExpression labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the MapExpression labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  36. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  37. def visitNone(none: NoneContext): TesslaOption

    Visit a parse tree produced by the None labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the None labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  38. def visitObjectLiteral(obj: ObjectLiteralContext): TesslaObject

    Visit a parse tree produced by the ObjectLiteral labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the ObjectLiteral labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  39. def visitRange(ctx: RangeContext): Value

    Visit a parse tree produced by the Range labeled alternative in InputTraceParser#timeRange.

    Visit a parse tree produced by the Range labeled alternative in InputTraceParser#timeRange.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  40. def visitSetExpression(set: SetExpressionContext): TesslaSet

    Visit a parse tree produced by the SetExpression labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the SetExpression labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  41. def visitSingleTime(ctx: SingleTimeContext): Value

    Visit a parse tree produced by the SingleTime labeled alternative in InputTraceParser#timeRange.

    Visit a parse tree produced by the SingleTime labeled alternative in InputTraceParser#timeRange.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  42. def visitSome(some: SomeContext): TesslaOption

    Visit a parse tree produced by the Some labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the Some labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  43. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  44. def visitStringLiteral(str: StringLiteralContext): StringValue

    Visit a parse tree produced by the StringLiteral labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the StringLiteral labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  45. def visitTerminal(arg0: TerminalNode): Value
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  46. def visitTrue(ctx: TrueContext): BoolValue

    Visit a parse tree produced by the True labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the True labeled alternative in InputTraceParser#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  47. def visitTupleExpression(tup: TupleExpressionContext): Value

    Visit a parse tree produced by the TupleExpression labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the TupleExpression labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  48. def visitUnaryExpression(exp: UnaryExpressionContext): Value

    Visit a parse tree produced by the UnaryExpression labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the UnaryExpression labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  49. def visitVariable(variable: VariableContext): IntValue

    Visit a parse tree produced by the Variable labeled alternative in InputTraceParser#expression.

    Visit a parse tree produced by the Variable labeled alternative in InputTraceParser#expression.

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

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorInputTraceParserBaseVisitorInputTraceParserVisitor
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from InputTraceParserVisitor[Value]

Inherited from AbstractParseTreeVisitor[Value]

Inherited from ParseTreeVisitor[Value]

Inherited from AnyRef

Inherited from Any

Ungrouped