public class Info
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
column |
private int |
line |
private java.lang.String |
templateName |
| Modifier | Constructor and Description |
|---|---|
private |
Info() |
|
Info(java.lang.String tn,
int l,
int c) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
java.lang.String |
getTemplateName() |
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.