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