|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Op | |
---|---|
com.werken.xpath.impl | Contains implementation classes for evaluating XPath components |
Uses of Op in com.werken.xpath.impl |
---|
Fields in com.werken.xpath.impl declared as Op | |
---|---|
static Op |
Op.AND
|
static Op |
Op.DIV
|
static Op |
Op.EQUAL
|
static Op |
Op.GT
|
static Op |
Op.GT_EQUAL
|
static Op |
Op.LT
|
static Op |
Op.LT_EQUAL
|
static Op |
Op.MINUS
|
static Op |
Op.MOD
|
static Op |
Op.MULTIPLY
|
static Op |
Op.NOT_EQUAL
|
static Op |
Op.OR
|
static Op |
Op.PLUS
|
static Op |
Op.UNION
|
Constructors in com.werken.xpath.impl with parameters of type Op | |
---|---|
BinaryExpr(Op op,
Expr lhs,
Expr rhs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |