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 Group
Operators.BRACES
static final Group
Operators.BRACKETS
static final Group
Operators.PARENS
Methods in org.scijava.parsington that return GroupModifier and TypeMethodDescriptionGroup.instance()
Creates an instance of a group operator, using this one as a template.protected Group
ParseOperation.parseGroupTerminator()
Attempts to parse a group terminator symbol.Methods in org.scijava.parsington with parameters of type GroupModifier and TypeMethodDescriptionstatic boolean
Tokens.isMatchingGroup
(Object o, Group g) boolean
Gets whether the given group is the same as this one, in terms of token (lefthand symbol), terminator (righthand symbol) and precedence.