Class RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
- java.lang.Object
-
- kala.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
-
- Enclosing class:
- RuntimeVisibleorInvisibleParameterAnnotationsAttribute
public static class RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation extends java.lang.ObjectParameterAnnotation represents the annotations on a single parameter.
-
-
Field Summary
Fields Modifier and Type Field Description private AnnotationsAttribute.Annotation[]annotationsprivate intnumAnnotations
-
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<java.lang.Object>getClassFileEntries()intgetLength()voidresolve(ClassConstantPool pool)voidwriteBody(java.io.DataOutputStream dos)
-
-
-
Field Detail
-
annotations
private final AnnotationsAttribute.Annotation[] annotations
-
numAnnotations
private final int numAnnotations
-
-
Constructor Detail
-
ParameterAnnotation
public ParameterAnnotation(AnnotationsAttribute.Annotation[] annotations)
-
-
Method Detail
-
getClassFileEntries
public java.util.List<java.lang.Object> getClassFileEntries()
-
getLength
public int getLength()
-
resolve
public void resolve(ClassConstantPool pool)
-
writeBody
public void writeBody(java.io.DataOutputStream dos) throws java.io.IOException- Throws:
java.io.IOException
-
-