Package org.teavm.runtime.reflect
Class AnnotationValueArray
java.lang.Object
org.teavm.runtime.reflect.ReflectionInfo
org.teavm.runtime.reflect.AnnotationValueArray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotation(int index) booleangetBoolean(int index) bytegetByte(int index) chargetChar(int index) getClass(int index) doublegetDouble(int index) shortgetEnum(int index) floatgetFloat(int index) intgetInt(int index) longgetLong(int index) shortgetShort(int index) getString(int index) intsize()
-
Constructor Details
-
AnnotationValueArray
public AnnotationValueArray()
-
-
Method Details
-
size
public int size() -
getBoolean
public boolean getBoolean(int index) -
getByte
public byte getByte(int index) -
getShort
public short getShort(int index) -
getChar
public char getChar(int index) -
getInt
public int getInt(int index) -
getLong
public long getLong(int index) -
getFloat
public float getFloat(int index) -
getDouble
public double getDouble(int index) -
getClass
-
getEnum
public short getEnum(int index) -
getString
-
getAnnotation
-