|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.cunit.instrumentors.util.ScanForObjectCtorStrategy.Location
public static class ScanForObjectCtorStrategy.Location
Storage class for locations that used "new Object()".
| Field Summary | |
|---|---|
java.lang.String |
className
Name of the class that contains the operation. |
java.lang.String |
methodDescriptor
Descriptor of the method. |
java.lang.String |
methodName
Name of the method. |
int |
pc
Program counter value where it was used. |
| Constructor Summary | |
|---|---|
ScanForObjectCtorStrategy.Location(java.lang.String className,
java.lang.String methodName,
java.lang.String methodDescriptor,
int pc)
Constructor for a usage location. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyName()
Return the name of the property that was scanned for. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String className
public final java.lang.String methodName
public final java.lang.String methodDescriptor
public final int pc
| Constructor Detail |
|---|
public ScanForObjectCtorStrategy.Location(java.lang.String className,
java.lang.String methodName,
java.lang.String methodDescriptor,
int pc)
className - class namemethodName - method namemethodDescriptor - method descriptorpc - program counter| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getPropertyName()
getPropertyName in interface IScannerStrategy.IScanResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||