|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xpath.expr.Expr
org.basex.query.xpath.expr.DualExpr
public abstract class DualExpr
Abstract Expression with two arguments.
| Field Summary | |
|---|---|
Expr |
expr1
First Expression. |
Expr |
expr2
Second Expression. |
| Constructor Summary | |
|---|---|
DualExpr()
|
|
| Method Summary | |
|---|---|
boolean |
usesPos()
Checks whether this Expression (or its children) make use of the position parameter. |
boolean |
usesSize()
Checks whether this Expression (or its children) make use of the setsize parameter. |
| Methods inherited from class org.basex.query.xpath.expr.Expr |
|---|
compile, eval, indexEquivalent, indexSizes, returnedValue, sameAs, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Expr expr1
public Expr expr2
| Constructor Detail |
|---|
public DualExpr()
| Method Detail |
|---|
public final boolean usesPos()
Expr
usesPos in class Exprpublic final boolean usesSize()
Expr
usesSize in class Expr
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||