public interface IInnerClassesAttribute extends IClassFileAttribute
Modifier and Type | Method and Description |
---|---|
IInnerClassesAttributeEntry[] |
getInnerClassAttributesEntries()
Answer back the array of inner attribute entries as specified in
the JVM specifications, or an empty array if none.
|
int |
getNumberOfClasses()
Answer back the number of inner classes infos as specified in
the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndex
int getNumberOfClasses()
IInnerClassesAttributeEntry[] getInnerClassAttributesEntries()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.