Uses of Class
org.scijava.parsington.Group
Packages that use Group
-
Uses of Group in org.scijava.parsington
Fields in org.scijava.parsington declared as GroupModifier and TypeFieldDescriptionstatic final GroupOperators.BRACESstatic final GroupOperators.BRACKETSstatic final GroupOperators.PARENSMethods in org.scijava.parsington that return GroupModifier and TypeMethodDescriptionGroup.instance()Creates an instance of a group operator, using this one as a template.protected GroupParseOperation.parseGroupTerminator()Attempts to parse a group terminator symbol.Methods in org.scijava.parsington with parameters of type GroupModifier and TypeMethodDescriptionstatic booleanTokens.isMatchingGroup(Object o, Group g) booleanGets whether the given group is the same as this one, in terms of token (lefthand symbol), terminator (righthand symbol) and precedence.