Class Info
java.lang.Object
org.apache.velocity.util.introspection.Info
- Direct Known Subclasses:
InvalidReferenceInfo
Little class to carry in info such as template name, line and column
for information error reporting from the uberspector implementations
- Version:
- $Id$
- Author:
- Geir Magnusson Jr.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Info
- Parameters:
source
- Usually a template name.line
- The line number fromsource
.column
- The column number fromsource
.
-
Info
-
-
Method Details
-
getTemplateName
- Returns:
- The template name.
-
getLine
public int getLine()- Returns:
- The line number.
-
getColumn
public int getColumn()- Returns:
- The column number.
-
toString
Formats a textual representation of this object asSOURCE [line X, column Y]
.
-