Uses of Class
com.pd4ml.pdf.cos.parser.TokenType
-
Packages that use TokenType Package Description com.pd4ml.pdf.cos.parser -
-
Uses of TokenType in com.pd4ml.pdf.cos.parser
Methods in com.pd4ml.pdf.cos.parser that return TokenType Modifier and Type Method Description TokenTypeToken. getType()static TokenTypeTokenType. valueOf(java.lang.String name)Returns 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.Constructors in com.pd4ml.pdf.cos.parser with parameters of type TokenType Constructor Description Token(TokenType type, int offset, java.lang.String text)Token(TokenType type, int offset, java.lang.String text, byte[] bytes)
-