| Modifier and Type | Method and Description |
|---|---|
static Expression.Op |
Expression.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Expression.Op[] |
Expression.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Expression(Expression.Op opCode,
INode<T>... operands)
This constructor will generate an expression by inserting
|
Expression(Expression.Op opCode,
T... operands) |
Copyright © 2012–2013 SignaLab. All rights reserved.