Class AnnotationValueArray

java.lang.Object
org.teavm.runtime.reflect.ReflectionInfo
org.teavm.runtime.reflect.AnnotationValueArray

public final class AnnotationValueArray extends ReflectionInfo
  • 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

      public DerivedClassInfo getClass(int index)
    • getEnum

      public short getEnum(int index)
    • getString

      public StringInfo getString(int index)
    • getAnnotation

      public AnnotationData getAnnotation(int index)