public interface Expr
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(ExprVisitor v) |
int |
getIndex()
Get the starting index in the original source.
|
Location |
getLocation()
Get the location that is readable to human being.
|
java.lang.Object accept(ExprVisitor v)
int getIndex()
Location getLocation()