org.objectweb.asm.commons
public class CodeSizeEvaluator extends MethodAdapter implements Opcodes
| Constructor Summary | |
|---|---|
| CodeSizeEvaluator(MethodVisitor mv) | |
| Method Summary | |
|---|---|
| int | getMaxSize() |
| int | getMinSize() |
| void | visitFieldInsn(int opcode, String owner, String name, String desc) |
| void | visitIincInsn(int var, int increment) |
| void | visitInsn(int opcode) |
| void | visitIntInsn(int opcode, int operand) |
| void | visitJumpInsn(int opcode, Label label) |
| void | visitLdcInsn(Object cst) |
| void | visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) |
| void | visitMethodInsn(int opcode, String owner, String name, String desc) |
| void | visitMultiANewArrayInsn(String desc, int dims) |
| void | visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) |
| void | visitTypeInsn(int opcode, String type) |
| void | visitVarInsn(int opcode, int var) |