Packages

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
Linear Supertypes
ASNVisitor[T], AbstractParseTreeVisitor[T], ParseTreeVisitor[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ASNBaseVisitor
  2. ASNVisitor
  3. AbstractParseTreeVisitor
  4. ParseTreeVisitor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ASNBaseVisitor()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregateResult(arg0: T, arg1: T): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def defaultResult(): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def visit(arg0: ParseTree): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  20. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  21. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  22. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  23. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  24. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  25. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  26. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  27. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  28. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  29. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  30. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  31. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  32. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  33. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  34. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  35. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  36. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  37. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  38. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  39. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  40. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  41. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  42. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  43. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  44. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  45. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  46. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  47. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  48. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  49. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  50. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  51. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  52. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  53. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  54. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  55. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  56. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  57. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  58. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  59. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  60. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  61. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  62. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  63. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  64. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  65. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  66. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  67. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  68. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  69. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  70. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  71. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  72. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  73. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  74. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  75. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  76. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  77. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  78. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  79. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  80. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  81. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  82. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  83. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  84. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  85. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  86. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  87. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  88. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  89. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  90. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  91. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  92. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  93. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  94. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  95. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  96. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  97. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  98. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  99. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  100. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  101. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  102. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  103. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  104. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  105. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  106. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  107. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  108. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  109. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  110. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  111. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  112. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  113. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  114. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  115. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  116. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  117. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  118. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  119. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  120. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  121. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  122. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  123. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  124. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  125. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  126. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  127. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  128. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  129. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  130. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  131. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  132. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  133. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  134. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  135. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  136. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  137. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  138. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  139. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  140. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  141. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  142. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  143. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  144. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  145. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  146. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  147. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  148. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  149. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  150. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  151. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  152. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  153. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  154. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  155. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  156. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  157. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  158. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  159. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  160. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  161. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  162. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  163. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  164. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  165. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  166. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  167. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  168. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  169. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  170. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  171. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  172. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  173. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  174. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    ASNBaseVisitorASNVisitor
    Annotations
    @Override()
  175. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  176. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  177. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ASNVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped