ClassRepr.CacheHolder| Constructor and Description |
|---|
EnumClassRepr() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ClassRepr> |
getEnclosingTypes() |
javax.lang.model.type.TypeMirror |
getOriginal() |
java.util.stream.Stream<MethodRequirement> |
getRequirementMethods() |
static java.util.Optional<ClassRepr> |
prepare(javax.lang.model.type.TypeMirror type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModifiers, getName, getSimpleName, isPrimitive, typeRepresentation, unboxIfPossiblepublic java.util.Set<ClassRepr> getEnclosingTypes()
getEnclosingTypes in interface ClassReprpublic javax.lang.model.type.TypeMirror getOriginal()
getOriginal in interface ClassReprpublic static java.util.Optional<ClassRepr> prepare(javax.lang.model.type.TypeMirror type)
public java.util.stream.Stream<MethodRequirement> getRequirementMethods()
getRequirementMethods in interface ClassRepr