Home
last modified time | relevance | path

Searched defs:IntInsnNode (Results 1 – 1 of 1) sorted by relevance

/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
DIntInsnNode.java38 public class IntInsnNode extends AbstractInsnNode { class
50 public IntInsnNode(final int opcode, final int operand) { in IntInsnNode() method in IntInsnNode