|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryOp
Interface for operations with two operands.
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 |
---|
Op getSecond()
void setSecond(Op second)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |