|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.cf.attrib.InnerClassList.Item
public static class InnerClassList.Item
Item in an inner classes list.
| Constructor Summary | |
|---|---|
InnerClassList.Item(CstType innerClass,
CstType outerClass,
CstString innerName,
int accessFlags)
Constructs an instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InnerClassList.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 flags| Method Detail |
|---|
public CstType getInnerClass()
non-null; the classpublic CstType getOuterClass()
null-ok; the classpublic CstString getInnerName()
null-ok; the namepublic int getAccessFlags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||