public final class Bound
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(ExprVisitor v) |
Binding |
getBinding()
Get the Binding object that this binds to.
|
int |
getIndex()
Get the starting index in the original source.
|
Location |
getLocation()
Get the location that is readable to human being.
|
java.lang.String |
toString() |
public Binding getBinding()
public java.lang.Object accept(ExprVisitor v)
public java.lang.String toString()
toString
in class java.lang.Object
public int getIndex()
public Location getLocation()