public class ConstNode extends Node
| Modifier and Type | Field and Description |
|---|---|
static ConstNode |
NULL_CONST_NODE |
| Constructor and Description |
|---|
ConstNode(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
evaluate(RuntimeContext context) |
java.lang.String |
inspect() |
getPositionBegin, setPositionBeginpublic static final ConstNode NULL_CONST_NODE
public java.lang.Object evaluate(RuntimeContext context)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object