Uses of Class
net.sf.okapi.filters.tex.parser.TEXParser.CharType
-
Packages that use TEXParser.CharType Package Description net.sf.okapi.filters.tex.parser -
-
Uses of TEXParser.CharType in net.sf.okapi.filters.tex.parser
Methods in net.sf.okapi.filters.tex.parser that return TEXParser.CharType Modifier and Type Method Description static TEXParser.CharTypeTEXParser.CharType. valueOf(String name)Returns the enum constant of this type with the specified name.static TEXParser.CharType[]TEXParser.CharType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-