Class RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
-
- Enclosing class:
- RuntimeVisibleorInvisibleParameterAnnotationsAttribute
public static class RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation extends java.lang.Object
ParameterAnnotation represents the annotations on a single parameter.
-
-
Constructor Summary
Constructors Constructor Description ParameterAnnotation(AnnotationsAttribute.Annotation[] annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getClassFileEntries()
int
getLength()
void
resolve(ClassConstantPool pool)
void
writeBody(java.io.DataOutputStream dos)
-
-
-
Constructor Detail
-
ParameterAnnotation
public ParameterAnnotation(AnnotationsAttribute.Annotation[] annotations)
-
-
Method Detail
-
writeBody
public void writeBody(java.io.DataOutputStream dos) throws java.io.IOException
- Throws:
java.io.IOException
-
resolve
public void resolve(ClassConstantPool pool)
-
getLength
public int getLength()
-
getClassFileEntries
public java.util.List getClassFileEntries()
-
-