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 SummaryConstructorsConstructorDescriptionTrackingInstructionList(org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>[] frames, org.objectweb.asm.tree.InsnList inner) 
- 
Method SummaryMethods inherited from class org.objectweb.asm.tree.InsnListadd, add, clear, contains, get, getFirst, getLast, indexOf, insert, insert, insert, insert, insertBefore, insertBefore, iterator, iterator, remove, resetLabels, set, toArrayMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
TrackingInstructionListpublic TrackingInstructionList(org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>[] frames, org.objectweb.asm.tree.InsnList inner) 
 
- 
- 
Method Details- 
acceptpublic void accept(org.objectweb.asm.MethodVisitor mv) - Overrides:
- acceptin class- org.objectweb.asm.tree.InsnList
 
- 
sizepublic int size()- Overrides:
- sizein class- org.objectweb.asm.tree.InsnList
 
 
-