Uses of Enum
net.aifusion.asn.TokenType
Packages that use TokenType
Package
Description
This package contains a partial implementation an ASN.1 parser and classes to manage ASN.1 values.
-
Uses of TokenType in net.aifusion.asn
Methods in net.aifusion.asn that return TokenTypeModifier and TypeMethodDescriptionToken.type()Get the type of this tokenstatic TokenTypeReturns the enum constant of this type with the specified name.static TokenType[]TokenType.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 TokenTypeModifier and TypeMethodDescriptionbooleanCheck if this token is of a given typebooleanTokenizer.lookAheadIs(TokenType t) Check if the lookAhead token is of a given typebooleanTokenizer.lookAheadIs(TokenType t, int offset) Check if the lookahead token at a given offset matches a given typebooleanCheck if a list of tokens matches the incoming tokensScan forward for a given token type (advancing the cursor to the token if found)Scan forward for a sequence of tokensvoidReset the type of this token to the expected typeSkip over a given token, and move past itConstructors in net.aifusion.asn with parameters of type TokenType