Uses of Interface
org.benf.cfr.reader.entities.annotations.ElementValue
-
Packages that use ElementValue Package Description org.benf.cfr.reader.entities.annotations org.benf.cfr.reader.entities.attributes -
-
Uses of ElementValue in org.benf.cfr.reader.entities.annotations
Classes in org.benf.cfr.reader.entities.annotations that implement ElementValue Modifier and Type Class Description class
ElementValueAnnotation
class
ElementValueArray
class
ElementValueClass
class
ElementValueConst
class
ElementValueEnum
Fields in org.benf.cfr.reader.entities.annotations with type parameters of type ElementValue Modifier and Type Field Description private java.util.List<ElementValue>
ElementValueArray. content
private java.util.Map<java.lang.String,ElementValue>
AnnotationTableEntry. elementValueMap
Methods in org.benf.cfr.reader.entities.annotations that return ElementValue Modifier and Type Method Description ElementValue
ElementValue. withTypeHint(JavaTypeInstance hint)
ElementValue
ElementValueAnnotation. withTypeHint(JavaTypeInstance hint)
ElementValue
ElementValueArray. withTypeHint(JavaTypeInstance hint)
ElementValue
ElementValueClass. withTypeHint(JavaTypeInstance hint)
ElementValue
ElementValueConst. withTypeHint(JavaTypeInstance hint)
ElementValue
ElementValueEnum. withTypeHint(JavaTypeInstance hint)
Constructor parameters in org.benf.cfr.reader.entities.annotations with type arguments of type ElementValue Constructor Description AnnotationTableEntry(JavaTypeInstance clazz, java.util.Map<java.lang.String,ElementValue> elementValueMap)
AnnotationTableTypeEntry(TypeAnnotationEntryValue value, T targetInfo, TypePath typePath, JavaTypeInstance type, java.util.Map<java.lang.String,ElementValue> elementValueMap)
ElementValueArray(java.util.List<ElementValue> content)
-
Uses of ElementValue in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as ElementValue Modifier and Type Field Description private ElementValue
AttributeAnnotationDefault. elementValue
Methods in org.benf.cfr.reader.entities.attributes that return ElementValue Modifier and Type Method Description ElementValue
AttributeAnnotationDefault. getElementValue()
Methods in org.benf.cfr.reader.entities.attributes that return types with arguments of type ElementValue Modifier and Type Method Description (package private) static Pair<java.lang.Long,ElementValue>
AnnotationHelpers. getElementValue(ByteData raw, long offset, ConstantPool cp)
Method parameters in org.benf.cfr.reader.entities.attributes with type arguments of type ElementValue Modifier and Type Method Description private static long
AnnotationHelpers. getElementValuePair(ByteData raw, long offset, ConstantPool cp, java.util.Map<java.lang.String,ElementValue> res)
-