|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedMethod
Refers to a class file that has been modified with additional logging statements.
Method Summary | |
boolean |
canAddMarks()
Returns true if the method can be modified, otherwise returns false. |
ModifiedInstructionList |
getInstructionList()
If the method cannot be modified, then this will return null. |
short |
getMethodIndex()
|
java.lang.String |
getMethodName()
|
org.apache.bcel.classfile.JavaClass |
getOriginalClass()
|
org.apache.bcel.classfile.Method |
getOriginalMethod()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public short getMethodIndex()
public java.lang.String getMethodName()
public ModifiedInstructionList getInstructionList()
public org.apache.bcel.classfile.JavaClass getOriginalClass()
public org.apache.bcel.classfile.Method getOriginalMethod()
public boolean canAddMarks()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |