|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.medor.clone.lib.BasicCloneable
org.objectweb.medor.expression.lib.BasicExpression
org.objectweb.medor.expression.lib.BasicOperator
org.objectweb.medor.expression.lib.BasicUnaryOperator
org.objectweb.medor.expression.lib.BasicUnaryLogicalOperator
org.objectweb.medor.expression.lib.Not
Field Summary |
Fields inherited from class org.objectweb.medor.expression.lib.BasicOperator |
expressions, result, verified |
Fields inherited from class org.objectweb.medor.expression.lib.BasicExpression |
logger, type |
Fields inherited from interface org.objectweb.medor.expression.api.Operator |
ABS, AND, AVG, BITWIZE, CONCAT, CONDAND, CONDOR, COUNT, DIV, EQUAL, FIRSTLOCATE, GREATER, GREATEREQUAL, IN, INDEXEDLOCATE, LENGTH, LOWER, LOWEREQUAL, MAX, MEMBEROF, MIN, MINUS, MOD, MULT, NAV, NOT, NOTEQUAL, NOTMEMBEROF, OR, PLUS, SQRT, STRING_LOWER, STRING_UPPER, SUBSTRING, SUM, UMINUS |
Constructor Summary | |
Not()
|
|
Not(Expression e)
|
Method Summary | |
boolean |
evaluate(boolean boole)
|
java.lang.String |
getOperatorString()
Returns the String representing the operator in Java |
Methods inherited from class org.objectweb.medor.expression.lib.BasicUnaryLogicalOperator |
compileExpression, evaluate |
Methods inherited from class org.objectweb.medor.expression.lib.BasicUnaryOperator |
getExpression, getExpression, getOperandNumber, setExpression, setExpression |
Methods inherited from class org.objectweb.medor.expression.lib.BasicOperator |
checkOperands, clone, compileOperands |
Methods inherited from class org.objectweb.medor.expression.lib.BasicExpression |
getType |
Methods inherited from class org.objectweb.medor.clone.lib.BasicCloneable |
clone, clone, getClone |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.medor.expression.api.UnaryOperator |
getExpression, setExpression |
Methods inherited from interface org.objectweb.medor.expression.api.Operator |
getExpression, getOperandNumber, setExpression |
Methods inherited from interface org.objectweb.medor.expression.api.Expression |
getType |
Methods inherited from interface org.objectweb.medor.clone.api.Cloneable |
clone |
Constructor Detail |
public Not()
public Not(Expression e)
Method Detail |
public boolean evaluate(boolean boole)
evaluate
in interface UnaryLogicalOperator
evaluate
in class BasicUnaryLogicalOperator
public java.lang.String getOperatorString()
Operator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |