|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.checkers.CheckerTestUtil.DiagnosedRange
public static class CheckerTestUtil.DiagnosedRange
Constructor Summary | |
---|---|
protected |
CheckerTestUtil.DiagnosedRange(int start)
|
Method Summary | |
---|---|
void |
addDiagnostic(java.lang.String diagnostic)
|
java.util.List<CheckerTestUtil.TextDiagnostic> |
getDiagnostics()
|
int |
getEnd()
|
com.intellij.psi.PsiFile |
getFile()
|
int |
getStart()
|
void |
setEnd(int end)
|
void |
setFile(com.intellij.psi.PsiFile file)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CheckerTestUtil.DiagnosedRange(int start)
Method Detail |
---|
public int getStart()
public int getEnd()
public java.util.List<CheckerTestUtil.TextDiagnostic> getDiagnostics()
public void setEnd(int end)
public void addDiagnostic(java.lang.String diagnostic)
public void setFile(@NotNull com.intellij.psi.PsiFile file)
@NotNull public com.intellij.psi.PsiFile getFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |