org.apache.velocity.util.introspection
public class Info extends Object
Version: $Id: Info.java,v 1.1.4.1 2004/03/03 23:23:08 geirm Exp $
| Field Summary | |
|---|---|
| int | column |
| int | line |
| String | templateName |
| Constructor Summary | |
|---|---|
| Info(String tn, int l, int c) | |
| Info() | |
| Method Summary | |
|---|---|
| int | getColumn() |
| int | getLine() |
| String | getTemplateName() |