Klasse AnnotationComponent
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.AnnotationComponent
- Alle implementierten Schnittstellen:
IAnnotationComponent
Default implementation of IAnnotationComponent
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAnnotationComponent(byte[] classFileBytes, IConstantPool constantPool, int offset) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungchar[]Answer back the component name as described in the JVM specifications.intAnswer back the component name index as described in the JVM specifications.Answer back the component value as described in the JVM specifications.
-
Konstruktordetails
-
AnnotationComponent
public AnnotationComponent(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException - Löst aus:
ClassFormatException
-
-
Methodendetails
-
getComponentNameIndex
public int getComponentNameIndex()Beschreibung aus Schnittstelle kopiert:IAnnotationComponentAnswer back the component name index as described in the JVM specifications.- Angegeben von:
getComponentNameIndexin SchnittstelleIAnnotationComponent- Gibt zurück:
- the component name index
-
getComponentName
public char[] getComponentName()Beschreibung aus Schnittstelle kopiert:IAnnotationComponentAnswer back the component name as described in the JVM specifications.- Angegeben von:
getComponentNamein SchnittstelleIAnnotationComponent- Gibt zurück:
- the component name
-
getComponentValue
Beschreibung aus Schnittstelle kopiert:IAnnotationComponentAnswer back the component value as described in the JVM specifications.- Angegeben von:
getComponentValuein SchnittstelleIAnnotationComponent- Gibt zurück:
- the component value
-