org.jetbrains.k2js.translate.utils
Class ErrorReportingUtils
java.lang.Object
org.jetbrains.k2js.translate.utils.ErrorReportingUtils
public final class ErrorReportingUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reportErrorWithLocation
@NotNull
public static java.lang.RuntimeException reportErrorWithLocation(@NotNull
JetExpression selector,
@NotNull
java.lang.RuntimeException e)
message
@NotNull
public static java.lang.String message(@NotNull
com.intellij.psi.PsiElement expression,
@NotNull
java.lang.String messageText)
message
@NotNull
public static java.lang.String message(@NotNull
BindingContext context,
@NotNull
DeclarationDescriptor descriptor,
@NotNull
java.lang.String explainingMessage)
message
@NotNull
public static java.lang.String message(@NotNull
com.intellij.psi.PsiElement element)
reportErrorWithLocation
@NotNull
public static java.lang.RuntimeException reportErrorWithLocation(@NotNull
java.lang.RuntimeException e,
@NotNull
DeclarationDescriptor descriptor,
@NotNull
BindingContext bindingContext)
atLocation
@NotNull
public static java.lang.String atLocation(@Nullable
com.google.dart.compiler.backend.js.ast.JsExpression expression,
@NotNull
java.util.List<com.google.dart.compiler.backend.js.ast.JsExpression> arguments)