|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.expr.saxpath.PredicateTerm
com.servingxml.expr.saxpath.PredicateBinaryOp
public class PredicateBinaryOp
Field Summary |
---|
Fields inherited from interface com.servingxml.expr.saxpath.Predicate |
---|
ALWAYS_TRUE |
Constructor Summary | |
---|---|
PredicateBinaryOp(BinaryOp binaryOp,
PredicateTerm lhs,
PredicateTerm rhs)
|
Method Summary | |
---|---|
Result |
evaluate(SaxPath path,
Record parameters)
|
boolean |
isBinaryOperator()
|
int |
precedence()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PredicateBinaryOp(BinaryOp binaryOp, PredicateTerm lhs, PredicateTerm rhs)
Method Detail |
---|
public Result evaluate(SaxPath path, Record parameters)
public int precedence()
precedence
in class PredicateTerm
public boolean isBinaryOperator()
isBinaryOperator
in class PredicateTerm
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |