Uses of Class
org.scijava.parse.Group
-
Packages that use Group Package Description org.scijava.parse -
-
Uses of Group in org.scijava.parse
Fields in org.scijava.parse declared as Group Modifier and Type Field Description static Group
Operators. BRACES
static Group
Operators. BRACKETS
static Group
Operators. PARENS
Methods in org.scijava.parse that return Group Modifier and Type Method Description Group
Group. instance()
Creates an instance of a group operator, using this one as a template.Methods in org.scijava.parse with parameters of type Group Modifier and Type Method Description static boolean
Tokens. isMatchingGroup(java.lang.Object o, Group g)
boolean
Group. matches(Group g)
Returns true iff the given group is the same as this one, in terms of token (lefthand symbol), terminator (righthand symbol) and precedence.
-