|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hava.engine.HParameters
public class HParameters
Definition of a variable's indexes or a structure's fields.
Method Summary | |
---|---|
HValue |
getFieldGranularityValue(int i)
Returns the grain associated with this field (or null , if none). |
java.lang.String |
getFieldIdentifier(int i)
Returns the identifier for the i-th parameters of this symbol. |
int |
getFieldIndex(java.lang.String name)
Returns the relative position of the field whose name is provided. |
int |
getNumFields()
Returns the number of parameters defined for this symbol. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public HValue getFieldGranularityValue(int i)
null
, if none).
public java.lang.String getFieldIdentifier(int i)
public int getFieldIndex(java.lang.String name)
public int getNumFields()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |