| Constructor and Description |
|---|
DebugInfo(java.lang.String tn,
int l,
int c)
Create info.
|
| Modifier and Type | Method and Description |
|---|---|
DebugInfo |
debugInfo()
Gets the underlying debugging information.
|
java.lang.String |
debugString()
Formats this information for debugging purpose.
|
int |
getColumn()
Gets the column number.
|
int |
getLine()
Gets the line number.
|
java.lang.String |
getName()
Gets the file/script/url name.
|
java.lang.String |
toString()
Formats this info in the form 'name@line:column'.
|
public DebugInfo(java.lang.String tn,
int l,
int c)
tn - template namel - line numberc - columnpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String debugString()
debugString in interface JexlInfopublic DebugInfo debugInfo()
public java.lang.String getName()
public int getLine()
public int getColumn()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.