Packages

c

za.co.absa.cobrix.cobol.parser.antlr

copybookParserBaseVisitor

class copybookParserBaseVisitor[T] extends AbstractParseTreeVisitor[T] with copybookParserVisitor[T]

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

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

Instance Constructors

  1. new copybookParserBaseVisitor()

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[tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def defaultResult(): T
    Attributes
    protected[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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def visit(arg0: ParseTree): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  21. def visitAlphaA(ctx: AlphaAContext): T

    Visit a parse tree produced by copybookParser#alphaA.

    Visit a parse tree produced by copybookParser#alphaA.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  22. def visitAlphaN(ctx: AlphaNContext): T

    Visit a parse tree produced by copybookParser#alphaN.

    Visit a parse tree produced by copybookParser#alphaN.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  23. def visitAlphaX(ctx: AlphaXContext): T

    Visit a parse tree produced by copybookParser#alphaX.

    Visit a parse tree produced by copybookParser#alphaX.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  24. def visitBooleanLiteral(ctx: BooleanLiteralContext): T

    Visit a parse tree produced by copybookParser#booleanLiteral.

    Visit a parse tree produced by copybookParser#booleanLiteral.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  25. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  26. def visitDependingOn(ctx: DependingOnContext): T

    Visit a parse tree produced by copybookParser#dependingOn.

    Visit a parse tree produced by copybookParser#dependingOn.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  27. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  28. def visitGroup(ctx: GroupContext): T

    Visit a parse tree produced by copybookParser#group.

    Visit a parse tree produced by copybookParser#group.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  29. def visitGroupUsageLiteral(ctx: GroupUsageLiteralContext): T

    Visit a parse tree produced by copybookParser#groupUsageLiteral.

    Visit a parse tree produced by copybookParser#groupUsageLiteral.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  30. def visitIdentifier(ctx: IdentifierContext): T

    Visit a parse tree produced by copybookParser#identifier.

    Visit a parse tree produced by copybookParser#identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  31. def visitIndexedBy(ctx: IndexedByContext): T

    Visit a parse tree produced by copybookParser#indexedBy.

    Visit a parse tree produced by copybookParser#indexedBy.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  32. def visitIntegerLiteral(ctx: IntegerLiteralContext): T

    Visit a parse tree produced by copybookParser#integerLiteral.

    Visit a parse tree produced by copybookParser#integerLiteral.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  33. def visitItem(ctx: ItemContext): T

    Visit a parse tree produced by copybookParser#item.

    Visit a parse tree produced by copybookParser#item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  34. def visitJustified(ctx: JustifiedContext): T

    Visit a parse tree produced by copybookParser#justified.

    Visit a parse tree produced by copybookParser#justified.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  35. def visitLeadingSign(ctx: LeadingSignContext): T

    Visit a parse tree produced by the leadingSign labeled alternative in copybookParser#signPrecision9.

    Visit a parse tree produced by the leadingSign labeled alternative in copybookParser#signPrecision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  36. def visitLevel66statement(ctx: Level66statementContext): T

    Visit a parse tree produced by copybookParser#level66statement.

    Visit a parse tree produced by copybookParser#level66statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  37. def visitLevel88statement(ctx: Level88statementContext): T

    Visit a parse tree produced by copybookParser#level88statement.

    Visit a parse tree produced by copybookParser#level88statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  38. def visitLiteral(ctx: LiteralContext): T

    Visit a parse tree produced by copybookParser#literal.

    Visit a parse tree produced by copybookParser#literal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  39. def visitMain(ctx: MainContext): T

    Visit a parse tree produced by copybookParser#main.

    Visit a parse tree produced by copybookParser#main.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  40. def visitMinus(ctx: MinusContext): T

    Visit a parse tree produced by the minus labeled alternative in copybookParser#plusMinus.

    Visit a parse tree produced by the minus labeled alternative in copybookParser#plusMinus.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  41. def visitNumericLiteral(ctx: NumericLiteralContext): T

    Visit a parse tree produced by copybookParser#numericLiteral.

    Visit a parse tree produced by copybookParser#numericLiteral.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  42. def visitOccurs(ctx: OccursContext): T

    Visit a parse tree produced by copybookParser#occurs.

    Visit a parse tree produced by copybookParser#occurs.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  43. def visitOccursTo(ctx: OccursToContext): T

    Visit a parse tree produced by copybookParser#occursTo.

    Visit a parse tree produced by copybookParser#occursTo.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  44. def visitPic(ctx: PicContext): T

    Visit a parse tree produced by copybookParser#pic.

    Visit a parse tree produced by copybookParser#pic.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  45. def visitPictureLiteral(ctx: PictureLiteralContext): T

    Visit a parse tree produced by copybookParser#pictureLiteral.

    Visit a parse tree produced by copybookParser#pictureLiteral.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  46. def visitPlus(ctx: PlusContext): T

    Visit a parse tree produced by the plus labeled alternative in copybookParser#plusMinus.

    Visit a parse tree produced by the plus labeled alternative in copybookParser#plusMinus.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  47. def visitPrecision9DecimalScaled(ctx: Precision9DecimalScaledContext): T

    Visit a parse tree produced by the precision9DecimalScaled labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precision9DecimalScaled labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  48. def visitPrecision9ExplicitDot(ctx: Precision9ExplicitDotContext): T

    Visit a parse tree produced by the precision9ExplicitDot labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precision9ExplicitDot labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  49. def visitPrecision9Nines(ctx: Precision9NinesContext): T

    Visit a parse tree produced by the precision9Nines labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precision9Nines labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  50. def visitPrecision9Ps(ctx: Precision9PsContext): T

    Visit a parse tree produced by the precision9Ps labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precision9Ps labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  51. def visitPrecision9Scaled(ctx: Precision9ScaledContext): T

    Visit a parse tree produced by the precision9Scaled labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precision9Scaled labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  52. def visitPrecision9ScaledLead(ctx: Precision9ScaledLeadContext): T

    Visit a parse tree produced by the precision9ScaledLead labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precision9ScaledLead labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  53. def visitPrecision9Ss(ctx: Precision9SsContext): T

    Visit a parse tree produced by the precision9Ss labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precision9Ss labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  54. def visitPrecision9Vs(ctx: Precision9VsContext): T

    Visit a parse tree produced by the precision9Vs labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precision9Vs labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  55. def visitPrecision9Zs(ctx: Precision9ZsContext): T

    Visit a parse tree produced by the precision9Zs labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precision9Zs labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  56. def visitPrecisionZDecimalScaled(ctx: PrecisionZDecimalScaledContext): T

    Visit a parse tree produced by the precisionZDecimalScaled labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precisionZDecimalScaled labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  57. def visitPrecisionZExplicitDot(ctx: PrecisionZExplicitDotContext): T

    Visit a parse tree produced by the precisionZExplicitDot labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precisionZExplicitDot labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  58. def visitPrecisionZScaled(ctx: PrecisionZScaledContext): T

    Visit a parse tree produced by the precisionZScaled labeled alternative in copybookParser#precision9.

    Visit a parse tree produced by the precisionZScaled labeled alternative in copybookParser#precision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  59. def visitPrimitive(ctx: PrimitiveContext): T

    Visit a parse tree produced by copybookParser#primitive.

    Visit a parse tree produced by copybookParser#primitive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  60. def visitRedefines(ctx: RedefinesContext): T

    Visit a parse tree produced by copybookParser#redefines.

    Visit a parse tree produced by copybookParser#redefines.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  61. def visitRenames(ctx: RenamesContext): T

    Visit a parse tree produced by copybookParser#renames.

    Visit a parse tree produced by copybookParser#renames.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  62. def visitSection(ctx: SectionContext): T

    Visit a parse tree produced by copybookParser#section.

    Visit a parse tree produced by copybookParser#section.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  63. def visitSeparateSign(ctx: SeparateSignContext): T

    Visit a parse tree produced by copybookParser#separateSign.

    Visit a parse tree produced by copybookParser#separateSign.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  64. def visitSkipLiteral(ctx: SkipLiteralContext): T

    Visit a parse tree produced by copybookParser#skipLiteral.

    Visit a parse tree produced by copybookParser#skipLiteral.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  65. def visitSorts(ctx: SortsContext): T

    Visit a parse tree produced by copybookParser#sorts.

    Visit a parse tree produced by copybookParser#sorts.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  66. def visitSpecialValues(ctx: SpecialValuesContext): T

    Visit a parse tree produced by copybookParser#specialValues.

    Visit a parse tree produced by copybookParser#specialValues.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  67. def visitTerm(ctx: TermContext): T

    Visit a parse tree produced by copybookParser#term.

    Visit a parse tree produced by copybookParser#term.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  68. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  69. def visitThru(ctx: ThruContext): T

    Visit a parse tree produced by copybookParser#thru.

    Visit a parse tree produced by copybookParser#thru.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  70. def visitTrailingSign(ctx: TrailingSignContext): T

    Visit a parse tree produced by the trailingSign labeled alternative in copybookParser#signPrecision9.

    Visit a parse tree produced by the trailingSign labeled alternative in copybookParser#signPrecision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  71. def visitUsage(ctx: UsageContext): T

    Visit a parse tree produced by copybookParser#usage.

    Visit a parse tree produced by copybookParser#usage.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  72. def visitUsageGroup(ctx: UsageGroupContext): T

    Visit a parse tree produced by copybookParser#usageGroup.

    Visit a parse tree produced by copybookParser#usageGroup.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  73. def visitUsageLiteral(ctx: UsageLiteralContext): T

    Visit a parse tree produced by copybookParser#usageLiteral.

    Visit a parse tree produced by copybookParser#usageLiteral.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  74. def visitValues(ctx: ValuesContext): T

    Visit a parse tree produced by the values labeled alternative in copybookParser#plusMinusplusMinusprecision9precision9precision9precision9precision9precision9precision9precision9precision9precision9precision9precision9signPrecision9signPrecision9.

    Visit a parse tree produced by the values labeled alternative in copybookParser#plusMinusplusMinusprecision9precision9precision9precision9precision9precision9precision9precision9precision9precision9precision9precision9signPrecision9signPrecision9.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  75. def visitValuesFrom(ctx: ValuesFromContext): T

    Visit a parse tree produced by copybookParser#valuesFrom.

    Visit a parse tree produced by copybookParser#valuesFrom.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  76. def visitValuesFromTo(ctx: ValuesFromToContext): T

    Visit a parse tree produced by copybookParser#valuesFromTo.

    Visit a parse tree produced by copybookParser#valuesFromTo.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  77. def visitValuesTo(ctx: ValuesToContext): T

    Visit a parse tree produced by copybookParser#valuesTo.

    Visit a parse tree produced by copybookParser#valuesTo.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    copybookParserBaseVisitorcopybookParserVisitor
    Annotations
    @Override()
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from copybookParserVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped