Package com.android.dx.cf.attrib
Class InnerClassList.Item
java.lang.Object
com.android.dx.cf.attrib.InnerClassList.Item
- Enclosing class:
InnerClassList
Item in an inner classes list.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the original declared access flags.Gets the class this item refers to.Gets the original name of this item's class, if not anonymous.Gets the outer class that this item's class is a member of, if any.
-
Constructor Details
-
Item
Constructs an instance.- Parameters:
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 Details
-
getInnerClass
Gets the class this item refers to.- Returns:
non-null;
the class
-
getOuterClass
Gets the outer class that this item's class is a member of, if any.- Returns:
null-ok;
the class
-
getInnerName
Gets the original name of this item's class, if not anonymous.- Returns:
null-ok;
the name
-
getAccessFlags
public int getAccessFlags()Gets the original declared access flags.- Returns:
- the access flags
-