public class CompileError
public CompileError(@NotNull
TextInterval interval,
@NotNull
java.lang.String message,
@NotNull
Severity severity,
@Nullable
java.lang.String className)
@NotNull public java.lang.String toString()
@NotNull public TextInterval getInterval()
@NotNull public java.lang.String getMessage()
@NotNull public Severity getSeverity()
@Nullable public java.lang.String getClassName()
@NotNull public TextInterval component1()
@NotNull public java.lang.String component2()
@NotNull public Severity component3()
@Nullable public java.lang.String component4()
@NotNull public CompileError copy(@NotNull TextInterval interval, @NotNull java.lang.String message, @NotNull Severity severity, @Nullable java.lang.String className)
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)