|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.diagnostics.DiagnosticUtils.LineAndColumn
public static final class DiagnosticUtils.LineAndColumn
Field Summary | |
---|---|
static DiagnosticUtils.LineAndColumn |
NONE
|
Constructor Summary | |
---|---|
DiagnosticUtils.LineAndColumn(int line,
int column,
java.lang.String lineContent)
|
Method Summary | |
---|---|
int |
getColumn()
|
int |
getLine()
|
java.lang.String |
getLineContent()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DiagnosticUtils.LineAndColumn NONE
Constructor Detail |
---|
public DiagnosticUtils.LineAndColumn(int line, int column, @Nullable java.lang.String lineContent)
Method Detail |
---|
public int getLine()
public int getColumn()
@Nullable public java.lang.String getLineContent()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |