Class NestMembersAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.NestMembersAttribute
- All Implemented Interfaces:
IClassFileAttribute,INestMembersAttribute
Default implementation of INestMembersAttribute.
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Constructor Summary
ConstructorsConstructorDescriptionNestMembersAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for NestMembersAttribute. -
Method Summary
Modifier and TypeMethodDescriptionAnswer back the array of nest member attribute entries as specified in the JVM specifications, or an empty array if none.intAnswer back the number of nest members as specified in the JVM specifications.Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexMethods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Constructor Details
-
NestMembersAttribute
public NestMembersAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for NestMembersAttribute.- Throws:
ClassFormatException
-
-
Method Details
-
getNumberOfNestMembers
public int getNumberOfNestMembers()Description copied from interface:INestMembersAttributeAnswer back the number of nest members as specified in the JVM specifications.- Specified by:
getNumberOfNestMembersin interfaceINestMembersAttribute- Returns:
- the number of nest members as specified in the JVM specifications
-
getNestMemberAttributesEntries
Description copied from interface:INestMembersAttributeAnswer back the array of nest member attribute entries as specified in the JVM specifications, or an empty array if none.- Specified by:
getNestMemberAttributesEntriesin interfaceINestMembersAttribute- Returns:
- the array of nest member attribute entries as specified in the JVM specifications, or an empty array if none
-