Uses of Class
org.apache.commons.jxpath.ri.compiler.CoreOperation
Packages that use CoreOperation
-
Uses of CoreOperation in org.apache.commons.jxpath.ri.compiler
Subclasses of CoreOperation in org.apache.commons.jxpath.ri.compilerModifier and TypeClassDescriptionclass
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
Captures thefoo[@name=expr]
expression.