|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBinaryPredicate
A binary predicate compares two expressions for the purpose of returning a Boolean result.
Nested Class Summary | |
---|---|
static class |
IBinaryPredicate.Predicate
Available predicates |
Field Summary |
---|
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode |
---|
NEWLINE |
Method Summary | |
---|---|
IExpression |
getLeft()
Return the left parameter. |
IBinaryPredicate.Predicate |
getPredicate()
Return the predicate, one of the enums defined in this interface. |
IExpression |
getRight()
Return the right parameter. |
Methods inherited from interface net.sourceforge.nrl.parser.ast.constraints.IConstraint |
---|
getNRLDataType, setNRLDataType |
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode |
---|
accept, dump, getColumn, getLine, getUserData, setUserData |
Method Detail |
---|
IExpression getLeft()
IExpression getRight()
IBinaryPredicate.Predicate getPredicate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |