|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.osmstyle.eval.AbstractOp
uk.me.parabola.mkgmap.osmstyle.eval.AbstractBinaryOp
public abstract class AbstractBinaryOp
A base class that can be used for binary operations. It has a second operand.
Field Summary |
---|
Fields inherited from class uk.me.parabola.mkgmap.osmstyle.eval.AbstractOp |
---|
first |
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 |
Constructor Summary | |
---|---|
AbstractBinaryOp()
|
Method Summary | |
---|---|
Op |
getSecond()
Get the second operand. |
void |
setSecond(Op second)
Set the second operand. |
java.lang.String |
toString()
|
Methods inherited from class uk.me.parabola.mkgmap.osmstyle.eval.AbstractOp |
---|
createOp, getFirst, getType, hasHigherPriority, isType, setFirst, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface uk.me.parabola.mkgmap.osmstyle.eval.Op |
---|
eval, getFirst, getType, hasHigherPriority, isType, priority, setFirst, value |
Constructor Detail |
---|
public AbstractBinaryOp()
Method Detail |
---|
public Op getSecond()
BinaryOp
getSecond
in interface BinaryOp
public void setSecond(Op second)
BinaryOp
setSecond
in interface BinaryOp
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |