Class TrackingInstructionList
java.lang.Object
org.objectweb.asm.tree.InsnList
org.apache.drill.exec.compile.bytecode.TrackingInstructionList
- All Implemented Interfaces:
Iterable<org.objectweb.asm.tree.AbstractInsnNode>
public class TrackingInstructionList
extends org.objectweb.asm.tree.InsnList
-
Constructor Summary
ConstructorsConstructorDescriptionTrackingInstructionList(org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>[] frames, org.objectweb.asm.tree.InsnList inner) -
Method Summary
Methods inherited from class org.objectweb.asm.tree.InsnList
add, add, clear, contains, get, getFirst, getLast, indexOf, insert, insert, insert, insert, insertBefore, insertBefore, iterator, iterator, remove, resetLabels, set, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TrackingInstructionList
public TrackingInstructionList(org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>[] frames, org.objectweb.asm.tree.InsnList inner)
-
-
Method Details
-
accept
public void accept(org.objectweb.asm.MethodVisitor mv) - Overrides:
acceptin classorg.objectweb.asm.tree.InsnList
-
size
public int size()- Overrides:
sizein classorg.objectweb.asm.tree.InsnList
-