Uses of Class
net.aifusion.asn.Token
Packages that use Token
Package
Description
This package contains a partial implementation an ASN.1 parser and classes to manage ASN.1 values.
-
Uses of Token in net.aifusion.asn
Methods in net.aifusion.asn that return TokenModifier and TypeMethodDescriptionAsnNode.getNameToken()
Get the name token from this nodeAsnNode.getValueToken()
Get the value token from this node.Tokenizer.lookAhead()
Get the lookAhead tokenTokenizer.lookAhead
(int offset) Get the token at a given offset (positive or negative) from the current positionTokenizer.next()
Get the next token from the tokenizer, and advance its positionScan forward for a given token type (advancing the cursor to the token if found)Scan forward for a sequence of tokensSkip over a given token, and move past itMethods in net.aifusion.asn with parameters of type TokenModifier and TypeMethodDescriptionGet an AST node corresponding to this productionGet an AST node corresponding to this productionGet an AST node corresponding to this productionConstructors in net.aifusion.asn with parameters of type TokenModifierConstructorDescriptionCreate a Module definitionAsnNode
(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 pairConstructor parameters in net.aifusion.asn with type arguments of type TokenModifierConstructorDescriptionAsnNode
(AsnProduction production, List<Token> tokens) Create a parser node with a list of tokens