|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.ClassTraversal.Empty
jist.runtime.RewriterTraversalAddSelfEntityRef
class RewriterTraversalAddSelfEntityRef
Traversal object that adds the a self-reference EntityRef field, as well as
the appropriate accessor methods (part of the Entity
interface). This class also takes care of initializing the ref field. This
is done by injecting code just after the invocation of the superclass
constructor (the earliest possible time). In this manner, the ref value is
initialized for use by any entity method invocations, including any that
might be in the constructor body.
Entity
,
EntityRef
Field Summary | |
---|---|
private boolean |
foundSuperInit
whether a superclass initializer has been found. |
private org.apache.bcel.generic.InstructionFactory |
ifc
class instruction factory. |
private boolean |
initializeRef
whether to insert code to initialize entity reference. |
Constructor Summary | |
---|---|
RewriterTraversalAddSelfEntityRef(boolean initializeRef)
Create rewriter object that will add an entity self-reference field. |
Method Summary | |
---|---|
org.apache.bcel.generic.ClassGen |
doClass(org.apache.bcel.generic.ClassGen cg)
Upcall to process class before field and method processing. |
void |
doInstruction(org.apache.bcel.generic.ClassGen cg,
org.apache.bcel.generic.MethodGen mg,
org.apache.bcel.generic.InstructionHandle ih,
org.apache.bcel.generic.Instruction inst)
Upcall to process instruction. Note that instructions can be inserted and deleted directly using the BCEL API, and therefore this method returns void . |
org.apache.bcel.generic.MethodGen |
doMethod(org.apache.bcel.generic.ClassGen cg,
org.apache.bcel.generic.MethodGen mg)
Upcall to process method before instruction processing. |
Methods inherited from class jist.runtime.ClassTraversal.Empty |
---|
doClassPost, doField, doMethodPost |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean foundSuperInit
private org.apache.bcel.generic.InstructionFactory ifc
private boolean initializeRef
Constructor Detail |
---|
public RewriterTraversalAddSelfEntityRef(boolean initializeRef)
initializeRef
- whether to insert code to initialize entity referenceMethod Detail |
---|
public org.apache.bcel.generic.ClassGen doClass(org.apache.bcel.generic.ClassGen cg)
doClass
in interface ClassTraversal.Visitor
doClass
in class ClassTraversal.Empty
cg
- BCEL class generator object to process
public org.apache.bcel.generic.MethodGen doMethod(org.apache.bcel.generic.ClassGen cg, org.apache.bcel.generic.MethodGen mg)
doMethod
in interface ClassTraversal.Visitor
doMethod
in class ClassTraversal.Empty
cg
- BCEL class generator objectmg
- BCEL method generator object to process
public void doInstruction(org.apache.bcel.generic.ClassGen cg, org.apache.bcel.generic.MethodGen mg, org.apache.bcel.generic.InstructionHandle ih, org.apache.bcel.generic.Instruction inst)
void
.
doInstruction
in interface ClassTraversal.Visitor
doInstruction
in class ClassTraversal.Empty
cg
- BCEL class generator objectmg
- BCEL method generator objectih
- BCEL instruction handle object to processinst
- BCEL instruction object to process
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |