c

de.uni_luebeck.isp.tessla

InputTraceParserBaseVisitor

class InputTraceParserBaseVisitor[T] extends AbstractParseTreeVisitor[T] with InputTraceParserVisitor[T]

This class provides an empty implementation of InputTraceParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.

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

Instance Constructors

  1. new InputTraceParserBaseVisitor()

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: T, arg1: T): T
    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(): T
    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 hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def visit(arg0: ParseTree): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  20. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  21. def visitCommaExpression(ctx: CommaExpressionContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  23. def visitCsvHeader(ctx: CsvHeaderContext): T

    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
  24. def visitCsvLine(ctx: CsvLineContext): T

    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
  25. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  26. def visitEventRange(ctx: EventRangeContext): T

    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): 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  28. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  29. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  30. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  31. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  32. def visitKeyVal(ctx: KeyValContext): T

    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): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  35. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  36. def visitMemberDefinition(ctx: MemberDefinitionContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  38. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  39. 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.

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

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  41. 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.

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

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  43. def visitStringContents(ctx: StringContentsContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  45. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  46. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  47. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  48. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  49. 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.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    InputTraceParserBaseVisitorInputTraceParserVisitor
  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[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped