Package com.strobel.assembler.metadata
Class VariableDefinitionCollection
java.lang.Object
java.util.AbstractCollection<VariableDefinition>
java.util.AbstractList<VariableDefinition>
com.strobel.assembler.Collection<VariableDefinition>
com.strobel.assembler.metadata.VariableDefinitionCollection
- All Implemented Interfaces:
IFreezable
,Iterable<VariableDefinition>
,Collection<VariableDefinition>
,List<VariableDefinition>
,SequencedCollection<VariableDefinition>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind
(int slot) find
(int slot, int instructionOffset) makeReference
(int slot, TypeReference variableType) int
tryFind
(int slot) tryFind
(int slot, int instructionOffset) Methods inherited from class com.strobel.assembler.Collection
add, add, addCore, afterAdd, afterRemove, beforeClear, beforeSet, canFreeze, clear, freeze, freeze, freezeCore, freezeIfUnfrozen, get, isFrozen, remove, remove, set, size, tryFreeze, verifyFrozen, verifyNotFrozen
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Field Details
-
_declaringMethod
-
-
Constructor Details
-
VariableDefinitionCollection
-
-
Method Details
-
slotCount
public int slotCount() -
tryFind
-
tryFind
-
find
-
find
-
tryFind
-
reference
-
makeReference
-