|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operator | |
|---|---|
| org.codehaus.jparsec.examples.java.ast.expression | |
| Uses of Operator in org.codehaus.jparsec.examples.java.ast.expression |
|---|
| Fields in org.codehaus.jparsec.examples.java.ast.expression declared as Operator | |
|---|---|
Operator |
PrefixUnaryExpression.op
|
Operator |
PostfixUnaryExpression.op
|
Operator |
BinaryExpression.op
|
| Methods in org.codehaus.jparsec.examples.java.ast.expression that return Operator | |
|---|---|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.codehaus.jparsec.examples.java.ast.expression with parameters of type Operator | |
|---|---|
BinaryExpression(Expression left,
Operator op,
Expression right)
|
|
PostfixUnaryExpression(Expression expression,
Operator op)
|
|
PrefixUnaryExpression(Operator op,
Expression expression)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||