org.apache.commons.jxpath.ri.compiler
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
public abstract class Operation
- extends Expression
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- Author:
- Dmitri Plotnikov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args
protected Expression[] args
- Expression[] of arguments
Operation
public Operation(Expression[] args)
- Create a new Operation.
- Parameters:
args
- Expression[]
getArguments
public Expression[] getArguments()
- Get the arguments.
- Returns:
- Expression[]
computeContextDependent
public boolean computeContextDependent()
- Description copied from class:
Expression
- Implemented by subclasses and result is cached by isContextDependent()
- Specified by:
computeContextDependent
in class Expression
- Returns:
- calculated context-dependentness as boolean
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.