org.apache.commons.jexl.util.introspection
public class Info extends Object
Since: 1.0
Version: $Id: Info.java 398463 2006-04-30 23:48:42Z dion $
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. |
Parameters: tn template name l line number c column
Returns: the column.
Returns: line number.
Returns: template name