Klasse InnerClassesAttributeEntry

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.InnerClassesAttributeEntry
Alle implementierten Schnittstellen:
IInnerClassesAttributeEntry

public class InnerClassesAttributeEntry extends ClassFileStruct implements IInnerClassesAttributeEntry
Default implementation of IInnerClassesAttributeEntry
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    InnerClassesAttributeEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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.

    Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct

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

    Von Klasse geerbte Methoden java.lang.Object

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