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 TokenTypeToken. getType()Get theTokenTypeof this tokenstatic 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.Methods in org.openoffice.da.comp.w2lcommon.tex.tokenizer with parameters of type TokenType Modifier and Type Method Description booleanToken. 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_SEQUENCEnorENDINPUT)protected voidToken. set(char c, TokenType type)Set this token as a character token with a specificTokenTypeprotected voidToken. setType(TokenType type)Set the type of this token to a specificTokenType(the character content is not changed)
-