Home
last modified time | relevance | path

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

/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
DIntInsnNode.java39 public class IntInsnNode extends AbstractInsnNode { class
53 public IntInsnNode(final int opcode, final int operand) { in IntInsnNode() method in IntInsnNode