public static class InnerClassList.Item
extends java.lang.Object
| Constructor and Description |
|---|
Item(CstType innerClass,
CstType outerClass,
CstString innerName,
int accessFlags)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAccessFlags()
Gets the original declared access flags.
|
CstType |
getInnerClass()
Gets the class this item refers to.
|
CstString |
getInnerName()
Gets the original name of this item's class, if not anonymous.
|
CstType |
getOuterClass()
Gets the outer class that this item's class is a member of, if any.
|
public Item(CstType innerClass, CstType outerClass, CstString innerName, int accessFlags)
innerClass - 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 flagspublic CstType getInnerClass()
non-null; the classpublic CstType getOuterClass()
null-ok; the classpublic CstString getInnerName()
null-ok; the namepublic int getAccessFlags()
Copyright © 2020. All Rights Reserved.