public class ValueNode extends Expr
| Constructor and Description |
|---|
ValueNode(Position position,
Obj value) |
| Modifier and Type | Method and Description |
|---|---|
Obj |
accept(ExprVisitor visitor,
Scope scope) |
Obj |
getValue() |
java.lang.String |
toString() |