Class ElementValueClass
- java.lang.Object
-
- org.benf.cfr.reader.entities.annotations.ElementValueClass
-
- All Implemented Interfaces:
ElementValue
,Dumpable
,TypeUsageCollectable
public class ElementValueClass extends java.lang.Object implements ElementValue
-
-
Field Summary
Fields Modifier and Type Field Description private JavaTypeInstance
classType
-
Constructor Summary
Constructors Constructor Description ElementValueClass(JavaTypeInstance classType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collectTypeUsages(TypeUsageCollector collector)
Dumper
dump(Dumper d)
boolean
equals(java.lang.Object obj)
ElementValue
withTypeHint(JavaTypeInstance hint)
-
-
-
Field Detail
-
classType
private final JavaTypeInstance classType
-
-
Constructor Detail
-
ElementValueClass
public ElementValueClass(JavaTypeInstance classType)
-
-
Method Detail
-
collectTypeUsages
public void collectTypeUsages(TypeUsageCollector collector)
- Specified by:
collectTypeUsages
in interfaceTypeUsageCollectable
-
withTypeHint
public ElementValue withTypeHint(JavaTypeInstance hint)
- Specified by:
withTypeHint
in interfaceElementValue
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-