org.jetbrains.kotlin.checkers
Class DebugInfoUtil

java.lang.Object
  extended by org.jetbrains.kotlin.checkers.DebugInfoUtil

public class DebugInfoUtil
extends java.lang.Object


Nested Class Summary
static class DebugInfoUtil.DebugInfoReporter
           
 
Constructor Summary
DebugInfoUtil()
           
 
Method Summary
static void markDebugAnnotations(com.intellij.psi.PsiElement root, BindingContext bindingContext, DebugInfoUtil.DebugInfoReporter debugInfoReporter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugInfoUtil

public DebugInfoUtil()
Method Detail

markDebugAnnotations

public static void markDebugAnnotations(@NotNull
                                        com.intellij.psi.PsiElement root,
                                        @NotNull
                                        BindingContext bindingContext,
                                        @NotNull
                                        DebugInfoUtil.DebugInfoReporter debugInfoReporter)