| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.jxpath.ri.compiler.Expressionorg.apache.commons.jxpath.ri.compiler.Operationorg.apache.commons.jxpath.ri.compiler.CoreOperationorg.apache.commons.jxpath.ri.compiler.CoreOperationCompareorg.apache.commons.jxpath.ri.compiler.CoreOperationEqualorg.apache.commons.jxpath.ri.compiler.NameAttributeTestpublic class NameAttributeTestextends CoreOperationEqualfoo[@name=expr] expression. These
expressions are handled in a special way when applied to beans
or maps.
Nested Class Summary |
Nested classes/interfaces 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.Expression | |
NOT_A_NUMBER, ONE, ZERO | |
Constructor Summary | |
| |
Method Summary | |
boolean | |
Expression | |
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, computeValue, getPrecedence, getSymbol, isSymmetric, toString | |
Methods inherited from class org.apache.commons.jxpath.ri.compiler.Operation | |
computeContextDependent, getArguments | |
Methods inherited from class org.apache.commons.jxpath.ri.compiler.Expression | |
compute, computeContextDependent, computeValue, isContextDependent, iterate, iteratePointers | |
public boolean computeContextDependent()
- Overrides:
- computeContextDependent in interface Operation
- See Also:
Expression.computeContextDependent()