Class InnerClassesAttributeEntry

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
All Implemented Interfaces:
IInnerClassesAttributeEntry

public class InnerClassesAttributeEntry extends ClassFileStruct implements IInnerClassesAttributeEntry
Default implementation of IInnerClassesAttributeEntry
  • Constructor Summary

    Constructors
    Constructor
    Description
    InnerClassesAttributeEntry​(byte[] classFileBytes, IConstantPool constantPool, int offset)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Answer back the access flag of this inner classes attribute as specified in the JVM specifications.
    char[]
    Answer back the inner class name of this inner classes attribute as specified in the JVM specifications, null if inner class name index is equals to zero.
    int
    Answer back the inner class name index of this inner classes attribute as specified in the JVM specifications.
    char[]
    Answer back the inner name of this inner classes attribute as specified in the JVM specifications, null if inner name index is equals to zero.
    int
    Answer back the inner name index of this inner classes attribute as specified in the JVM specifications.
    char[]
    Answer back the outer class name of this inner classes attribute as specified in the JVM specifications, null if outer class name index is equals to zero.
    int
    Answer back the outer class name index of this inner classes attribute as specified in the JVM specifications.

    Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct

    doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8At

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait