|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jexl.util.introspection.Info
public class Info
Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations Taken from velocity for self-sufficiency.
Field Summary | |
---|---|
private int |
column
column number. |
private int |
line
line number. |
private java.lang.String |
templateName
name. |
Constructor Summary | |
---|---|
Info(java.lang.String tn,
int l,
int c)
Create info. |
Method Summary | |
---|---|
int |
getColumn()
Gets the column number. |
int |
getLine()
Gets the line number. |
java.lang.String |
getTemplateName()
Gets the template name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int line
private int column
private java.lang.String templateName
Constructor Detail |
---|
public Info(java.lang.String tn, int l, int c)
tn
- template namel
- line numberc
- columnMethod Detail |
---|
public java.lang.String getTemplateName()
public int getLine()
public int getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |