Uses of Enum
net.aifusion.asn.AsnProduction
Packages that use 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
Methods in net.aifusion.asn that return AsnProductionModifier 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 AsnProductionLookup the production corresponding to a namestatic AsnProductionReturns 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.Methods in net.aifusion.asn with parameters of type AsnProductionModifier and TypeMethodDescriptionAsnNode.locate(AsnProduction production, String name) Locate a node corresponding to a given name and production starting at this nodeConstructors in net.aifusion.asn with parameters of type AsnProductionModifierConstructorDescriptionAsnNode(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