Uses of Enum Class
org.openoffice.da.comp.w2lcommon.tex.tokenizer.TokenType
Packages that use TokenType
-
Uses of TokenType in org.openoffice.da.comp.w2lcommon.tex.tokenizer
Methods in org.openoffice.da.comp.w2lcommon.tex.tokenizer that return TokenTypeModifier and TypeMethodDescriptionToken.getType()Get theTokenTypeof this tokenstatic 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 org.openoffice.da.comp.w2lcommon.tex.tokenizer with parameters of type TokenTypeModifier and TypeMethodDescriptionbooleanTest wether this token is a character token of the given type (that is, a single character with a token type that is neitherCOMMAND_SEQUENCEnorENDINPUT)protected voidSet this token as a character token with a specificTokenTypeprotected voidSet the type of this token to a specificTokenType(the character content is not changed)