Package | Description |
---|---|
org.scijava.parsington |
Modifier and Type | Method and Description |
---|---|
Operator.Associativity |
Operator.getAssociativity() |
static Operator.Associativity |
Operator.Associativity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator.Associativity[] |
Operator.Associativity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Operator(String symbol,
int arity,
Operator.Associativity associativity,
double precedence) |
Copyright © 2015–2022 SciJava. All rights reserved.