Package com.android.dx.cf.code
Class BootstrapMethodArgumentsList
java.lang.Object
com.android.dx.util.MutabilityControl
com.android.dx.util.FixedSizeList
com.android.dx.cf.code.BootstrapMethodArgumentsList
- All Implemented Interfaces:
ToHuman
List of bootstrap method arguments, which are part of the contents of
BootstrapMethods
attributes.-
Constructor Summary
-
Method Summary
Methods inherited from class com.android.dx.util.FixedSizeList
equals, get0, getOrNull0, hashCode, set0, shrinkToFit, size, toHuman, toHuman, toString, toString
Methods inherited from class com.android.dx.util.MutabilityControl
isImmutable, isMutable, setImmutable, throwIfImmutable, throwIfMutable
-
Constructor Details
-
BootstrapMethodArgumentsList
public BootstrapMethodArgumentsList(int count) Constructs an instance.- Parameters:
count
- the number of elements to be in the list
-
-
Method Details
-
get
Gets the bootstrap argument from the indicated position.- Parameters:
n
- position of argument to get- Returns:
Constant
instance
-
set
Sets the bootstrap argument at the indicated position.- Parameters:
n
- position of argument to setcst
-Constant
instance
-