public static interface DebugInfoUtil.DebugInfoReporter
Modifier and Type | Method and Description |
---|---|
void |
reportElementWithErrorType(JetReferenceExpression expression) |
void |
reportMissingUnresolved(JetReferenceExpression expression) |
void |
reportUnresolvedWithTarget(JetReferenceExpression expression,
java.lang.String target) |
void reportElementWithErrorType(@NotNull JetReferenceExpression expression)
void reportMissingUnresolved(@NotNull JetReferenceExpression expression)
void reportUnresolvedWithTarget(@NotNull JetReferenceExpression expression, @NotNull java.lang.String target)