|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.speedo.generation.lib.AbstractGeneratorComponent | +--org.objectweb.speedo.generation.enhancer.EnhancerComponent | +--org.objectweb.speedo.generation.enhancer.PrivateFieldModifier
This class transforms the access of fields
Field Summary | |
static java.lang.String |
LOGGER_NAME
|
protected int |
newAccess
|
protected int |
oldAccess
|
Fields inherited from class org.objectweb.speedo.generation.enhancer.EnhancerComponent |
isSrcJar |
Fields inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent |
logger, scp |
Constructor Summary | |
PrivateFieldModifier()
|
|
PrivateFieldModifier(int oldAccess,
int newAccess)
|
Method Summary | |
void |
init()
|
void |
process()
|
Methods inherited from class org.objectweb.speedo.generation.enhancer.EnhancerComponent |
loadJavaClass, loadJavaClass, writeJavaClass |
Methods inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent |
getLogger, getSpeedoCompilerParameter, setSpeedoCompilerParameter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LOGGER_NAME
protected int oldAccess
protected int newAccess
Constructor Detail |
public PrivateFieldModifier()
public PrivateFieldModifier(int oldAccess, int newAccess)
Method Detail |
public void init() throws SpeedoException
init
in class AbstractGeneratorComponent
public void process() throws SpeedoException
process
in class AbstractGeneratorComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |