com.jeffpalm.scoping.compiler.util
Class Pos

java.lang.Object
  extended by com.jeffpalm.scoping.compiler.util.Pos

public final class Pos
extends java.lang.Object


Field Summary
 int col
           
static Pos EMPTY
           
 int line
           
static Pos ROOT
           
 
Constructor Summary
Pos(int line, int col)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ROOT

public static final Pos ROOT

EMPTY

public static final Pos EMPTY

line

public final int line

col

public final int col
Constructor Detail

Pos

public Pos(int line,
           int col)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object