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 TokenTypeReturns 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 TokenCreate and return a Token of given type.protected TokenCreate and return a Token of given type and pairValue.protected TokenHelper method to create and return a new Token from of TokenType tokenStart and tokenLength will be modified to the newStart and newLength paramsprotected TokenCreate 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