Uses of Class
org.apache.commons.jxpath.ri.compiler.Operation
Packages that use Operation
-
Uses of Operation in org.apache.commons.jxpath.ri.compiler
Subclasses of Operation in org.apache.commons.jxpath.ri.compilerModifier and TypeClassDescriptionclass
An element of the compile tree representing one of built-in functions like "position()" or "number()".class
The common subclass for tree elements representing core operations like "+", "- ", "*" etc.class
Implementation ofExpression
for the operation "+".class
Implementation ofExpression
for the operation "and".class
Common superclass for the implementations of Expression for the operations "=" and "!class
Implementation ofExpression
for the operation "div".class
Implementation ofExpression
for the operation "=".class
Implementation ofExpression
for the operation ">".class
Implementation ofExpression
for the operation ">=".class
Implementation ofExpression
for the operation "<".class
Implementation ofExpression
for the operation "<=".class
Implementation ofExpression
for the operation "mod".class
Implementation ofExpression
for the operation "*".class
Implementation ofExpression
for the operation unary "-".class
Implementation ofExpression
for the operation "!class
Implementation ofExpression
for the operation "or".class
Base implementation of Expression for the operations ">", ">=", "<", "<=".class
Implementation ofExpression
for the operation "-".class
Implementation ofExpression
for the operation "|".class
Represents an element of the parse tree representing an extension function call.class
Captures thefoo[@name=<em>expr</em>]
expression.