|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfun.jaskell.ast.Binding
Represents a unique identifier of a jaskell variable name.
Method Summary | |
int |
getId()
Get the id number of this binding. |
int |
getIndex()
get the starting index in the original source. |
java.lang.String |
getName()
get the name of this binding. |
int |
hashCode()
|
static Binding |
newBinding(int from,
java.lang.String name)
Create a new Binding object with a unique id. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getIndex()
public java.lang.String toString()
public int getId()
public java.lang.String getName()
public static Binding newBinding(int from, java.lang.String name)
from
- the index in the original source.name
- the name of this Binding object.
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |