org.apache.commons.jexl.util.introspection
Class Info
java.lang.Object
org.apache.commons.jexl.util.introspection.Info
- public class Info
- extends java.lang.Object
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.
- Version:
- $Id: Info.java,v 1.2 2003/10/09 21:28:56 rdonkin Exp $
- Author:
- Geir Magnusson Jr.
Constructor Summary |
private |
Info()
|
|
Info(java.lang.String tn,
int l,
int c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
line
private int line
column
private int column
templateName
private java.lang.String templateName
Info
public Info(java.lang.String tn,
int l,
int c)
Info
private Info()
getTemplateName
public java.lang.String getTemplateName()
getLine
public int getLine()
getColumn
public int getColumn()