public abstract class OperatorNode<T> extends Node<T>
| Constructor and Description |
|---|
OperatorNode(Adapter<T> runtime,
Expression<T>... operands) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
internalEquals(Object o) |
protected int |
internalHashCode() |
protected String |
internalToString() |
protected Expression<T> |
operand(int index) |
@SafeVarargs public OperatorNode(Adapter<T> runtime, Expression<T>... operands)
protected Expression<T> operand(int index)
protected String internalToString()
internalToString in class Node<T>protected boolean internalEquals(Object o)
internalEquals in class Node<T>protected int internalHashCode()
internalHashCode in class Node<T>Copyright © 2016–2021. All rights reserved.