Uses of Class
org.openoffice.da.comp.w2lcommon.tex.tokenizer.TokenType
-
Packages that use TokenType Package Description org.openoffice.da.comp.w2lcommon.tex.tokenizer -
-
Uses of TokenType in org.openoffice.da.comp.w2lcommon.tex.tokenizer
Methods in org.openoffice.da.comp.w2lcommon.tex.tokenizer that return TokenType Modifier and Type Method Description TokenType
Token. getType()
Get theTokenType
of this tokenstatic TokenType
TokenType. 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.Methods in org.openoffice.da.comp.w2lcommon.tex.tokenizer with parameters of type TokenType Modifier and Type Method Description boolean
Token. is(char c, TokenType type)
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
Token. set(char c, TokenType type)
Set this token as a character token with a specificTokenType
protected void
Token. setType(TokenType type)
Set the type of this token to a specificTokenType
(the character content is not changed)
-