trait copybookParserVisitor[T] extends ParseTreeVisitor[T]
This interface defines a complete generic visitor for a parse tree produced
by copybookParser.
- Alphabetic
- By Inheritance
- copybookParserVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
visit(arg0: ParseTree): T
- Definition Classes
- ParseTreeVisitor
-
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
-
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
-
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
-
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
-
abstract
def
visitChildren(arg0: RuleNode): T
- Definition Classes
- ParseTreeVisitor
-
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
-
abstract
def
visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- ParseTreeVisitor
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
abstract
def
visitLeadingSign(ctx: LeadingSignContext): T
Visit a parse tree produced by the
leadingSignlabeled alternative incopybookParser#signPrecision9.Visit a parse tree produced by the
leadingSignlabeled alternative incopybookParser#signPrecision9.- ctx
the parse tree
- returns
the visitor result
-
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
-
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
-
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
-
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
-
abstract
def
visitMinus(ctx: MinusContext): T
Visit a parse tree produced by the
minuslabeled alternative incopybookParser#plusMinus.Visit a parse tree produced by the
minuslabeled alternative incopybookParser#plusMinus.- ctx
the parse tree
- returns
the visitor result
-
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
-
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
-
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
-
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
-
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
-
abstract
def
visitPlus(ctx: PlusContext): T
Visit a parse tree produced by the
pluslabeled alternative incopybookParser#plusMinus.Visit a parse tree produced by the
pluslabeled alternative incopybookParser#plusMinus.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecision9DecimalScaled(ctx: Precision9DecimalScaledContext): T
Visit a parse tree produced by the
precision9DecimalScaledlabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precision9DecimalScaledlabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecision9ExplicitDot(ctx: Precision9ExplicitDotContext): T
Visit a parse tree produced by the
precision9ExplicitDotlabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precision9ExplicitDotlabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecision9Nines(ctx: Precision9NinesContext): T
Visit a parse tree produced by the
precision9Nineslabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precision9Nineslabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecision9Ps(ctx: Precision9PsContext): T
Visit a parse tree produced by the
precision9Pslabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precision9Pslabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecision9Scaled(ctx: Precision9ScaledContext): T
Visit a parse tree produced by the
precision9Scaledlabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precision9Scaledlabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecision9ScaledLead(ctx: Precision9ScaledLeadContext): T
Visit a parse tree produced by the
precision9ScaledLeadlabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precision9ScaledLeadlabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecision9Ss(ctx: Precision9SsContext): T
Visit a parse tree produced by the
precision9Sslabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precision9Sslabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecision9Vs(ctx: Precision9VsContext): T
Visit a parse tree produced by the
precision9Vslabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precision9Vslabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecision9Zs(ctx: Precision9ZsContext): T
Visit a parse tree produced by the
precision9Zslabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precision9Zslabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecisionZDecimalScaled(ctx: PrecisionZDecimalScaledContext): T
Visit a parse tree produced by the
precisionZDecimalScaledlabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precisionZDecimalScaledlabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecisionZExplicitDot(ctx: PrecisionZExplicitDotContext): T
Visit a parse tree produced by the
precisionZExplicitDotlabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precisionZExplicitDotlabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrecisionZScaled(ctx: PrecisionZScaledContext): T
Visit a parse tree produced by the
precisionZScaledlabeled alternative incopybookParser#precision9.Visit a parse tree produced by the
precisionZScaledlabeled alternative incopybookParser#precision9.- ctx
the parse tree
- returns
the visitor result
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
abstract
def
visitTerminal(arg0: TerminalNode): T
- Definition Classes
- ParseTreeVisitor
-
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
-
abstract
def
visitTrailingSign(ctx: TrailingSignContext): T
Visit a parse tree produced by the
trailingSignlabeled alternative incopybookParser#signPrecision9.Visit a parse tree produced by the
trailingSignlabeled alternative incopybookParser#signPrecision9.- ctx
the parse tree
- returns
the visitor result
-
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
-
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
-
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
-
abstract
def
visitValues(ctx: ValuesContext): T
Visit a parse tree produced by the
valueslabeled alternative incopybookParser#plusMinusplusMinusprecision9precision9precision9precision9precision9precision9precision9precision9precision9precision9precision9precision9signPrecision9signPrecision9.Visit a parse tree produced by the
valueslabeled alternative incopybookParser#plusMinusplusMinusprecision9precision9precision9precision9precision9precision9precision9precision9precision9precision9precision9precision9signPrecision9signPrecision9.- ctx
the parse tree
- returns
the visitor result
-
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
-
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
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()