Packages

class Asn1AstBuilder extends ASNBaseVisitor[AnyRef]

Translates an ANTLR4 parse tree into the internal Asn1Module ADT.

Source
Asn1AstBuilder.scala
Linear Supertypes
ASNBaseVisitor[AnyRef], ASNVisitor[AnyRef], AbstractParseTreeVisitor[AnyRef], ParseTreeVisitor[AnyRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Asn1AstBuilder
  2. ASNBaseVisitor
  3. ASNVisitor
  4. AbstractParseTreeVisitor
  5. ParseTreeVisitor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Asn1AstBuilder()

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: AnyRef, arg1: AnyRef): AnyRef
    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(): AnyRef
    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: AnyRef): 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): AnyRef
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  20. def visitActualParameter(ctx: ActualParameterContext): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  27. def visitAssignedIdentifier(ctx: AssignedIdentifierContext): AnyRef

    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): AnyRef

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  29. def visitAssignmentList(ctx: AssignmentListContext): AnyRef

    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): AnyRef

    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): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  32. def visitBooleanValue(ctx: BooleanValueContext): AnyRef

    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): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  34. def visitBuiltinValue(ctx: BuiltinValueContext): AnyRef

    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): AnyRef
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  36. def visitChoiceType(ctx: ChoiceTypeContext): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  37. def visitChoiceValue(ctx: ChoiceValueContext): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  57. def visitEnumeratedValue(ctx: EnumeratedValueContext): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  62. def visitExceptionIdentification(ctx: ExceptionIdentificationContext): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): Seq[SymbolsFromModule]

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  85. def visitIntegerType(ctx: IntegerTypeContext): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  86. def visitIntegerValue(ctx: IntegerValueContext): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  94. def visitModules(ctx: ModulesContext): AnyRef

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  95. def visitNamedBit(ctx: NamedBitContext): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  127. def visitRequiredToken(ctx: RequiredTokenContext): AnyRef

    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): Asn1StringType

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  129. def visitRootAlternativeTypeList(ctx: RootAlternativeTypeListContext): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  134. def visitSequenceType(ctx: SequenceTypeContext): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  135. def visitSetOfType(ctx: SetOfTypeContext): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  136. def visitSetType(ctx: SetTypeContext): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  137. def visitSignedNumber(ctx: SignedNumberContext): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): Asn1Type

    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
    Asn1AstBuilderASNBaseVisitorASNVisitor
  156. def visitTerminal(arg0: TerminalNode): AnyRef
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  157. def visitTokenOrGroupSpec(ctx: TokenOrGroupSpecContext): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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): AnyRef

    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 ASNBaseVisitor[AnyRef]

Inherited from ASNVisitor[AnyRef]

Inherited from AbstractParseTreeVisitor[AnyRef]

Inherited from ParseTreeVisitor[AnyRef]

Inherited from AnyRef

Inherited from Any

Ungrouped