public class Info
extends java.lang.Object
| Constructor and Description |
|---|
Info(java.lang.String source,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
java.lang.String |
getTemplateName() |
java.lang.String |
toString()
Formats a textual representation of this object as
SOURCE
[line X, column Y]. |
public Info(java.lang.String source,
int line,
int column)
source - Usually a template name.line - The line number from source.column - The column number from source.public java.lang.String getTemplateName()
public int getLine()
public int getColumn()
public java.lang.String toString()
SOURCE
[line X, column Y].toString in class java.lang.ObjectCopyright © 2012 The Apache Software Foundation. All Rights Reserved.