org.codehaus.backport175.reader.bytecode
Class AnnotationElement.Type
java.lang.Object
org.codehaus.backport175.reader.bytecode.AnnotationElement.Type
- Enclosing class:
- AnnotationElement
public static final class AnnotationElement.Type
- extends java.lang.Object
Enum for the different annotation element types.
- Author:
- Jonas Bonér
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ANNOTATION
public static final AnnotationElement.Type ANNOTATION
ARRAY
public static final AnnotationElement.Type ARRAY
ENUM
public static final AnnotationElement.Type ENUM
TYPE
public static final AnnotationElement.Type TYPE
STRING
public static final AnnotationElement.Type STRING
LONG
public static final AnnotationElement.Type LONG
INTEGER
public static final AnnotationElement.Type INTEGER
SHORT
public static final AnnotationElement.Type SHORT
DOUBLE
public static final AnnotationElement.Type DOUBLE
FLOAT
public static final AnnotationElement.Type FLOAT
BYTE
public static final AnnotationElement.Type BYTE
BOOLEAN
public static final AnnotationElement.Type BOOLEAN
CHAR
public static final AnnotationElement.Type CHAR
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object