Uses of Class
org.yecht.ParserInput
-
Packages that use ParserInput Package Description org.yecht -
-
Uses of ParserInput in org.yecht
Methods in org.yecht that return ParserInput Modifier and Type Method Description static ParserInput
ParserInput. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParserInput[]
ParserInput. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yecht with parameters of type ParserInput Modifier and Type Method Description void
Parser. setInputType(ParserInput input_type)
-