|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.ClassTraversal.Empty
jist.runtime.RewriterTraversalImplementEntityInterface
class RewriterTraversalImplementEntityInterface
Traversal object that tags a class as implementing the Entity
interface.
Entity
Field Summary | |
---|---|
private boolean |
addStaticTrigger
whether to add a static trigger field to class. |
Constructor Summary | |
---|---|
RewriterTraversalImplementEntityInterface(boolean addStaticTrigger)
Create a rewriter object that will implement the Entity interface. |
Method Summary | |
---|---|
org.apache.bcel.generic.ClassGen |
doClass(org.apache.bcel.generic.ClassGen cg)
Upcall to process class before field and method processing. |
Methods inherited from class jist.runtime.ClassTraversal.Empty |
---|
doClassPost, doField, doInstruction, doMethod, doMethodPost |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean addStaticTrigger
Constructor Detail |
---|
public RewriterTraversalImplementEntityInterface(boolean addStaticTrigger)
addStaticTrigger
- whether to add a static verification/initialization trigger fieldMethod 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |