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
Constructors -
Method Summary
Methods inherited from class FixedSizeList
equals, get0, getOrNull0, hashCode, set0, shrinkToFit, size, toHuman, toHuman, toString, toStringMethods inherited from class 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:
Constantinstance
-
set
Sets the bootstrap argument at the indicated position.- Parameters:
n- position of argument to setcst-Constantinstance
-