org.jetbrains.kotlin.checkers
Class DebugInfoUtil.DebugInfoReporter
java.lang.Object
org.jetbrains.kotlin.checkers.DebugInfoUtil.DebugInfoReporter
- Enclosing class:
- DebugInfoUtil
public abstract static class DebugInfoUtil.DebugInfoReporter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugInfoUtil.DebugInfoReporter
public DebugInfoUtil.DebugInfoReporter()
preProcessReference
public void preProcessReference(@NotNull
JetReferenceExpression expression)
reportElementWithErrorType
public abstract void reportElementWithErrorType(@NotNull
JetReferenceExpression expression)
reportMissingUnresolved
public abstract void reportMissingUnresolved(@NotNull
JetReferenceExpression expression)
reportUnresolvedWithTarget
public abstract void reportUnresolvedWithTarget(@NotNull
JetReferenceExpression expression,
@NotNull
java.lang.String target)
reportDynamicCall
public void reportDynamicCall(@NotNull
JetElement element,
DeclarationDescriptor declarationDescriptor)