class ASNBaseVisitor[T] extends AbstractParseTreeVisitor[T] with ASNVisitor[T]
This class provides an empty implementation of ASNVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Source
- ASNBaseVisitor.java
- Alphabetic
- By Inheritance
- ASNBaseVisitor
- ASNVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ASNBaseVisitor()
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(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- 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 visitActualParameter(ctx: ActualParameterContext): T
Visit a parse tree produced by
ASNParser#actualParameter.Visit a parse tree produced by
ASNParser#actualParameter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitActualParameterList(ctx: ActualParameterListContext): T
Visit a parse tree produced by
ASNParser#actualParameterList.Visit a parse tree produced by
ASNParser#actualParameterList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitAdditionalElementSetSpec(ctx: AdditionalElementSetSpecContext): T
Visit a parse tree produced by
ASNParser#additionalElementSetSpec.Visit a parse tree produced by
ASNParser#additionalElementSetSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitAdditionalEnumeration(ctx: AdditionalEnumerationContext): T
Visit a parse tree produced by
ASNParser#additionalEnumeration.Visit a parse tree produced by
ASNParser#additionalEnumeration.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitAlternativeTypeList(ctx: AlternativeTypeListContext): T
Visit a parse tree produced by
ASNParser#alternativeTypeList.Visit a parse tree produced by
ASNParser#alternativeTypeList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitAlternativeTypeLists(ctx: AlternativeTypeListsContext): T
Visit a parse tree produced by
ASNParser#alternativeTypeLists.Visit a parse tree produced by
ASNParser#alternativeTypeLists.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitAsnType(ctx: AsnTypeContext): T
Visit a parse tree produced by
ASNParser#asnType.Visit a parse tree produced by
ASNParser#asnType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitAssignedIdentifier(ctx: AssignedIdentifierContext): T
Visit a parse tree produced by
ASNParser#assignedIdentifier.Visit a parse tree produced by
ASNParser#assignedIdentifier.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitAssignment(ctx: AssignmentContext): T
Visit a parse tree produced by
ASNParser#assignment.Visit a parse tree produced by
ASNParser#assignment.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitAssignmentList(ctx: AssignmentListContext): T
Visit a parse tree produced by
ASNParser#assignmentList.Visit a parse tree produced by
ASNParser#assignmentList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitAtNotation(ctx: AtNotationContext): T
Visit a parse tree produced by
ASNParser#atNotation.Visit a parse tree produced by
ASNParser#atNotation.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitBitStringType(ctx: BitStringTypeContext): T
Visit a parse tree produced by
ASNParser#bitStringType.Visit a parse tree produced by
ASNParser#bitStringType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitBooleanValue(ctx: BooleanValueContext): T
Visit a parse tree produced by
ASNParser#booleanValue.Visit a parse tree produced by
ASNParser#booleanValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitBuiltinType(ctx: BuiltinTypeContext): T
Visit a parse tree produced by
ASNParser#builtinType.Visit a parse tree produced by
ASNParser#builtinType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitBuiltinValue(ctx: BuiltinValueContext): T
Visit a parse tree produced by
ASNParser#builtinValue.Visit a parse tree produced by
ASNParser#builtinValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitChoiceType(ctx: ChoiceTypeContext): T
Visit a parse tree produced by
ASNParser#choiceType.Visit a parse tree produced by
ASNParser#choiceType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitChoiceValue(ctx: ChoiceValueContext): T
Visit a parse tree produced by
ASNParser#choiceValue.Visit a parse tree produced by
ASNParser#choiceValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitComponentIdList(ctx: ComponentIdListContext): T
Visit a parse tree produced by
ASNParser#componentIdList.Visit a parse tree produced by
ASNParser#componentIdList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitComponentPresence(ctx: ComponentPresenceContext): T
Visit a parse tree produced by
ASNParser#componentPresence.Visit a parse tree produced by
ASNParser#componentPresence.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitComponentPresenceList(ctx: ComponentPresenceListContext): T
Visit a parse tree produced by
ASNParser#componentPresenceList.Visit a parse tree produced by
ASNParser#componentPresenceList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitComponentPresenceLists(ctx: ComponentPresenceListsContext): T
Visit a parse tree produced by
ASNParser#componentPresenceLists.Visit a parse tree produced by
ASNParser#componentPresenceLists.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitComponentRelationConstraint(ctx: ComponentRelationConstraintContext): T
Visit a parse tree produced by
ASNParser#componentRelationConstraint.Visit a parse tree produced by
ASNParser#componentRelationConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitComponentType(ctx: ComponentTypeContext): T
Visit a parse tree produced by
ASNParser#componentType.Visit a parse tree produced by
ASNParser#componentType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitComponentTypeList(ctx: ComponentTypeListContext): T
Visit a parse tree produced by
ASNParser#componentTypeList.Visit a parse tree produced by
ASNParser#componentTypeList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitComponentTypeLists(ctx: ComponentTypeListsContext): T
Visit a parse tree produced by
ASNParser#componentTypeLists.Visit a parse tree produced by
ASNParser#componentTypeLists.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitConstraint(ctx: ConstraintContext): T
Visit a parse tree produced by
ASNParser#constraint.Visit a parse tree produced by
ASNParser#constraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitConstraintSpec(ctx: ConstraintSpecContext): T
Visit a parse tree produced by
ASNParser#constraintSpec.Visit a parse tree produced by
ASNParser#constraintSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitContentsConstraint(ctx: ContentsConstraintContext): T
Visit a parse tree produced by
ASNParser#contentsConstraint.Visit a parse tree produced by
ASNParser#contentsConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitDefinedObject(ctx: DefinedObjectContext): T
Visit a parse tree produced by
ASNParser#definedObject.Visit a parse tree produced by
ASNParser#definedObject.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitDefinedObjectClass(ctx: DefinedObjectClassContext): T
Visit a parse tree produced by
ASNParser#definedObjectClass.Visit a parse tree produced by
ASNParser#definedObjectClass.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitDefinedType(ctx: DefinedTypeContext): T
Visit a parse tree produced by
ASNParser#definedType.Visit a parse tree produced by
ASNParser#definedType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitDefinedValue(ctx: DefinedValueContext): T
Visit a parse tree produced by
ASNParser#definedValue.Visit a parse tree produced by
ASNParser#definedValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitElementSetSpec(ctx: ElementSetSpecContext): T
Visit a parse tree produced by
ASNParser#elementSetSpec.Visit a parse tree produced by
ASNParser#elementSetSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitElementSetSpecs(ctx: ElementSetSpecsContext): T
Visit a parse tree produced by
ASNParser#elementSetSpecs.Visit a parse tree produced by
ASNParser#elementSetSpecs.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitElements(ctx: ElementsContext): T
Visit a parse tree produced by
ASNParser#elements.Visit a parse tree produced by
ASNParser#elements.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitEnumeratedType(ctx: EnumeratedTypeContext): T
Visit a parse tree produced by
ASNParser#enumeratedType.Visit a parse tree produced by
ASNParser#enumeratedType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitEnumeratedValue(ctx: EnumeratedValueContext): T
Visit a parse tree produced by
ASNParser#enumeratedValue.Visit a parse tree produced by
ASNParser#enumeratedValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitEnumeration(ctx: EnumerationContext): T
Visit a parse tree produced by
ASNParser#enumeration.Visit a parse tree produced by
ASNParser#enumeration.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitEnumerationItem(ctx: EnumerationItemContext): T
Visit a parse tree produced by
ASNParser#enumerationItem.Visit a parse tree produced by
ASNParser#enumerationItem.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitEnumerations(ctx: EnumerationsContext): T
Visit a parse tree produced by
ASNParser#enumerations.Visit a parse tree produced by
ASNParser#enumerations.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitExceptionIdentification(ctx: ExceptionIdentificationContext): T
Visit a parse tree produced by
ASNParser#exceptionIdentification.Visit a parse tree produced by
ASNParser#exceptionIdentification.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExceptionSpec(ctx: ExceptionSpecContext): T
Visit a parse tree produced by
ASNParser#exceptionSpec.Visit a parse tree produced by
ASNParser#exceptionSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExclusions(ctx: ExclusionsContext): T
Visit a parse tree produced by
ASNParser#exclusions.Visit a parse tree produced by
ASNParser#exclusions.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExports(ctx: ExportsContext): T
Visit a parse tree produced by
ASNParser#exports.Visit a parse tree produced by
ASNParser#exports.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionAddition(ctx: ExtensionAdditionContext): T
Visit a parse tree produced by
ASNParser#extensionAddition.Visit a parse tree produced by
ASNParser#extensionAddition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionAdditionAlternative(ctx: ExtensionAdditionAlternativeContext): T
Visit a parse tree produced by
ASNParser#extensionAdditionAlternative.Visit a parse tree produced by
ASNParser#extensionAdditionAlternative.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionAdditionAlternatives(ctx: ExtensionAdditionAlternativesContext): T
Visit a parse tree produced by
ASNParser#extensionAdditionAlternatives.Visit a parse tree produced by
ASNParser#extensionAdditionAlternatives.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionAdditionAlternativesGroup(ctx: ExtensionAdditionAlternativesGroupContext): T
Visit a parse tree produced by
ASNParser#extensionAdditionAlternativesGroup.Visit a parse tree produced by
ASNParser#extensionAdditionAlternativesGroup.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionAdditionAlternativesList(ctx: ExtensionAdditionAlternativesListContext): T
Visit a parse tree produced by
ASNParser#extensionAdditionAlternativesList.Visit a parse tree produced by
ASNParser#extensionAdditionAlternativesList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionAdditionGroup(ctx: ExtensionAdditionGroupContext): T
Visit a parse tree produced by
ASNParser#extensionAdditionGroup.Visit a parse tree produced by
ASNParser#extensionAdditionGroup.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionAdditionList(ctx: ExtensionAdditionListContext): T
Visit a parse tree produced by
ASNParser#extensionAdditionList.Visit a parse tree produced by
ASNParser#extensionAdditionList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionAdditions(ctx: ExtensionAdditionsContext): T
Visit a parse tree produced by
ASNParser#extensionAdditions.Visit a parse tree produced by
ASNParser#extensionAdditions.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionAndException(ctx: ExtensionAndExceptionContext): T
Visit a parse tree produced by
ASNParser#extensionAndException.Visit a parse tree produced by
ASNParser#extensionAndException.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExtensionDefault(ctx: ExtensionDefaultContext): T
Visit a parse tree produced by
ASNParser#extensionDefault.Visit a parse tree produced by
ASNParser#extensionDefault.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitExternalObjectClassReference(ctx: ExternalObjectClassReferenceContext): T
Visit a parse tree produced by
ASNParser#externalObjectClassReference.Visit a parse tree produced by
ASNParser#externalObjectClassReference.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitFieldName(ctx: FieldNameContext): T
Visit a parse tree produced by
ASNParser#fieldName.Visit a parse tree produced by
ASNParser#fieldName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitFieldSpec(ctx: FieldSpecContext): T
Visit a parse tree produced by
ASNParser#fieldSpec.Visit a parse tree produced by
ASNParser#fieldSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitFixedTypeValueFieldSpec(ctx: FixedTypeValueFieldSpecContext): T
Visit a parse tree produced by
ASNParser#fixedTypeValueFieldSpec.Visit a parse tree produced by
ASNParser#fixedTypeValueFieldSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitFixedTypeValueSetFieldSpec(ctx: FixedTypeValueSetFieldSpecContext): T
Visit a parse tree produced by
ASNParser#fixedTypeValueSetFieldSpec.Visit a parse tree produced by
ASNParser#fixedTypeValueSetFieldSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitGeneralConstraint(ctx: GeneralConstraintContext): T
Visit a parse tree produced by
ASNParser#generalConstraint.Visit a parse tree produced by
ASNParser#generalConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitGlobalModuleReference(ctx: GlobalModuleReferenceContext): T
Visit a parse tree produced by
ASNParser#globalModuleReference.Visit a parse tree produced by
ASNParser#globalModuleReference.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitGovernor(ctx: GovernorContext): T
Visit a parse tree produced by
ASNParser#governor.Visit a parse tree produced by
ASNParser#governor.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitImports(ctx: ImportsContext): T
Visit a parse tree produced by
ASNParser#imports.Visit a parse tree produced by
ASNParser#imports.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitIntegerType(ctx: IntegerTypeContext): T
Visit a parse tree produced by
ASNParser#integerType.Visit a parse tree produced by
ASNParser#integerType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitIntegerValue(ctx: IntegerValueContext): T
Visit a parse tree produced by
ASNParser#integerValue.Visit a parse tree produced by
ASNParser#integerValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitIntersectionElements(ctx: IntersectionElementsContext): T
Visit a parse tree produced by
ASNParser#intersectionElements.Visit a parse tree produced by
ASNParser#intersectionElements.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitIntersectionMark(ctx: IntersectionMarkContext): T
Visit a parse tree produced by
ASNParser#intersectionMark.Visit a parse tree produced by
ASNParser#intersectionMark.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitIntersections(ctx: IntersectionsContext): T
Visit a parse tree produced by
ASNParser#intersections.Visit a parse tree produced by
ASNParser#intersections.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitLevel(ctx: LevelContext): T
Visit a parse tree produced by
ASNParser#level.Visit a parse tree produced by
ASNParser#level.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitLiteral(ctx: LiteralContext): T
Visit a parse tree produced by
ASNParser#literal.Visit a parse tree produced by
ASNParser#literal.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitModuleBody(ctx: ModuleBodyContext): T
Visit a parse tree produced by
ASNParser#moduleBody.Visit a parse tree produced by
ASNParser#moduleBody.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitModuleDefinition(ctx: ModuleDefinitionContext): T
Visit a parse tree produced by
ASNParser#moduleDefinition.Visit a parse tree produced by
ASNParser#moduleDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitModules(ctx: ModulesContext): T
Visit a parse tree produced by
ASNParser#modules.Visit a parse tree produced by
ASNParser#modules.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitNamedBit(ctx: NamedBitContext): T
Visit a parse tree produced by
ASNParser#namedBit.Visit a parse tree produced by
ASNParser#namedBit.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitNamedBitList(ctx: NamedBitListContext): T
Visit a parse tree produced by
ASNParser#namedBitList.Visit a parse tree produced by
ASNParser#namedBitList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitNamedNumber(ctx: NamedNumberContext): T
Visit a parse tree produced by
ASNParser#namedNumber.Visit a parse tree produced by
ASNParser#namedNumber.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitNamedNumberList(ctx: NamedNumberListContext): T
Visit a parse tree produced by
ASNParser#namedNumberList.Visit a parse tree produced by
ASNParser#namedNumberList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitNamedType(ctx: NamedTypeContext): T
Visit a parse tree produced by
ASNParser#namedType.Visit a parse tree produced by
ASNParser#namedType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjIdComponents(ctx: ObjIdComponentsContext): T
Visit a parse tree produced by
ASNParser#objIdComponents.Visit a parse tree produced by
ASNParser#objIdComponents.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjIdComponentsList(ctx: ObjIdComponentsListContext): T
Visit a parse tree produced by
ASNParser#objIdComponentsList.Visit a parse tree produced by
ASNParser#objIdComponentsList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectClass(ctx: ObjectClassContext): T
Visit a parse tree produced by
ASNParser#objectClass.Visit a parse tree produced by
ASNParser#objectClass.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectClassAssignment(ctx: ObjectClassAssignmentContext): T
Visit a parse tree produced by
ASNParser#objectClassAssignment.Visit a parse tree produced by
ASNParser#objectClassAssignment.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectClassDefn(ctx: ObjectClassDefnContext): T
Visit a parse tree produced by
ASNParser#objectClassDefn.Visit a parse tree produced by
ASNParser#objectClassDefn.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectClassFieldType(ctx: ObjectClassFieldTypeContext): T
Visit a parse tree produced by
ASNParser#objectClassFieldType.Visit a parse tree produced by
ASNParser#objectClassFieldType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectFieldSpec(ctx: ObjectFieldSpecContext): T
Visit a parse tree produced by
ASNParser#objectFieldSpec.Visit a parse tree produced by
ASNParser#objectFieldSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectIdentifierValue(ctx: ObjectIdentifierValueContext): T
Visit a parse tree produced by
ASNParser#objectIdentifierValue.Visit a parse tree produced by
ASNParser#objectIdentifierValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectOptionalitySpec(ctx: ObjectOptionalitySpecContext): T
Visit a parse tree produced by
ASNParser#objectOptionalitySpec.Visit a parse tree produced by
ASNParser#objectOptionalitySpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectSet(ctx: ObjectSetContext): T
Visit a parse tree produced by
ASNParser#objectSet.Visit a parse tree produced by
ASNParser#objectSet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectSetElements(ctx: ObjectSetElementsContext): T
Visit a parse tree produced by
ASNParser#objectSetElements.Visit a parse tree produced by
ASNParser#objectSetElements.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectSetFieldSpec(ctx: ObjectSetFieldSpecContext): T
Visit a parse tree produced by
ASNParser#objectSetFieldSpec.Visit a parse tree produced by
ASNParser#objectSetFieldSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectSetOptionalitySpec(ctx: ObjectSetOptionalitySpecContext): T
Visit a parse tree produced by
ASNParser#objectSetOptionalitySpec.Visit a parse tree produced by
ASNParser#objectSetOptionalitySpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectSetSpec(ctx: ObjectSetSpecContext): T
Visit a parse tree produced by
ASNParser#objectSetSpec.Visit a parse tree produced by
ASNParser#objectSetSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObject_(ctx: Object_Context): T
Visit a parse tree produced by
ASNParser#object_.Visit a parse tree produced by
ASNParser#object_.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitObjectidentifiertype(ctx: ObjectidentifiertypeContext): T
Visit a parse tree produced by
ASNParser#objectidentifiertype.Visit a parse tree produced by
ASNParser#objectidentifiertype.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitOctetStringType(ctx: OctetStringTypeContext): T
Visit a parse tree produced by
ASNParser#octetStringType.Visit a parse tree produced by
ASNParser#octetStringType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitOptionalExtensionMarker(ctx: OptionalExtensionMarkerContext): T
Visit a parse tree produced by
ASNParser#optionalExtensionMarker.Visit a parse tree produced by
ASNParser#optionalExtensionMarker.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitOptionalGroup(ctx: OptionalGroupContext): T
Visit a parse tree produced by
ASNParser#optionalGroup.Visit a parse tree produced by
ASNParser#optionalGroup.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitParamGovernor(ctx: ParamGovernorContext): T
Visit a parse tree produced by
ASNParser#paramGovernor.Visit a parse tree produced by
ASNParser#paramGovernor.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitParameter(ctx: ParameterContext): T
Visit a parse tree produced by
ASNParser#parameter.Visit a parse tree produced by
ASNParser#parameter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitParameterList(ctx: ParameterListContext): T
Visit a parse tree produced by
ASNParser#parameterList.Visit a parse tree produced by
ASNParser#parameterList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitParameterizedAssignment(ctx: ParameterizedAssignmentContext): T
Visit a parse tree produced by
ASNParser#parameterizedAssignment.Visit a parse tree produced by
ASNParser#parameterizedAssignment.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitParameterizedObject(ctx: ParameterizedObjectContext): T
Visit a parse tree produced by
ASNParser#parameterizedObject.Visit a parse tree produced by
ASNParser#parameterizedObject.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitParameterizedValue(ctx: ParameterizedValueContext): T
Visit a parse tree produced by
ASNParser#parameterizedValue.Visit a parse tree produced by
ASNParser#parameterizedValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitPrimitiveFieldName(ctx: PrimitiveFieldNameContext): T
Visit a parse tree produced by
ASNParser#primitiveFieldName.Visit a parse tree produced by
ASNParser#primitiveFieldName.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitReferencedType(ctx: ReferencedTypeContext): T
Visit a parse tree produced by
ASNParser#referencedType.Visit a parse tree produced by
ASNParser#referencedType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitRequiredToken(ctx: RequiredTokenContext): T
Visit a parse tree produced by
ASNParser#requiredToken.Visit a parse tree produced by
ASNParser#requiredToken.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitRestrictedCharacterStringType(ctx: RestrictedCharacterStringTypeContext): T
Visit a parse tree produced by
ASNParser#restrictedCharacterStringType.Visit a parse tree produced by
ASNParser#restrictedCharacterStringType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitRootAlternativeTypeList(ctx: RootAlternativeTypeListContext): T
Visit a parse tree produced by
ASNParser#rootAlternativeTypeList.Visit a parse tree produced by
ASNParser#rootAlternativeTypeList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitRootComponentTypeList(ctx: RootComponentTypeListContext): T
Visit a parse tree produced by
ASNParser#rootComponentTypeList.Visit a parse tree produced by
ASNParser#rootComponentTypeList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitRootElementSetSpec(ctx: RootElementSetSpecContext): T
Visit a parse tree produced by
ASNParser#rootElementSetSpec.Visit a parse tree produced by
ASNParser#rootElementSetSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitRootEnumeration(ctx: RootEnumerationContext): T
Visit a parse tree produced by
ASNParser#rootEnumeration.Visit a parse tree produced by
ASNParser#rootEnumeration.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSequenceOfType(ctx: SequenceOfTypeContext): T
Visit a parse tree produced by
ASNParser#sequenceOfType.Visit a parse tree produced by
ASNParser#sequenceOfType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSequenceType(ctx: SequenceTypeContext): T
Visit a parse tree produced by
ASNParser#sequenceType.Visit a parse tree produced by
ASNParser#sequenceType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSetOfType(ctx: SetOfTypeContext): T
Visit a parse tree produced by
ASNParser#setOfType.Visit a parse tree produced by
ASNParser#setOfType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSetType(ctx: SetTypeContext): T
Visit a parse tree produced by
ASNParser#setType.Visit a parse tree produced by
ASNParser#setType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSignedNumber(ctx: SignedNumberContext): T
Visit a parse tree produced by
ASNParser#signedNumber.Visit a parse tree produced by
ASNParser#signedNumber.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSimpleDefinedValue(ctx: SimpleDefinedValueContext): T
Visit a parse tree produced by
ASNParser#simpleDefinedValue.Visit a parse tree produced by
ASNParser#simpleDefinedValue.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSimpleTableConstraint(ctx: SimpleTableConstraintContext): T
Visit a parse tree produced by
ASNParser#simpleTableConstraint.Visit a parse tree produced by
ASNParser#simpleTableConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSizeConstraint(ctx: SizeConstraintContext): T
Visit a parse tree produced by
ASNParser#sizeConstraint.Visit a parse tree produced by
ASNParser#sizeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSubtypeConstraint(ctx: SubtypeConstraintContext): T
Visit a parse tree produced by
ASNParser#subtypeConstraint.Visit a parse tree produced by
ASNParser#subtypeConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSubtypeElements(ctx: SubtypeElementsContext): T
Visit a parse tree produced by
ASNParser#subtypeElements.Visit a parse tree produced by
ASNParser#subtypeElements.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSymbol(ctx: SymbolContext): T
Visit a parse tree produced by
ASNParser#symbol.Visit a parse tree produced by
ASNParser#symbol.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSymbolList(ctx: SymbolListContext): T
Visit a parse tree produced by
ASNParser#symbolList.Visit a parse tree produced by
ASNParser#symbolList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSymbolsExported(ctx: SymbolsExportedContext): T
Visit a parse tree produced by
ASNParser#symbolsExported.Visit a parse tree produced by
ASNParser#symbolsExported.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSymbolsFromModule(ctx: SymbolsFromModuleContext): T
Visit a parse tree produced by
ASNParser#symbolsFromModule.Visit a parse tree produced by
ASNParser#symbolsFromModule.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSymbolsFromModuleList(ctx: SymbolsFromModuleListContext): T
Visit a parse tree produced by
ASNParser#symbolsFromModuleList.Visit a parse tree produced by
ASNParser#symbolsFromModuleList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSymbolsImported(ctx: SymbolsImportedContext): T
Visit a parse tree produced by
ASNParser#symbolsImported.Visit a parse tree produced by
ASNParser#symbolsImported.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitSyntaxList(ctx: SyntaxListContext): T
Visit a parse tree produced by
ASNParser#syntaxList.Visit a parse tree produced by
ASNParser#syntaxList.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTableConstraint(ctx: TableConstraintContext): T
Visit a parse tree produced by
ASNParser#tableConstraint.Visit a parse tree produced by
ASNParser#tableConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTag(ctx: TagContext): T
Visit a parse tree produced by
ASNParser#tag.Visit a parse tree produced by
ASNParser#tag.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTagClass(ctx: TagClassContext): T
Visit a parse tree produced by
ASNParser#tagClass.Visit a parse tree produced by
ASNParser#tagClass.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTagDefault(ctx: TagDefaultContext): T
Visit a parse tree produced by
ASNParser#tagDefault.Visit a parse tree produced by
ASNParser#tagDefault.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTagType(ctx: TagTypeContext): T
Visit a parse tree produced by
ASNParser#tagType.Visit a parse tree produced by
ASNParser#tagType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTaggedType(ctx: TaggedTypeContext): T
Visit a parse tree produced by
ASNParser#taggedType.Visit a parse tree produced by
ASNParser#taggedType.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitTokenOrGroupSpec(ctx: TokenOrGroupSpecContext): T
Visit a parse tree produced by
ASNParser#tokenOrGroupSpec.Visit a parse tree produced by
ASNParser#tokenOrGroupSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTypeAssignment(ctx: TypeAssignmentContext): T
Visit a parse tree produced by
ASNParser#typeAssignment.Visit a parse tree produced by
ASNParser#typeAssignment.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTypeFieldSpec(ctx: TypeFieldSpecContext): T
Visit a parse tree produced by
ASNParser#typeFieldSpec.Visit a parse tree produced by
ASNParser#typeFieldSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitTypeOptionalitySpec(ctx: TypeOptionalitySpecContext): T
Visit a parse tree produced by
ASNParser#typeOptionalitySpec.Visit a parse tree produced by
ASNParser#typeOptionalitySpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitUnionMark(ctx: UnionMarkContext): T
Visit a parse tree produced by
ASNParser#unionMark.Visit a parse tree produced by
ASNParser#unionMark.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitUnions(ctx: UnionsContext): T
Visit a parse tree produced by
ASNParser#unions.Visit a parse tree produced by
ASNParser#unions.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitUsefulObjectClassReference(ctx: UsefulObjectClassReferenceContext): T
Visit a parse tree produced by
ASNParser#usefulObjectClassReference.Visit a parse tree produced by
ASNParser#usefulObjectClassReference.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitUserDefinedConstraint(ctx: UserDefinedConstraintContext): T
Visit a parse tree produced by
ASNParser#userDefinedConstraint.Visit a parse tree produced by
ASNParser#userDefinedConstraint.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitUserDefinedConstraintParameter(ctx: UserDefinedConstraintParameterContext): T
Visit a parse tree produced by
ASNParser#userDefinedConstraintParameter.Visit a parse tree produced by
ASNParser#userDefinedConstraintParameter.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitValue(ctx: ValueContext): T
Visit a parse tree produced by
ASNParser#value.Visit a parse tree produced by
ASNParser#value.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitValueAssignment(ctx: ValueAssignmentContext): T
Visit a parse tree produced by
ASNParser#valueAssignment.Visit a parse tree produced by
ASNParser#valueAssignment.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitValueOptionalitySpec(ctx: ValueOptionalitySpecContext): T
Visit a parse tree produced by
ASNParser#valueOptionalitySpec.Visit a parse tree produced by
ASNParser#valueOptionalitySpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitValueSet(ctx: ValueSetContext): T
Visit a parse tree produced by
ASNParser#valueSet.Visit a parse tree produced by
ASNParser#valueSet.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitValueSetOptionalitySpec(ctx: ValueSetOptionalitySpecContext): T
Visit a parse tree produced by
ASNParser#valueSetOptionalitySpec.Visit a parse tree produced by
ASNParser#valueSetOptionalitySpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitVariableTypeValueFieldSpec(ctx: VariableTypeValueFieldSpecContext): T
Visit a parse tree produced by
ASNParser#variableTypeValueFieldSpec.Visit a parse tree produced by
ASNParser#variableTypeValueFieldSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitVariableTypeValueSetFieldSpec(ctx: VariableTypeValueSetFieldSpecContext): T
Visit a parse tree produced by
ASNParser#variableTypeValueSetFieldSpec.Visit a parse tree produced by
ASNParser#variableTypeValueSetFieldSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitVersionNumber(ctx: VersionNumberContext): T
Visit a parse tree produced by
ASNParser#versionNumber.Visit a parse tree produced by
ASNParser#versionNumber.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitWithSyntaxSpec(ctx: WithSyntaxSpecContext): T
Visit a parse tree produced by
ASNParser#withSyntaxSpec.Visit a parse tree produced by
ASNParser#withSyntaxSpec.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)