public interface Node<C extends RuntimeContext<C>,N extends Node<C,N>>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Object |
evaluate(C context) |
int |
getOperandPosition() |
int |
getPositionBegin() |
N |
setPositionBegin(int positionBegin) |