@FunctionalInterface
public interface ExternallyAnnotated
| Modifier and Type | Method and Description |
|---|---|
TextRange |
getAnnotationRegion()
If inspection started for files with ForeignLeaf substitutions founds any problem in them
it should be able to display it locally.
|
TextRange getAnnotationRegion()
#define T(x) int x
int k;
T(k) = 0; // the problem [duplicate declaration 'k'] needs to be annotated
// for macro parameter, not declarator
ProblemDescriptorBase constructor for details.null if annotator needs to skip the problem