org.apache.bcel.util
class BCELFactory extends EmptyVisitor
See Also: BCELifier
| Method Summary | |
|---|---|
| void | start() |
| void | visitAllocationInstruction(AllocationInstruction i) |
| void | visitArrayInstruction(ArrayInstruction i) |
| void | visitBranchInstruction(BranchInstruction bi) |
| void | visitCHECKCAST(CHECKCAST i) |
| void | visitConstantPushInstruction(ConstantPushInstruction i) |
| void | visitFieldInstruction(FieldInstruction i) |
| void | visitInvokeInstruction(InvokeInstruction i) |
| void | visitINSTANCEOF(INSTANCEOF i) |
| void | visitLDC(LDC i) |
| void | visitLDC2_W(LDC2_W i) |
| void | visitLocalVariableInstruction(LocalVariableInstruction i) |
| void | visitReturnInstruction(ReturnInstruction i) |
| void | visitRET(RET i) |