public interface CompiledDocReference extends JavaElement
CompiledDocReference
is the compiled interface for a
doc comment reference to a type, method, constructor, field, or parameter.EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
JavaType |
getResolvedClass()
Gets the class of the reference, which will be the resolved class itself for
class references and the resolved enclosing class for members and parameters.
|
JavaMember |
getResolvedMember()
Gets the member to which this reference resolves.
|
JavaHasType |
getResolvedObject()
Gets the Java class, construct, method, field, or parameter to which this
reference resolves.
|
SourceFormalParameter |
getResolvedParameter()
Gets the parameter to which this reference resolves.
|
getElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfo
JavaHasType getResolvedObject()
JavaMember getResolvedMember()
JavaType getResolvedClass()
SourceFormalParameter getResolvedParameter()