class Asn1AstBuilder extends ASNBaseVisitor[AnyRef]
Translates an ANTLR4 parse tree into the internal Asn1Module ADT.
- Source
- Asn1AstBuilder.scala
- Alphabetic
- By Inheritance
- Asn1AstBuilder
- ASNBaseVisitor
- ASNVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Asn1AstBuilder()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def aggregateResult(arg0: AnyRef, arg1: AnyRef): AnyRef
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultResult(): AnyRef
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def shouldVisitNextChild(arg0: RuleNode, arg1: AnyRef): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visit(arg0: ParseTree): AnyRef
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitChildren(arg0: RuleNode): AnyRef
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- def visitErrorNode(arg0: ErrorNode): AnyRef
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- Asn1AstBuilder → ASNBaseVisitor → ASNVisitor
- def visitTerminal(arg0: TerminalNode): AnyRef
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- 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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ASNBaseVisitor → ASNVisitor
- Annotations
- @Override()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)