| Modifier and Type | Class and Description |
|---|---|
static class |
NodeValue.BuiltinFunction |
static class |
NodeValue.OperationType |
| Constructor and Description |
|---|
NodeValue(NodeValue.OperationType operation,
Expression... operands) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
NodeValue.BuiltinFunction |
getBuiltinFunction() |
Expression[] |
getOperands() |
NodeValue.OperationType |
getOperation() |
String |
toString() |
public NodeValue(NodeValue.OperationType operation, Expression... operands)
public NodeValue.BuiltinFunction getBuiltinFunction()
public NodeValue.OperationType getOperation()
public Expression[] getOperands()
Copyright © 2013. All Rights Reserved.