|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.ri.compiler.Expression
org.apache.commons.jxpath.ri.compiler.Operation
public abstract class Operation
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.commons.jxpath.ri.compiler.Expression |
---|
Expression.PointerIterator, Expression.ValueIterator |
Field Summary | |
---|---|
protected Expression[] |
args
Expression[] of arguments |
Fields inherited from class org.apache.commons.jxpath.ri.compiler.Expression |
---|
NOT_A_NUMBER, ONE, ZERO |
Constructor Summary | |
---|---|
Operation(Expression[] args)
Create a new Operation. |
Method Summary | |
---|---|
boolean |
computeContextDependent()
Implemented by subclasses and result is cached by isContextDependent() |
Expression[] |
getArguments()
Get the arguments. |
Methods inherited from class org.apache.commons.jxpath.ri.compiler.Expression |
---|
compute, computeValue, isContextDependent, iterate, iteratePointers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Expression[] args
Constructor Detail |
---|
public Operation(Expression[] args)
args
- Expression[]Method Detail |
---|
public Expression[] getArguments()
public boolean computeContextDependent()
Expression
computeContextDependent
in class Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |