Uses of Enum Class
com.pnfsoftware.jeb.util.encoding.jflex.TokenType
Packages that use TokenType
-
Uses of TokenType in com.pnfsoftware.jeb.util.encoding.jflex
Fields in com.pnfsoftware.jeb.util.encoding.jflex declared as TokenTypeMethods in com.pnfsoftware.jeb.util.encoding.jflex that return TokenTypeModifier and TypeMethodDescriptionstatic TokenType
Returns the enum constant of this class with the specified name.static TokenType[]
TokenType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.util.encoding.jflex with parameters of type TokenTypeModifier and TypeMethodDescriptionprotected Token
Create and return a Token of given type.protected Token
Create and return a Token of given type and pairValue.protected Token
Helper method to create and return a new Token from of TokenType tokenStart and tokenLength will be modified to the newStart and newLength paramsprotected Token
Create and return a Token of given type from start with length offset is added to startConstructors in com.pnfsoftware.jeb.util.encoding.jflex with parameters of type TokenType