public class AnnotationBase extends Attribute
Modifier and Type | Class and Description |
---|---|
class |
AnnotationBase.Annotation
This class represents Annotiotion structure defined in class file format.
|
class |
AnnotationBase.Element
This class holds annotation element name value pairs.
|
class |
AnnotationBase.Value |
Modifier | Constructor and Description |
---|---|
protected |
AnnotationBase(ConstantPool cp,
short nameIndex,
int length,
java.io.DataInputStream dis) |
Modifier and Type | Method and Description |
---|---|
protected AnnotationBase.Annotation |
readAnnotation(java.io.DataInputStream dis) |
protected AnnotationBase.Value |
readElementValue(java.io.DataInputStream dis) |
getAttributeNameIndex, getBytes, getDataInputStream, getName, readAttribute, setConstantPool, toString
protected AnnotationBase(ConstantPool cp, short nameIndex, int length, java.io.DataInputStream dis) throws java.io.IOException
java.io.IOException
protected AnnotationBase.Annotation readAnnotation(java.io.DataInputStream dis) throws java.io.IOException
java.io.IOException
protected AnnotationBase.Value readElementValue(java.io.DataInputStream dis) throws java.io.IOException
java.io.IOException
Copyright © 2001. Documenation generated January 20 2015.