Package | Description |
---|---|
tk.pratanumandal.expr4j.token |
The
tk.pratanumandal.expr4j.token package contains all the tokens that form an expression. |
Modifier and Type | Field and Description |
---|---|
Operator.Properties.Associativity |
Operator.Properties.associativity
The associativity of this operator.
|
Modifier and Type | Method and Description |
---|---|
Operator.Properties.Associativity |
Operator.getAssociativity()
Get associativity information of this operator.
|
static Operator.Properties.Associativity |
Operator.Properties.Associativity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator.Properties.Associativity[] |
Operator.Properties.Associativity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Properties(int params,
int precedence,
Operator.Properties.Associativity associativity)
Parameterized constructor taking number of parameters, precedence, and associativity.
Function is set to null. |
Properties(int params,
int precedence,
Operator.Properties.Associativity associativity,
Function function)
Parameterized constructor taking number of parameters, precedence, associativity, and function.
It is recommended not to use this constructor, instead using one of the preset constructors if possible. |
Copyright © 2019 Pratanu Mandal. All rights reserved.