org.jetbrains.jet.cli.common.messages
Class CompilerMessageLocation

java.lang.Object
  extended by org.jetbrains.jet.cli.common.messages.CompilerMessageLocation

public class CompilerMessageLocation
extends java.lang.Object


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

NO_LOCATION

public static final CompilerMessageLocation NO_LOCATION
Method Detail

create

public static CompilerMessageLocation create(@Nullable
                                             java.lang.String path,
                                             int line,
                                             int column)

getPath

@Nullable
public java.lang.String getPath()

getLine

public int getLine()

getColumn

public int getColumn()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object