t

de.uni_luebeck.isp.tessla

InputTraceParserVisitor

trait InputTraceParserVisitor[T] extends ParseTreeVisitor[T]

This interface defines a complete generic visitor for a parse tree produced by InputTraceParser.

Linear Supertypes
ParseTreeVisitor[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputTraceParserVisitor
  2. ParseTreeVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def visit(arg0: ParseTree): T
    Definition Classes
    ParseTreeVisitor
  2. abstract def visitChildren(arg0: RuleNode): T
    Definition Classes
    ParseTreeVisitor
  3. abstract def visitCompRange(ctx: CompRangeContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  4. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  5. 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

  6. abstract def visitFalse(ctx: FalseContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  7. abstract def visitFloatLiteral(ctx: FloatLiteralContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  8. abstract def visitITE(ctx: ITEContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  9. abstract def visitInfixExpression(ctx: InfixExpressionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  10. abstract def visitIntLiteral(ctx: IntLiteralContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  11. 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

  12. 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

  13. abstract def visitListExpression(ctx: ListExpressionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitMapExpression(ctx: MapExpressionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  15. 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

  16. abstract def visitNone(ctx: NoneContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract def visitObjectLiteral(ctx: ObjectLiteralContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitRange(ctx: RangeContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  19. abstract def visitSetExpression(ctx: SetExpressionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  20. abstract def visitSingleTime(ctx: SingleTimeContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  21. abstract def visitSkipEmptyLines(ctx: SkipEmptyLinesContext): T

    Visit a parse tree produced by InputTraceParser#skipEmptyLines.

    Visit a parse tree produced by InputTraceParser#skipEmptyLines.

    ctx

    the parse tree

    returns

    the visitor result

  22. abstract def visitSome(ctx: SomeContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  23. 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

  24. abstract def visitStringLiteral(ctx: StringLiteralContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  25. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor
  26. abstract def visitTrue(ctx: TrueContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  27. abstract def visitTupleExpression(ctx: TupleExpressionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  28. abstract def visitUnaryExpression(ctx: UnaryExpressionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  29. abstract def visitVariable(ctx: VariableContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  18. 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 ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped