Uses of Class
org.teavm.model.AnnotationValue
-
Packages that use AnnotationValue Package Description org.teavm.cache org.teavm.model -
-
Uses of AnnotationValue in org.teavm.cache
Methods in org.teavm.cache that return AnnotationValue Modifier and Type Method Description AnnotationValueAnnotationIO. readAnnotationValue(VarDataInput input)Methods in org.teavm.cache with parameters of type AnnotationValue Modifier and Type Method Description voidAnnotationIO. writeAnnotationValue(VarDataOutput output, AnnotationValue value) -
Uses of AnnotationValue in org.teavm.model
Methods in org.teavm.model that return AnnotationValue Modifier and Type Method Description AnnotationValueMethodHolder. getAnnotationDefault()AnnotationValueMethodReader. getAnnotationDefault()AnnotationValueAnnotationHolder. getValue(String fieldName)AnnotationValueAnnotationReader. getValue(String fieldName)Methods in org.teavm.model that return types with arguments of type AnnotationValue Modifier and Type Method Description List<AnnotationValue>AnnotationValue. getList()Map<String,AnnotationValue>AnnotationHolder. getValues()Methods in org.teavm.model with parameters of type AnnotationValue Modifier and Type Method Description voidMethodHolder. setAnnotationDefault(AnnotationValue annotationDefault)Constructor parameters in org.teavm.model with type arguments of type AnnotationValue Constructor Description AnnotationValue(List<AnnotationValue> value)
-