ASTAdditiveNode
, ASTAdditiveOperator
, ASTAmbiguous
, ASTAndNode
, ASTArrayAccess
, ASTArrayLiteral
, ASTAssignment
, ASTBitwiseAndNode
, ASTBitwiseComplNode
, ASTBitwiseOrNode
, ASTBitwiseXorNode
, ASTBlock
, ASTConstructorNode
, ASTDivNode
, ASTEmptyFunction
, ASTEQNode
, ASTERNode
, ASTFalseNode
, ASTFloatLiteral
, ASTForeachStatement
, ASTFunctionNode
, ASTGENode
, ASTGTNode
, ASTIdentifier
, ASTIfStatement
, ASTIntegerLiteral
, ASTJexlScript
, ASTLENode
, ASTLTNode
, ASTMapEntry
, ASTMapLiteral
, ASTMethodNode
, ASTModNode
, ASTMulNode
, ASTNENode
, ASTNotNode
, ASTNRNode
, ASTNullLiteral
, ASTNumberLiteral
, ASTOrNode
, ASTReference
, ASTReferenceExpression
, ASTReturnStatement
, ASTSizeFunction
, ASTSizeMethod
, ASTStringLiteral
, ASTTernaryNode
, ASTTrueNode
, ASTUnaryMinusNode
, ASTVar
, ASTWhileStatement
, DebugInfo
, JexlNode
public interface JexlInfo
Modifier and Type | Method | Description |
---|---|---|
DebugInfo |
debugInfo() |
Gets the underlying debugging information.
|
java.lang.String |
debugString() |
Formats this information for debugging purpose.
|
java.lang.String debugString()