public class AnnotationValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
ANNOTATION |
static byte |
BOOLEAN |
static byte |
BYTE |
static byte |
CLASS |
static byte |
DOUBLE |
static byte |
ENUM |
static byte |
FLOAT |
static byte |
INT |
static byte |
LIST |
static byte |
LONG |
static byte |
SHORT |
static byte |
STRING |
| Constructor and Description |
|---|
AnnotationValue(AnnotationReader value) |
AnnotationValue(boolean value) |
AnnotationValue(byte value) |
AnnotationValue(double value) |
AnnotationValue(FieldReference value) |
AnnotationValue(float value) |
AnnotationValue(int value) |
AnnotationValue(List<AnnotationValue> value) |
AnnotationValue(long value) |
AnnotationValue(short value) |
AnnotationValue(String value) |
AnnotationValue(ValueType value) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationReader |
getAnnotation() |
boolean |
getBoolean() |
byte |
getByte() |
double |
getDouble() |
FieldReference |
getEnumValue() |
float |
getFloat() |
int |
getInt() |
ValueType |
getJavaClass() |
List<AnnotationValue> |
getList() |
long |
getLong() |
short |
getShort() |
String |
getString() |
byte |
getType() |
public static final byte BOOLEAN
public static final byte BYTE
public static final byte SHORT
public static final byte INT
public static final byte LONG
public static final byte FLOAT
public static final byte DOUBLE
public static final byte STRING
public static final byte CLASS
public static final byte LIST
public static final byte ENUM
public static final byte ANNOTATION
public AnnotationValue(boolean value)
public AnnotationValue(byte value)
public AnnotationValue(short value)
public AnnotationValue(int value)
public AnnotationValue(long value)
public AnnotationValue(float value)
public AnnotationValue(double value)
public AnnotationValue(String value)
public AnnotationValue(ValueType value)
public AnnotationValue(List<AnnotationValue> value)
public AnnotationValue(AnnotationReader value)
public AnnotationValue(FieldReference value)
public boolean getBoolean()
public byte getByte()
public short getShort()
public int getInt()
public long getLong()
public float getFloat()
public double getDouble()
public String getString()
public ValueType getJavaClass()
public List<AnnotationValue> getList()
public FieldReference getEnumValue()
public AnnotationReader getAnnotation()
public byte getType()
Copyright © 2015. All rights reserved.