to.etc.template
Class JSLocationMapping

java.lang.Object
  extended by to.etc.template.JSLocationMapping

public final class JSLocationMapping
extends java.lang.Object


Constructor Summary
JSLocationMapping(int tline, int tcol, int sline, int scol)
           
 
Method Summary
 int getScol()
           
 int getSline()
           
 int getTcol()
           
 int getTline()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSLocationMapping

public JSLocationMapping(int tline,
                         int tcol,
                         int sline,
                         int scol)
Method Detail

getSline

public int getSline()

getScol

public int getScol()

getTline

public int getTline()

getTcol

public int getTcol()