Uses of Class
net.aifusion.asn.Symbol
Packages that use Symbol
Package
Description
This package contains a partial implementation an ASN.1 parser and classes to manage ASN.1 values.
-
Uses of Symbol in net.aifusion.asn
Methods in net.aifusion.asn that return SymbolModifier and TypeMethodDescriptionGet the symbol associated with a given symbolSymbol.getParent()
Get the parent of this symbol, if anyMethods in net.aifusion.asn that return types with arguments of type SymbolModifier and TypeMethodDescriptionSymbolTable.getSymbolTable()
Get the underlying map containing <symbolName,Symbol> from this symbol tableConstructors in net.aifusion.asn with parameters of type SymbolModifierConstructorDescriptionSymbol
(String name, AsnProduction type, Symbol parent, String definingType) Create a symbol