- java.lang.Object
-
- org.objectweb.asm.tree.AbstractInsnNode
-
- edu.rice.hj.continuation.instrument.OmittedInstruction
-
-
Field Summary
-
Fields inherited from class org.objectweb.asm.tree.AbstractInsnNode
FIELD_INSN, FRAME, IINC_INSN, INSN, INT_INSN, invisibleTypeAnnotations, INVOKE_DYNAMIC_INSN, JUMP_INSN, LABEL, LDC_INSN, LINE, LOOKUPSWITCH_INSN, METHOD_INSN, MULTIANEWARRAY_INSN, opcode, TABLESWITCH_INSN, TYPE_INSN, VAR_INSN, visibleTypeAnnotations
-
Constructor Summary
Constructors
Constructor and Description |
OmittedInstruction(org.objectweb.asm.tree.AbstractInsnNode orgInsn) |
-
Method Summary
-
Methods inherited from class org.objectweb.asm.tree.AbstractInsnNode
acceptAnnotations, cloneAnnotations, getNext, getOpcode, getPrevious
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getType
public int getType()
- Specified by:
getType
in class org.objectweb.asm.tree.AbstractInsnNode
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.