|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.jemm.weaver.WeaverImpl
public class WeaverImpl
A class byte code enhancer facade to the Javassist compilation process that works on individual classes.
Constructor Summary | |
---|---|
WeaverImpl()
|
Method Summary | |
---|---|
byte[] |
enhance(byte[] byteCode)
Enhances the pass class (represented as its byte code)/ Already enhanced classes should be ignored. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WeaverImpl()
Method Detail |
---|
public byte[] enhance(byte[] byteCode) throws CompilerException
Weaver
enhance
in interface Weaver
CompilerException
- On errors handling the given classes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |