Interface ElementValue
-
- All Superinterfaces:
Dumpable
,TypeUsageCollectable
- All Known Implementing Classes:
ElementValueAnnotation
,ElementValueArray
,ElementValueClass
,ElementValueConst
,ElementValueEnum
public interface ElementValue extends Dumpable, TypeUsageCollectable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementValue
withTypeHint(JavaTypeInstance hint)
-
Methods inherited from interface org.benf.cfr.reader.util.TypeUsageCollectable
collectTypeUsages
-
-
-
-
Method Detail
-
withTypeHint
ElementValue withTypeHint(JavaTypeInstance hint)
-
-