|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavassist.CodeConverter
org.sourceforge.jemm.weaver.transformation.bytecode.CustomCodeConverter
public class CustomCodeConverter
A special implementation of a JA CodeConvertor that contains specialist methods use by JEMM. Since the CodeConvertor does not support adding custom transforms this represents the transformation chain.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javassist.CodeConverter |
|---|
javassist.CodeConverter.ArrayAccessReplacementMethodNames, javassist.CodeConverter.DefaultArrayAccessReplacementMethodNames |
| Field Summary |
|---|
| Fields inherited from class javassist.CodeConverter |
|---|
transformers |
| Constructor Summary | |
|---|---|
CustomCodeConverter()
|
|
| Method Summary | |
|---|---|
void |
replaceSynchronizedBlocks()
Replaces the MONITORENTER with calls to jemmOIF.beginLock and MONITOREXIST with jemmOIF.endLock. |
| Methods inherited from class javassist.CodeConverter |
|---|
doit, insertAfterMethod, insertBeforeMethod, redirectFieldAccess, redirectMethodCall, redirectMethodCall, replaceArrayAccess, replaceFieldRead, replaceFieldWrite, replaceNew |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomCodeConverter()
| Method Detail |
|---|
public void replaceSynchronizedBlocks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||