public class ConstantExpr extends Expr
| Constructor and Description |
|---|
ConstantExpr(Object value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptVisitor(ExprVisitor<T> visitor) |
Object |
getValue() |
void |
setValue(Object value) |
public ConstantExpr(Object value)
public Object getValue()
public void setValue(Object value)
public <T> T acceptVisitor(ExprVisitor<T> visitor)
acceptVisitor in class ExprCopyright © 2019. All rights reserved.