|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.commons.jexl.util.introspection.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.
| Constructor Summary | |
|---|---|
Info(String tn,
int l,
int c)
Create info. |
|
| Method Summary | |
|---|---|
int |
getColumn()
Gets the column number. |
int |
getLine()
Gets the line number. |
String |
getTemplateName()
Gets the template name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Info(String tn,
int l,
int c)
tn - template namel - line numberc - column| Method Detail |
public String getTemplateName()
public int getLine()
public int getColumn()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||