public class RuntimeVisibleorInvisibleParameterAnnotationsAttribute extends AnnotationsAttribute
Modifier and Type | Class and Description |
---|---|
static class |
RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
ParameterAnnotation represents the annotations on a single parameter.
|
AnnotationsAttribute.Annotation, AnnotationsAttribute.ElementValue
attributeName
NONE
Constructor and Description |
---|
RuntimeVisibleorInvisibleParameterAnnotationsAttribute(CPUTF8 name,
RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation[] parameter_annotations) |
Modifier and Type | Method and Description |
---|---|
protected int |
getLength() |
protected ClassFileEntry[] |
getNestedClassFileEntries() |
protected void |
resolve(ClassConstantPool pool)
Allows the constant pool entries to resolve their nested entries.
|
java.lang.String |
toString() |
protected void |
writeBody(java.io.DataOutputStream dos) |
doWrite, equals, getAttributeName, getLengthIncludingHeader, hasBCIRenumbering, hashCode, isSourceFileAttribute
objectHashCode, write
public RuntimeVisibleorInvisibleParameterAnnotationsAttribute(CPUTF8 name, RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation[] parameter_annotations)
protected void resolve(ClassConstantPool pool)
ClassFileEntry
protected void writeBody(java.io.DataOutputStream dos) throws java.io.IOException
public java.lang.String toString()
toString
in class ClassFileEntry
protected ClassFileEntry[] getNestedClassFileEntries()
getNestedClassFileEntries
in class Attribute