org.apache.commons.jexl2
Interface JexlInfo

All Known Implementing Classes:
org.apache.commons.jexl2.parser.ASTArrayAccess, ASTArrayLiteral, ASTFloatLiteral, ASTIdentifier, ASTIntegerLiteral, ASTJexlScript, ASTMapLiteral, ASTNumberLiteral, ASTReferenceExpression, ASTStringLiteral, ASTVar, DebugInfo, JexlNode

public interface JexlInfo

Interface for objects carrying information usefull to debugging.

Since:
1.0

Method Summary
 DebugInfo debugInfo()
          Gets the underlying debugging information.
 java.lang.String debugString()
          Formats this information for debugging purpose.
 

Method Detail

debugString

java.lang.String debugString()
Formats this information for debugging purpose.

Returns:
a human readable string.

debugInfo

DebugInfo debugInfo()
Gets the underlying debugging information.

Returns:
a debug info instance
Since:
2.1


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.