Uses of Enum
net.aifusion.asn.AsnProduction
Package
Description
This package contains a partial implementation an ASN.1 parser and classes to manage ASN.1 values.
-
Uses of AsnProduction in net.aifusion.asn
Modifier and TypeMethodDescriptionAsnNode.getProduction()
Get the production at this nodeSymbol.getProduction()
Get the production associated with this symbolSymbolTable.getProduction
(String name) Get the production associated with a given symbolstatic AsnProduction
Lookup the production corresponding to a namestatic AsnProduction
Returns the enum constant of this type with the specified name.static AsnProduction[]
AsnProduction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAsnNode.locate
(AsnProduction production, String name) Locate a node corresponding to a given name and production starting at this nodeModifierConstructorDescriptionAsnNode
(AsnProduction production) Create a node for a productionAsnNode
(AsnProduction production, List<Token> tokens) Create a parser node with a list of tokensAsnNode
(AsnProduction production, Token token) Create a new parser node with a given token (name)AsnNode
(AsnProduction production, Token token, boolean isClassField) Create a parser node with a given nameAsnNode
(AsnProduction production, Token nameToken, Token valueToken) Create a new parser node with a given token pairSymbol
(String name, AsnProduction type, Symbol parent, String definingType) Create a symbol