Package | Description |
---|---|
org.scijava.parsington |
Modifier and Type | Field and Description |
---|---|
static Group |
Operators.BRACES |
static Group |
Operators.BRACKETS |
static Group |
Operators.PARENS |
Modifier and Type | Method and Description |
---|---|
Group |
Group.instance()
Creates an instance of a group operator, using this one as a template.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Tokens.isMatchingGroup(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.
|
Copyright © 2015–2022 SciJava. All rights reserved.