|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectataspectj.AtAspectjComponent
ataspectj.instrumentation.BytecodeCleaner
public class BytecodeCleaner
It's used to clean up methods of a Java Class from the useless Local Variable Table.
Field Summary |
---|
Fields inherited from class ataspectj.AtAspectjComponent |
---|
barrier, CODEPRINT, DEBUG, VERBOSE |
Constructor Summary | |
---|---|
BytecodeCleaner()
|
Method Summary | |
---|---|
static void |
removeLocalVariableTables(java.lang.String binaryClassName)
It's used to clean up from all the methods, that do not contain Annotated Block, the Local Variable Table. |
Methods inherited from class ataspectj.AtAspectjComponent |
---|
done |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BytecodeCleaner()
Method Detail |
---|
public static void removeLocalVariableTables(java.lang.String binaryClassName) throws java.lang.ClassNotFoundException, java.io.IOException, MethodNotFoundException, ConstructorNotFoundException
binaryClassName
- the binary class name of the class to clean up.
java.lang.ClassNotFoundException
- raised if the class is not found.
MethodNotFoundException
- raised if an internal error occours.
ConstructorNotFoundException
- raised if an internal error occours.
java.io.IOException
- raised if there is a IO Error when write back the class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |