public class Info
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
column
column number.
|
private int |
line
line number.
|
private java.lang.String |
templateName
name.
|
| Constructor and Description |
|---|
Info(java.lang.String tn,
int l,
int c)
Create info.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Gets the column number.
|
int |
getLine()
Gets the line number.
|
java.lang.String |
getTemplateName()
Gets the template name.
|