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
KonstruktorenKonstruktorBeschreibungInnerClassesAttributeEntry(byte[] classFileBytes, IConstantPool constantPool, int offset) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintAnswer 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.intAnswer 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.intAnswer 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.intAnswer back the outer class name index of this inner classes attribute as specified in the JVM specifications.
-
Konstruktordetails
-
InnerClassesAttributeEntry
public InnerClassesAttributeEntry(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException - Löst aus:
ClassFormatException
-
-
Methodendetails
-
getAccessFlags
public int getAccessFlags()Beschreibung aus Schnittstelle kopiert:IInnerClassesAttributeEntryAnswer back the access flag of this inner classes attribute as specified in the JVM specifications.- Angegeben von:
getAccessFlagsin SchnittstelleIInnerClassesAttributeEntry- Gibt zurück:
- the access flag of this inner classes attribute as specified in the JVM specifications
- Siehe auch:
-
getInnerClassName
public char[] getInnerClassName()Beschreibung aus Schnittstelle kopiert:IInnerClassesAttributeEntryAnswer 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.- Angegeben von:
getInnerClassNamein SchnittstelleIInnerClassesAttributeEntry- Gibt zurück:
- 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
- Siehe auch:
-
getInnerClassNameIndex
public int getInnerClassNameIndex()Beschreibung aus Schnittstelle kopiert:IInnerClassesAttributeEntryAnswer back the inner class name index of this inner classes attribute as specified in the JVM specifications.- Angegeben von:
getInnerClassNameIndexin SchnittstelleIInnerClassesAttributeEntry- Gibt zurück:
- the inner class name index of this inner classes attribute as specified in the JVM specifications
- Siehe auch:
-
getInnerName
public char[] getInnerName()Beschreibung aus Schnittstelle kopiert:IInnerClassesAttributeEntryAnswer back the inner name of this inner classes attribute as specified in the JVM specifications, null if inner name index is equals to zero.- Angegeben von:
getInnerNamein SchnittstelleIInnerClassesAttributeEntry- Gibt zurück:
- the inner name of this inner classes attribute as specified in the JVM specifications, null if inner name index is equals to zero
- Siehe auch:
-
getInnerNameIndex
public int getInnerNameIndex()Beschreibung aus Schnittstelle kopiert:IInnerClassesAttributeEntryAnswer back the inner name index of this inner classes attribute as specified in the JVM specifications.- Angegeben von:
getInnerNameIndexin SchnittstelleIInnerClassesAttributeEntry- Gibt zurück:
- the inner name index of this inner classes attribute as specified in the JVM specifications
- Siehe auch:
-
getOuterClassName
public char[] getOuterClassName()Beschreibung aus Schnittstelle kopiert:IInnerClassesAttributeEntryAnswer 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.- Angegeben von:
getOuterClassNamein SchnittstelleIInnerClassesAttributeEntry- Gibt zurück:
- 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
- Siehe auch:
-
getOuterClassNameIndex
public int getOuterClassNameIndex()Beschreibung aus Schnittstelle kopiert:IInnerClassesAttributeEntryAnswer back the outer class name index of this inner classes attribute as specified in the JVM specifications.- Angegeben von:
getOuterClassNameIndexin SchnittstelleIInnerClassesAttributeEntry- Gibt zurück:
- the outer class name index of this inner classes attribute as specified in the JVM specifications
- Siehe auch:
-