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.
- Alphabetic
- By Inheritance
- copybookParserBaseVisitor
- copybookParserVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new copybookParserBaseVisitor()
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
-
def
aggregateResult(arg0: T, arg1: T): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
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()
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: ParseTree): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
def
visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
def
visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
def
visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- copybookParserBaseVisitor → copybookParserVisitor
- Annotations
- @Override()
-
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()