Uses of Class
gw.lang.parser.IGosuParser.ParseType
-
Packages that use IGosuParser.ParseType Package Description gw.lang.parser -
-
Uses of IGosuParser.ParseType in gw.lang.parser
Methods in gw.lang.parser that return IGosuParser.ParseType Modifier and Type Method Description static IGosuParser.ParseType
IGosuParser.ParseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IGosuParser.ParseType[]
IGosuParser.ParseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-