public class CompilerMessageLocation extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CompilerMessageLocation |
NO_LOCATION |
public static final CompilerMessageLocation NO_LOCATION
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.Object
public int hashCode()
hashCode
in class java.lang.Object