|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.jxpath.ri.compiler.Expression org.apache.commons.jxpath.ri.compiler.Operation org.apache.commons.jxpath.ri.compiler.CoreOperation org.apache.commons.jxpath.ri.compiler.CoreOperationCompare org.apache.commons.jxpath.ri.compiler.CoreOperationEqual org.apache.commons.jxpath.ri.compiler.NameAttributeTest
Captures the foo[@name=expr]
expression. These
expressions are handled in a special way when applied to beans
or maps.
Nested Class Summary |
Nested classes inherited from class org.apache.commons.jxpath.ri.compiler.Expression |
Expression.PointerIterator, Expression.ValueIterator |
Field Summary |
Fields inherited from class org.apache.commons.jxpath.ri.compiler.Operation |
args |
Fields inherited from class org.apache.commons.jxpath.ri.compiler.Expression |
NOT_A_NUMBER, ONE, ZERO |
Constructor Summary | |
NameAttributeTest(Expression namePath,
Expression nameValue)
|
Method Summary | |
boolean |
computeContextDependent()
Implemented by subclasses and result is cached by isContextDependent() |
Expression |
getNameTestExpression()
|
Methods inherited from class org.apache.commons.jxpath.ri.compiler.CoreOperationEqual |
computeValue, getPrecedence, getSymbol, isSymmetric |
Methods inherited from class org.apache.commons.jxpath.ri.compiler.CoreOperationCompare |
contains, equal, equal, findMatch |
Methods inherited from class org.apache.commons.jxpath.ri.compiler.CoreOperation |
compute, toString |
Methods inherited from class org.apache.commons.jxpath.ri.compiler.Operation |
getArguments |
Methods inherited from class org.apache.commons.jxpath.ri.compiler.Expression |
isContextDependent, iterate, iteratePointers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NameAttributeTest(Expression namePath, Expression nameValue)
Method Detail |
public Expression getNameTestExpression()
public boolean computeContextDependent()
Expression
computeContextDependent
in class Operation
Expression.computeContextDependent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |