org.jetbrains.jet.checkers
Interface DebugInfoUtil.DebugInfoReporter

Enclosing class:
DebugInfoUtil

public static interface DebugInfoUtil.DebugInfoReporter


Method Summary
 void reportElementWithErrorType(JetReferenceExpression expression)
           
 void reportMissingUnresolved(JetReferenceExpression expression)
           
 void reportUnresolvedWithTarget(JetReferenceExpression expression, java.lang.String target)
           
 

Method Detail

reportElementWithErrorType

void reportElementWithErrorType(@NotNull
                                JetReferenceExpression expression)

reportMissingUnresolved

void reportMissingUnresolved(@NotNull
                             JetReferenceExpression expression)

reportUnresolvedWithTarget

void reportUnresolvedWithTarget(@NotNull
                                JetReferenceExpression expression,
                                @NotNull
                                java.lang.String target)