org.apache.commons.jexl.util.introspection
Class Info
java.lang.Object
|
+--org.apache.commons.jexl.util.introspection.Info
- public class Info
- extends 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.3 2004/02/28 13:45:21 yoavs Exp $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Info
public Info(String tn,
int l,
int c)
getTemplateName
public String getTemplateName()
getLine
public int getLine()
getColumn
public int getColumn()
Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.