|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.cli.common.messages.CompilerMessageLocation
public class CompilerMessageLocation
| Field Summary | |
|---|---|
static CompilerMessageLocation |
NO_LOCATION
|
| Method Summary | |
|---|---|
static CompilerMessageLocation |
create(java.lang.String path,
int line,
int column)
|
boolean |
equals(java.lang.Object o)
|
int |
getColumn()
|
int |
getLine()
|
java.lang.String |
getPath()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CompilerMessageLocation NO_LOCATION
| Method Detail |
|---|
public static CompilerMessageLocation create(@Nullable
java.lang.String path,
int line,
int column)
@Nullable public java.lang.String getPath()
public int getLine()
public int getColumn()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||