public class Info extends Object
Constructor and Description |
---|
Info(Node node) |
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 Info(Node node)
public String getTemplateName()
public int getLine()
public int getColumn()
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.