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 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  29. def visitErrorNode(arg0: ErrorNode): Value
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. def visitTerminal(arg0: TerminalNode): Value
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  50. 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
  51. 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
  52. 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
  53. 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
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. 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