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 theTokenType
of this tokenstatic 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 org.openoffice.da.comp.w2lcommon.tex.tokenizer with parameters of type TokenTypeModifier and TypeMethodDescriptionboolean
Test wether this token is a character token of the given type (that is, a single character with a token type that is neitherCOMMAND_SEQUENCE
norENDINPUT
)protected void
Set this token as a character token with a specificTokenType
protected void
Set the type of this token to a specificTokenType
(the character content is not changed)