uk.me.parabola.mkgmap.osmstyle.eval
Interface BinaryOp

All Superinterfaces:
Op
All Known Implementing Classes:
AbstractBinaryOp, AndOp, EqualsOp, GTEOp, GTOp, LinkedBinaryOp, LTEOp, LTOp, NotEqualOp, NumericOp, OrOp, RegexOp

public interface BinaryOp
extends Op

Interface for operations with two operands.

Author:
Steve Ratcliffe

Field Summary
 
Fields inherited from interface uk.me.parabola.mkgmap.osmstyle.eval.Op
AND, CLOSE_PAREN, EQUALS, EXISTS, GT, GTE, LT, LTE, NOT, NOT_EQUALS, NOT_EXISTS, OPEN_PAREN, OR, REGEX, VALUE
 
Method Summary
 Op getSecond()
          Get the second operand.
 void setSecond(Op second)
          Set the second operand.
 
Methods inherited from interface uk.me.parabola.mkgmap.osmstyle.eval.Op
eval, getFirst, getType, hasHigherPriority, isType, priority, setFirst, value
 

Method Detail

getSecond

Op getSecond()
Get the second operand.


setSecond

void setSecond(Op second)
Set the second operand.