|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfun.jaskell.ast.AbstractExpr
jfun.jaskell.ast.Bound
Represents a use of a Binding.
Method Summary | |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public Binding getBinding()
public java.lang.Object accept(ExprVisitor v)
public java.lang.String toString()
public int getIndex()
jfun.jaskell.ast.Indexed
getIndex
in interface jfun.jaskell.ast.Indexed
public Location getLocation()
jfun.jaskell.ast.Indexed
getLocation
in interface jfun.jaskell.ast.Indexed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |