public interface JavaHasType extends JavaElement
| Modifier and Type | Field and Description |
|---|---|
static JavaHasType[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
JavaType |
getResolvedType()
A JavaField instance will return the field's type.
|
UnresolvedType |
getUnresolvedType()
Information about a type that has not been resolved.
|
getElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfostatic final JavaHasType[] EMPTY_ARRAY
JavaType getResolvedType()
UnresolvedType getUnresolvedType()