ClassRepr.CacheHolder| Modifier and Type | Field and Description |
|---|---|
static VoidClassRepr |
instance |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ClassRepr> |
getEnclosingTypes() |
java.util.Set<javax.lang.model.element.Modifier> |
getModifiers() |
java.lang.String |
getName() |
javax.lang.model.type.TypeMirror |
getOriginal() |
java.lang.String |
getSimpleName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisPrimitive, typeRepresentation, unboxIfPossiblepublic static final VoidClassRepr instance
public java.lang.String getSimpleName()
getSimpleName in interface ClassReprpublic java.util.Set<ClassRepr> getEnclosingTypes()
getEnclosingTypes in interface ClassReprpublic javax.lang.model.type.TypeMirror getOriginal()
getOriginal in interface ClassReprpublic java.util.Set<javax.lang.model.element.Modifier> getModifiers()
getModifiers in interface ClassRepr