|
|||||||||
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
uk.me.parabola.mkgmap.osmstyle.eval.AndOp
public class AndOp
The AND operation. The second term is not executed if the first one fails.
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 | |
---|---|
AndOp()
|
Method Summary | |
---|---|
boolean |
eval(Element el)
Evaluate the expression. |
int |
priority()
|
Methods inherited from class uk.me.parabola.mkgmap.osmstyle.eval.AbstractBinaryOp |
---|
getSecond, setSecond, 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 |
---|
getFirst, getType, hasHigherPriority, isType, setFirst, value |
Constructor Detail |
---|
public AndOp()
Method Detail |
---|
public boolean eval(Element el)
Op
el
- The OSM element to be tested.
public int priority()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |