public class BootstrapMethodArgumentsList extends FixedSizeList
BootstrapMethods attributes.| Constructor and Description |
|---|
BootstrapMethodArgumentsList(int count)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Constant |
get(int n)
Gets the bootstrap argument from the indicated position.
|
void |
set(int n,
Constant cst)
Sets the bootstrap argument at the indicated position.
|
equals, get0, getOrNull0, hashCode, set0, shrinkToFit, size, toHuman, toHuman, toString, toStringisImmutable, isMutable, setImmutable, throwIfImmutable, throwIfMutablepublic BootstrapMethodArgumentsList(int count)
count - the number of elements to be in the listpublic Constant get(int n)
n - position of argument to getConstant instancepublic void set(int n,
Constant cst)
n - position of argument to setcst - Constant instanceCopyright © 2020. All Rights Reserved.