public interface IJavaDocTypeReferenceProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINK_TAG |
static java.lang.String |
LINK_TAG_WITH_SUFFIX |
static java.lang.String |
SEE_TAG |
static java.lang.String |
SEE_TAG_WITH_SUFFIX |
| Modifier and Type | Method and Description |
|---|---|
default EObjectInComment |
computeEObjectReferencedInComment(XtextResource resource,
int offset)
Returns the referenced element in javadoc comment at a given offset.
|
java.util.List<org.eclipse.xtext.util.ReplaceRegion> |
computeParameterTypeRefRegions(INode commentNode) |
java.util.List<org.eclipse.xtext.util.ReplaceRegion> |
computeTypeRefRegions(INode commentNode) |
static final java.lang.String SEE_TAG
static final java.lang.String SEE_TAG_WITH_SUFFIX
static final java.lang.String LINK_TAG
static final java.lang.String LINK_TAG_WITH_SUFFIX
java.util.List<org.eclipse.xtext.util.ReplaceRegion> computeTypeRefRegions(INode commentNode)
java.util.List<org.eclipse.xtext.util.ReplaceRegion> computeParameterTypeRefRegions(INode commentNode)
default EObjectInComment computeEObjectReferencedInComment(XtextResource resource, int offset)