|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--edu.wisc.cs.stego.ProfilePoint
This class represents a single profile point in a program as recorded by the Profile class.
| Constructor Summary | |
ProfilePoint(java.lang.String line,
boolean init)
Constructs an ProfilePoint object from a string. |
|
| Method Summary | |
boolean |
equal(java.lang.Object o)
Compares this object to another for equality. |
java.lang.String |
getClassName()
Returns the name of the class containing this profile point. |
java.lang.String |
getMethodName()
Returns the name of the method containing this profile point. |
int |
getNParameters()
Returns the number of parameters recorded at this point. |
java.lang.Object |
getParameter(int i)
Returns the value of a parameter to this profile point. |
boolean |
isInitializer()
Returns true if this profile point is the initializer. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ProfilePoint(java.lang.String line,
boolean init)
line - a string containing the fully qualified class and
method as well as any parameter for this point.init - true if this is the first profile point, false, otherwise.| Method Detail |
public java.lang.String getClassName()
public java.lang.String getMethodName()
public int getNParameters()
public java.lang.Object getParameter(int i)
public boolean isInitializer()
public boolean equal(java.lang.Object o)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||