public class ExprNOT extends AbstractUnaryExpression
exprroot| Constructor and Description |
|---|
ExprNOT(Expression root) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eval()
Evaluate the expression.
|
Expression |
getExpression()
Return the associated expression.
|
java.lang.String |
getExpressionName()
Return the expression name.
|
void |
setExpression(Expression expr) |
getVariablesgetRoot, setRootclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRoot, getVariable, getVariable, getVariables, hasVariable, hasVariablepublic ExprNOT(Expression root)
public java.lang.String getExpressionName()
Expressionpublic void setExpression(Expression expr)
public Expression getExpression()
Expressionpublic java.lang.Object eval()
throws java.lang.ArithmeticException
Expressionjava.lang.ArithmeticExceptionCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence