Klasse RuntimeInvisibleParameterAnnotationsAttribute
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.RuntimeInvisibleParameterAnnotationsAttribute
- Alle implementierten Schnittstellen:
IClassFileAttribute,IRuntimeInvisibleParameterAnnotationsAttribute
public class RuntimeInvisibleParameterAnnotationsAttribute
extends ClassFileAttribute
implements IRuntimeInvisibleParameterAnnotationsAttribute
Default implementation of IRuntimeInvisibleParameterAnnotations
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRuntimeInvisibleParameterAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for RuntimeVisibleParameterAnnotations. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAnswer back the parameter annotations.intAnswer back the number of parameters as described in the JVM specifications.Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Konstruktordetails
-
RuntimeInvisibleParameterAnnotationsAttribute
public RuntimeInvisibleParameterAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for RuntimeVisibleParameterAnnotations.- Parameter:
classFileBytes-constantPool-offset-- Löst aus:
ClassFormatException
-
-
Methodendetails
-
getParameterAnnotations
Beschreibung aus Schnittstelle kopiert:IRuntimeInvisibleParameterAnnotationsAttributeAnswer back the parameter annotations. Answers an empty collection if none.- Angegeben von:
getParameterAnnotationsin SchnittstelleIRuntimeInvisibleParameterAnnotationsAttribute- Gibt zurück:
- the parameter annotations. Answers an empty collection if none.
-
getParametersNumber
public int getParametersNumber()Beschreibung aus Schnittstelle kopiert:IRuntimeInvisibleParameterAnnotationsAttributeAnswer back the number of parameters as described in the JVM specifications.- Angegeben von:
getParametersNumberin SchnittstelleIRuntimeInvisibleParameterAnnotationsAttribute- Gibt zurück:
- the number of parameters
-