net.sf.antcontrib.design
public class InstructionVisitor extends EmptyVisitor
| Constructor Summary | |
|---|---|
| InstructionVisitor(ConstantPoolGen poolGen, Log log, Design d) | |
| Method Summary | |
|---|---|
| void | visitANEWARRAY(ANEWARRAY n) |
| void | visitCHECKCAST(CHECKCAST c) |
| void | visitINSTANCEOF(INSTANCEOF i) |
| void | visitINVOKESTATIC(INVOKESTATIC s) |
| void | visitLoadInstruction(LoadInstruction l) |
| void | visitNEW(NEW n) |
| void | visitPUTSTATIC(PUTSTATIC s) |
Parameters: poolGen v