Klasse NestHostAttribute
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.NestHostAttribute
- Alle implementierten Schnittstellen:
IClassFileAttribute,INestHostAttribute
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNestHostAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintAnswer back the class name index.char[]Answer back the class name as specified in the JVM specifications.toString()Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Konstruktordetails
-
NestHostAttribute
public NestHostAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException - Löst aus:
ClassFormatException
-
-
Methodendetails
-
getNestHostName
public char[] getNestHostName()Beschreibung aus Schnittstelle kopiert:INestHostAttributeAnswer back the class name as specified in the JVM specifications.- Angegeben von:
getNestHostNamein SchnittstelleINestHostAttribute- Gibt zurück:
- the class name as specified in the JVM specifications
-
getNestHostIndex
public int getNestHostIndex()Beschreibung aus Schnittstelle kopiert:INestHostAttributeAnswer back the class name index.- Angegeben von:
getNestHostIndexin SchnittstelleINestHostAttribute- Gibt zurück:
- the class name index
-
toString
-