public final class InnerClassList extends FixedSizeList
InnerClasses attributes.| Modifier and Type | Class and Description |
|---|---|
static class |
InnerClassList.Item
Item in an inner classes list.
|
| Constructor and Description |
|---|
InnerClassList(int count)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
InnerClassList.Item |
get(int n)
Gets the indicated item.
|
void |
set(int n,
CstType innerClass,
CstType outerClass,
CstString innerName,
int accessFlags)
Sets the item at the given index.
|
equals, get0, getOrNull0, hashCode, set0, shrinkToFit, size, toHuman, toHuman, toString, toStringisImmutable, isMutable, setImmutable, throwIfImmutable, throwIfMutablepublic InnerClassList(int count)
count - the number of elements to be in the list of inner classespublic InnerClassList.Item get(int n)
n - >= 0; which itemnull-ok; the indicated itempublic void set(int n,
CstType innerClass,
CstType outerClass,
CstString innerName,
int accessFlags)
n - >= 0, < size(); which classinnerClass - non-null; class this item refers toouterClass - null-ok; outer class that this class is a
member of, if anyinnerName - null-ok; original simple name of this class,
if not anonymousaccessFlags - original declared access flagsCopyright © 2020. All Rights Reserved.