|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Visitor
Interface implementing the Visitor pattern programming style. I.e., a class that implements this interface can handle all types of instructions with the properly typed methods just by calling the accept() method.
| Method Summary | |
|---|---|
void |
visitAALOAD(AALOAD obj)
|
void |
visitAASTORE(AASTORE obj)
|
void |
visitACONST_NULL(ACONST_NULL obj)
|
void |
visitAllocationInstruction(AllocationInstruction obj)
|
void |
visitALOAD(AASTORE objruction.html#equals(java.lang.Object)">equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.bcel.generic.StackConsumer |
|---|
consumeStack |
| Constructor Detail |
|---|
IF_ICMPGE()
public IF_ICMPGE(InstructionHandle target)
| Method Detail |
|---|
public IfInstruction negate()
negate in class IfInstructionpublic void accept(Visitor v)
accept in class Instructionv - Visitor object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||