class Const extends java.lang.Object implements Expr
private int
c
Const(int c)
<T> T
accept(ExprVisitor<T> v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final int c
public Const(int c)
public <T> T accept(ExprVisitor<T> v)
accept
Expr