Class Operation
java.lang.Object
org.apache.commons.jxpath.ri.compiler.Expression
org.apache.commons.jxpath.ri.compiler.Operation
- Direct Known Subclasses:
CoreFunction, CoreOperation, ExtensionFunction
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- Author:
- Dmitri Plotnikov
-
Nested Class Summary
Nested classes/interfaces inherited from class Expression
Expression.PointerIterator, Expression.ValueIterator -
Field Summary
FieldsFields inherited from class Expression
NOT_A_NUMBER, ONE, ZERO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImplemented by subclasses and result is cached by isContextDependent()Get the arguments.Methods inherited from class Expression
compute, computeValue, isContextDependent, iterate, iteratePointers
-
Field Details
-
args
Expression[] of arguments
-
-
Constructor Details
-
Operation
-
-
Method Details
-
getArguments
-
computeContextDependent
public boolean computeContextDependent()Description copied from class:ExpressionImplemented by subclasses and result is cached by isContextDependent()- Specified by:
computeContextDependentin classExpression- Returns:
- calculated context-dependentness as boolean
-