public abstract class InsnListReadOnly
extends org.objectweb.asm.tree.InsnList
| Constructor and Description |
|---|
InsnListReadOnly(org.objectweb.asm.tree.InsnList insns) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.objectweb.asm.tree.AbstractInsnNode insn) |
void |
add(org.objectweb.asm.tree.InsnList insns) |
boolean |
contains(org.objectweb.asm.tree.AbstractInsnNode insn) |
org.objectweb.asm.tree.AbstractInsnNode |
get(int index) |
org.objectweb.asm.tree.AbstractInsnNode |
getFirst() |
org.objectweb.asm.tree.AbstractInsnNode |
getLast() |
int |
indexOf(org.objectweb.asm.tree.AbstractInsnNode insn) |
void |
insert(org.objectweb.asm.tree.AbstractInsnNode insn) |
void |
insert(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.AbstractInsnNode insn) |
void |
insert(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.InsnList insns) |
void |
insert(org.objectweb.asm.tree.InsnList insns) |
void |
insertBefore(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.AbstractInsnNode insn) |
void |
insertBefore(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.InsnList insns) |
java.util.ListIterator<org.objectweb.asm.tree.AbstractInsnNode> |
iterator() |
java.util.ListIterator<org.objectweb.asm.tree.AbstractInsnNode> |
iterator(int index) |
void |
remove(org.objectweb.asm.tree.AbstractInsnNode insn) |
void |
resetLabels() |
void |
set(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.AbstractInsnNode insn) |
int |
size() |
org.objectweb.asm.tree.AbstractInsnNode[] |
toArray() |
public final void set(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.AbstractInsnNode insn)
set in class org.objectweb.asm.tree.InsnListpublic final void add(org.objectweb.asm.tree.AbstractInsnNode insn)
add in class org.objectweb.asm.tree.InsnListpublic final void add(org.objectweb.asm.tree.InsnList insns)
add in class org.objectweb.asm.tree.InsnListpublic final void insert(org.objectweb.asm.tree.AbstractInsnNode insn)
insert in class org.objectweb.asm.tree.InsnListpublic final void insert(org.objectweb.asm.tree.InsnList insns)
insert in class org.objectweb.asm.tree.InsnListpublic final void insert(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.AbstractInsnNode insn)
insert in class org.objectweb.asm.tree.InsnListpublic final void insert(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.InsnList insns)
insert in class org.objectweb.asm.tree.InsnListpublic final void insertBefore(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.AbstractInsnNode insn)
insertBefore in class org.objectweb.asm.tree.InsnListpublic final void insertBefore(org.objectweb.asm.tree.AbstractInsnNode location,
org.objectweb.asm.tree.InsnList insns)
insertBefore in class org.objectweb.asm.tree.InsnListpublic final void remove(org.objectweb.asm.tree.AbstractInsnNode insn)
remove in class org.objectweb.asm.tree.InsnListpublic org.objectweb.asm.tree.AbstractInsnNode[] toArray()
toArray in class org.objectweb.asm.tree.InsnListpublic int size()
size in class org.objectweb.asm.tree.InsnListpublic org.objectweb.asm.tree.AbstractInsnNode getFirst()
getFirst in class org.objectweb.asm.tree.InsnListpublic org.objectweb.asm.tree.AbstractInsnNode getLast()
getLast in class org.objectweb.asm.tree.InsnListpublic org.objectweb.asm.tree.AbstractInsnNode get(int index)
get in class org.objectweb.asm.tree.InsnListpublic boolean contains(org.objectweb.asm.tree.AbstractInsnNode insn)
contains in class org.objectweb.asm.tree.InsnListpublic int indexOf(org.objectweb.asm.tree.AbstractInsnNode insn)
indexOf in class org.objectweb.asm.tree.InsnListpublic java.util.ListIterator<org.objectweb.asm.tree.AbstractInsnNode> iterator()
iterator in interface java.lang.Iterable<org.objectweb.asm.tree.AbstractInsnNode>iterator in class org.objectweb.asm.tree.InsnListpublic java.util.ListIterator<org.objectweb.asm.tree.AbstractInsnNode> iterator(int index)
iterator in class org.objectweb.asm.tree.InsnListpublic final void resetLabels()
resetLabels in class org.objectweb.asm.tree.InsnList