alt.jiapi.file.attribute
Class AnnotationBase.Annotation
java.lang.Object
alt.jiapi.file.attribute.AnnotationBase.Annotation
- Enclosing class:
- AnnotationBase
public class AnnotationBase.Annotation
- extends java.lang.Object
This class represents Annotiotion structure defined in class file format.
- Author:
- mika
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AnnotationBase.Annotation
public AnnotationBase.Annotation(short typeIndex)
addElement
public void addElement(AnnotationBase.Element e)
getAnnotationType
public java.lang.String getAnnotationType()
getElements
public java.util.List getElements()
- Each entry is an instance of Element.
- Returns:
- elements of this annotation
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001. Documenation generated August 26 2011.