public class Info extends Object
Constructor and Description |
---|
Info(String source,
int line,
int column) |
public Info(String source, int line, int column)
source
- Usually a template name.line
- The line number from source
.column
- The column number from source
.public String getTemplateName()
public int getLine()
public int getColumn()
Copyright © 2014 The Apache Software Foundation. All rights reserved.