|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.execution.trace.util.RecordParameterDef
This is the record for a parameter definition. For up-to-date descriptions of the tag attributes,
see Event Specification for the Java Profiler at http://www.eclipse.org/hyades.
| Constructor Summary | |
|---|---|
RecordParameterDef(java.lang.Class clazz,
int methodIdRef,
int index)
Create a record for a parameter definition with a unique ID. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getClazz()
|
int |
getIndex()
|
int |
getMethodIdRef()
|
java.lang.String |
getName()
|
int |
getParameterId()
|
void |
setName(java.lang.String name)
|
java.lang.String |
toString()
Converts this record into a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RecordParameterDef(java.lang.Class clazz,
int methodIdRef,
int index)
clazz - the Java class of the parametermethodIdRef - the unique ID distinguishing the methodindex - the index position of the parameter in the parameter list| Method Detail |
public java.lang.String toString()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Class getClazz()
public int getIndex()
public int getMethodIdRef()
public int getParameterId()
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||