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 GroupOperators. BRACESstatic GroupOperators. BRACKETSstatic GroupOperators. PARENSMethods in org.scijava.parse that return Group Modifier and Type Method Description GroupGroup. 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 booleanTokens. isMatchingGroup(java.lang.Object o, Group g)booleanGroup. 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.
-