Packages

t

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

copybookParserVisitor

trait copybookParserVisitor[T] extends ParseTreeVisitor[T]

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

Linear Supertypes
ParseTreeVisitor[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. copybookParserVisitor
  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 visitAlphaA(ctx: AlphaAContext): T

    Visit a parse tree produced by copybookParser#alphaA.

    Visit a parse tree produced by copybookParser#alphaA.

    ctx

    the parse tree

    returns

    the visitor result

  3. abstract def visitAlphaN(ctx: AlphaNContext): T

    Visit a parse tree produced by copybookParser#alphaN.

    Visit a parse tree produced by copybookParser#alphaN.

    ctx

    the parse tree

    returns

    the visitor result

  4. abstract def visitAlphaX(ctx: AlphaXContext): T

    Visit a parse tree produced by copybookParser#alphaX.

    Visit a parse tree produced by copybookParser#alphaX.

    ctx

    the parse tree

    returns

    the visitor result

  5. abstract def visitBooleanLiteral(ctx: BooleanLiteralContext): T

    Visit a parse tree produced by copybookParser#booleanLiteral.

    Visit a parse tree produced by copybookParser#booleanLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  6. abstract def visitChildren(arg0: RuleNode): T
    Definition Classes
    ParseTreeVisitor
  7. abstract def visitDependingOn(ctx: DependingOnContext): T

    Visit a parse tree produced by copybookParser#dependingOn.

    Visit a parse tree produced by copybookParser#dependingOn.

    ctx

    the parse tree

    returns

    the visitor result

  8. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  9. abstract def visitGroup(ctx: GroupContext): T

    Visit a parse tree produced by copybookParser#group.

    Visit a parse tree produced by copybookParser#group.

    ctx

    the parse tree

    returns

    the visitor result

  10. abstract def visitGroupUsageLiteral(ctx: GroupUsageLiteralContext): T

    Visit a parse tree produced by copybookParser#groupUsageLiteral.

    Visit a parse tree produced by copybookParser#groupUsageLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  11. abstract def visitIdentifier(ctx: IdentifierContext): T

    Visit a parse tree produced by copybookParser#identifier.

    Visit a parse tree produced by copybookParser#identifier.

    ctx

    the parse tree

    returns

    the visitor result

  12. abstract def visitIndexedBy(ctx: IndexedByContext): T

    Visit a parse tree produced by copybookParser#indexedBy.

    Visit a parse tree produced by copybookParser#indexedBy.

    ctx

    the parse tree

    returns

    the visitor result

  13. abstract def visitIntegerLiteral(ctx: IntegerLiteralContext): T

    Visit a parse tree produced by copybookParser#integerLiteral.

    Visit a parse tree produced by copybookParser#integerLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitItem(ctx: ItemContext): T

    Visit a parse tree produced by copybookParser#item.

    Visit a parse tree produced by copybookParser#item.

    ctx

    the parse tree

    returns

    the visitor result

  15. abstract def visitJustified(ctx: JustifiedContext): T

    Visit a parse tree produced by copybookParser#justified.

    Visit a parse tree produced by copybookParser#justified.

    ctx

    the parse tree

    returns

    the visitor result

  16. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract def visitLevel66statement(ctx: Level66statementContext): T

    Visit a parse tree produced by copybookParser#level66statement.

    Visit a parse tree produced by copybookParser#level66statement.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitLevel88statement(ctx: Level88statementContext): T

    Visit a parse tree produced by copybookParser#level88statement.

    Visit a parse tree produced by copybookParser#level88statement.

    ctx

    the parse tree

    returns

    the visitor result

  19. abstract def visitLiteral(ctx: LiteralContext): T

    Visit a parse tree produced by copybookParser#literal.

    Visit a parse tree produced by copybookParser#literal.

    ctx

    the parse tree

    returns

    the visitor result

  20. abstract def visitMain(ctx: MainContext): T

    Visit a parse tree produced by copybookParser#main.

    Visit a parse tree produced by copybookParser#main.

    ctx

    the parse tree

    returns

    the visitor result

  21. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  22. abstract def visitNumericLiteral(ctx: NumericLiteralContext): T

    Visit a parse tree produced by copybookParser#numericLiteral.

    Visit a parse tree produced by copybookParser#numericLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  23. abstract def visitOccurs(ctx: OccursContext): T

    Visit a parse tree produced by copybookParser#occurs.

    Visit a parse tree produced by copybookParser#occurs.

    ctx

    the parse tree

    returns

    the visitor result

  24. abstract def visitOccursTo(ctx: OccursToContext): T

    Visit a parse tree produced by copybookParser#occursTo.

    Visit a parse tree produced by copybookParser#occursTo.

    ctx

    the parse tree

    returns

    the visitor result

  25. abstract def visitPic(ctx: PicContext): T

    Visit a parse tree produced by copybookParser#pic.

    Visit a parse tree produced by copybookParser#pic.

    ctx

    the parse tree

    returns

    the visitor result

  26. abstract def visitPictureLiteral(ctx: PictureLiteralContext): T

    Visit a parse tree produced by copybookParser#pictureLiteral.

    Visit a parse tree produced by copybookParser#pictureLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  27. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  28. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  29. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  30. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  31. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  32. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  33. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  34. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  35. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  36. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  37. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  38. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  39. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  40. abstract def visitPrimitive(ctx: PrimitiveContext): T

    Visit a parse tree produced by copybookParser#primitive.

    Visit a parse tree produced by copybookParser#primitive.

    ctx

    the parse tree

    returns

    the visitor result

  41. abstract def visitRedefines(ctx: RedefinesContext): T

    Visit a parse tree produced by copybookParser#redefines.

    Visit a parse tree produced by copybookParser#redefines.

    ctx

    the parse tree

    returns

    the visitor result

  42. abstract def visitRenames(ctx: RenamesContext): T

    Visit a parse tree produced by copybookParser#renames.

    Visit a parse tree produced by copybookParser#renames.

    ctx

    the parse tree

    returns

    the visitor result

  43. abstract def visitSection(ctx: SectionContext): T

    Visit a parse tree produced by copybookParser#section.

    Visit a parse tree produced by copybookParser#section.

    ctx

    the parse tree

    returns

    the visitor result

  44. abstract def visitSeparateSign(ctx: SeparateSignContext): T

    Visit a parse tree produced by copybookParser#separateSign.

    Visit a parse tree produced by copybookParser#separateSign.

    ctx

    the parse tree

    returns

    the visitor result

  45. abstract def visitSkipLiteral(ctx: SkipLiteralContext): T

    Visit a parse tree produced by copybookParser#skipLiteral.

    Visit a parse tree produced by copybookParser#skipLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  46. abstract def visitSorts(ctx: SortsContext): T

    Visit a parse tree produced by copybookParser#sorts.

    Visit a parse tree produced by copybookParser#sorts.

    ctx

    the parse tree

    returns

    the visitor result

  47. abstract def visitSpecialValues(ctx: SpecialValuesContext): T

    Visit a parse tree produced by copybookParser#specialValues.

    Visit a parse tree produced by copybookParser#specialValues.

    ctx

    the parse tree

    returns

    the visitor result

  48. abstract def visitTerm(ctx: TermContext): T

    Visit a parse tree produced by copybookParser#term.

    Visit a parse tree produced by copybookParser#term.

    ctx

    the parse tree

    returns

    the visitor result

  49. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor
  50. abstract def visitThru(ctx: ThruContext): T

    Visit a parse tree produced by copybookParser#thru.

    Visit a parse tree produced by copybookParser#thru.

    ctx

    the parse tree

    returns

    the visitor result

  51. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  52. abstract def visitUsage(ctx: UsageContext): T

    Visit a parse tree produced by copybookParser#usage.

    Visit a parse tree produced by copybookParser#usage.

    ctx

    the parse tree

    returns

    the visitor result

  53. abstract def visitUsageGroup(ctx: UsageGroupContext): T

    Visit a parse tree produced by copybookParser#usageGroup.

    Visit a parse tree produced by copybookParser#usageGroup.

    ctx

    the parse tree

    returns

    the visitor result

  54. abstract def visitUsageLiteral(ctx: UsageLiteralContext): T

    Visit a parse tree produced by copybookParser#usageLiteral.

    Visit a parse tree produced by copybookParser#usageLiteral.

    ctx

    the parse tree

    returns

    the visitor result

  55. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  56. abstract def visitValuesFrom(ctx: ValuesFromContext): T

    Visit a parse tree produced by copybookParser#valuesFrom.

    Visit a parse tree produced by copybookParser#valuesFrom.

    ctx

    the parse tree

    returns

    the visitor result

  57. abstract def visitValuesFromTo(ctx: ValuesFromToContext): T

    Visit a parse tree produced by copybookParser#valuesFromTo.

    Visit a parse tree produced by copybookParser#valuesFromTo.

    ctx

    the parse tree

    returns

    the visitor result

  58. abstract def visitValuesTo(ctx: ValuesToContext): T

    Visit a parse tree produced by copybookParser#valuesTo.

    Visit a parse tree produced by copybookParser#valuesTo.

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

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped