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() @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. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getOperator(name: String, loc: Location): BuiltInOperator
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def lookupVar(varName: String, loc: Location): IntValue
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def parseEscapeSequence(sequence: String, loc: Location): String
  20. def shouldVisitNextChild(arg0: RuleNode, arg1: Value): Boolean
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def visit(arg0: ParseTree): Value
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  24. final def visitChildren(node: RuleNode): Value
    Definition Classes
    ExpressionVisitor → AbstractParseTreeVisitor → ParseTreeVisitor
  25. 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
  26. def visitErrorNode(arg0: ErrorNode): Value
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  27. 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
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. def visitSkipEmptyLines(ctx: SkipEmptyLinesContext): Value

    Visit a parse tree produced by InputTraceParser#skipEmptyLines.

    Visit a parse tree produced by InputTraceParser#skipEmptyLines.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  44. 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
  45. 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
  46. 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
  47. def visitTerminal(arg0: TerminalNode): Value
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  48. 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
  49. 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
  50. 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
  51. 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
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from InputTraceParserVisitor[Value]

Inherited from AbstractParseTreeVisitor[Value]

Inherited from ParseTreeVisitor[Value]

Inherited from AnyRef

Inherited from Any

Ungrouped