org.objectweb.speedo.generation.enhancer
Class DummyAccessorModifier
java.lang.Object
ClassAdapter
org.objectweb.speedo.generation.enhancer.LoggedClassAdapter
org.objectweb.speedo.generation.enhancer.DummyAccessorModifier
- public class DummyAccessorModifier
- extends LoggedClassAdapter
This class adds/removes dummy accessors in order to permit the compilation.
The jdoGetXXX and jdoSetXXX method are added before the compilation and they
are removed after. Indeed these accessors are really generated in the Proxy
class, and there merging with the persistent class later.
- Author:
- S.Chassande-Barrioz
- See Also:
- Serialized Form
Method Summary |
CodeVisitor |
visitMethod(int modifier,
java.lang.String methodName,
java.lang.String returnType,
java.lang.String[] paramTypes,
Attribute attrs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyAccessorModifier
public DummyAccessorModifier(ClassVisitor classVisitor,
Logger logger,
SpeedoClass sc,
boolean beforeCompilation)
visitMethod
public CodeVisitor visitMethod(int modifier,
java.lang.String methodName,
java.lang.String returnType,
java.lang.String[] paramTypes,
Attribute attrs)