Uses of Class
org.meeuw.json.grep.GrepEvent.Type
-
Packages that use GrepEvent.Type Package Description org.meeuw.json.grep -
-
Uses of GrepEvent.Type in org.meeuw.json.grep
Methods in org.meeuw.json.grep that return GrepEvent.Type Modifier and Type Method Description static GrepEvent.TypeGrepEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GrepEvent.Type[]GrepEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.meeuw.json.grep with parameters of type GrepEvent.Type Constructor Description GrepEvent(ParseEvent event, GrepEvent.Type type, int weight)
-