|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.ParameterEntry
public final class ParameterEntry
This class represents a parameter in a Function object. Objects of this class may be found in the resolution trace of a YanException object to represent a frame of a parameter instantiation.
Codehaus.org.
| Constructor Summary | |
|---|---|
ParameterEntry(Function f,
int pos)
Create a ParameterEntry object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Function |
getFunction()
Gets the function object. |
int |
getOrdinalPosition()
Gets the ordinal position of the parameter. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterEntry(Function f,
int pos)
f - the function.pos - the position of the parameter.| Method Detail |
|---|
public Function getFunction()
public int getOrdinalPosition()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||