|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jasper.compiler.JspLineMapItem
Data structure used for each individual line map item. This data structure has a set of numbers representing the beginning and ending jsp line numbers and the associated generated servlet lines.
Constructor Summary | |
JspLineMapItem()
|
Method Summary | |
int |
getBeginJspColNr()
Get the beginning jsp column number |
int |
getBeginJspLnr()
Get the beginning jsp line number |
int |
getBeginServletLnr()
Get the beginning servlet line number |
int |
getEndJspColNr()
Get the ending jsp column number |
int |
getEndJspLnr()
Get the ending jsp line number |
int |
getEndServletLnr()
Get the ending servlet line number |
int |
getStartJspFileNr()
Get the index of the starting jsp file |
int |
getStopJspFileNr()
Get the index of the stopping jsp file |
void |
setBeginJspColNr(int item)
Set the beginning jsp column number |
void |
setBeginJspLnr(int item)
Set the beginning jsp line number |
void |
setBeginServletLnr(int item)
Set the beginning servlet line number |
void |
setEndJspColNr(int item)
Set the ending jsp column number |
void |
setEndJspLnr(int item)
Set the ending jsp line number |
void |
setEndServletLnr(int item)
Set the ending servlet line number |
void |
setStartJspFileNr(int item)
Set the index of the starting jsp file |
void |
setStopJspFileNr(int item)
Set the index of the stopping jsp file |
java.lang.String |
toString()
Convert data structure to a string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JspLineMapItem()
Method Detail |
public void setBeginServletLnr(int item)
public int getBeginServletLnr()
public void setEndServletLnr(int item)
public int getEndServletLnr()
public void setStartJspFileNr(int item)
public int getStartJspFileNr()
public void setBeginJspLnr(int item)
public int getBeginJspLnr()
public void setBeginJspColNr(int item)
public int getBeginJspColNr()
public void setStopJspFileNr(int item)
public int getStopJspFileNr()
public void setEndJspLnr(int item)
public int getEndJspLnr()
public void setEndJspColNr(int item)
public int getEndJspColNr()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |