Uses of Class
net.sf.okapi.filters.tex.parser.TEXTokenType
-
Packages that use TEXTokenType Package Description net.sf.okapi.filters.tex.parser -
-
Uses of TEXTokenType in net.sf.okapi.filters.tex.parser
Methods in net.sf.okapi.filters.tex.parser that return TEXTokenType Modifier and Type Method Description TEXTokenTypeTEXToken. getType()static TEXTokenTypeTEXTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static TEXTokenType[]TEXTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.filters.tex.parser with parameters of type TEXTokenType Modifier and Type Method Description voidTEXToken. setType(TEXTokenType type)Constructors in net.sf.okapi.filters.tex.parser with parameters of type TEXTokenType Constructor Description TEXToken(String content, boolean isTranslatable, TEXTokenType type)
-