| Constructor and Description |
|---|
InstructionsListenerDecorator(BasicBlock basicBlock,
java.util.List<Instr> instrs,
InstructionsListener listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Instr e) |
void |
add(int index,
Instr element) |
boolean |
addAll(java.util.Collection<? extends Instr> c) |
boolean |
addAll(int index,
java.util.Collection<? extends Instr> c) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
Instr |
get(int index) |
int |
indexOf(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<Instr> |
iterator() |
int |
lastIndexOf(java.lang.Object o) |
java.util.ListIterator<Instr> |
listIterator() |
java.util.ListIterator<Instr> |
listIterator(int index) |
Instr |
remove(int index) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
Instr |
set(int index,
Instr element) |
int |
size() |
java.util.List<Instr> |
subList(int fromIndex,
int toIndex) |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
public InstructionsListenerDecorator(BasicBlock basicBlock, java.util.List<Instr> instrs, InstructionsListener listener)
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)
public java.util.Iterator<Instr> iterator()
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Instr e)
public boolean remove(java.lang.Object o)
public boolean containsAll(java.util.Collection<?> c)
public boolean addAll(java.util.Collection<? extends Instr> c)
public boolean addAll(int index,
java.util.Collection<? extends Instr> c)
addAll in interface java.util.List<Instr>public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)
public void clear()
public int indexOf(java.lang.Object o)
indexOf in interface java.util.List<Instr>public int lastIndexOf(java.lang.Object o)
lastIndexOf in interface java.util.List<Instr>public java.util.ListIterator<Instr> listIterator()
listIterator in interface java.util.List<Instr>public java.util.ListIterator<Instr> listIterator(int index)
listIterator in interface java.util.List<Instr>Copyright © 2001-2022 JRuby. All Rights Reserved.