org.apache.commons.jexl.util.introspection
Class Info

java.lang.Object
  extended byorg.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 $

Constructor Summary
Info(String tn, int l, int c)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 String getTemplateName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Info

public Info(String tn,
            int l,
            int c)
Method Detail

getTemplateName

public String getTemplateName()

getLine

public int getLine()

getColumn

public int getColumn()


Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.