public abstract class AbstractUnaryExpression extends AbstractExpression implements UnaryExpression
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expr
The enclosed expression.
|
root| Constructor and Description |
|---|
AbstractUnaryExpression(Expression root) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Variable> |
getVariables()
Return the variables used by this expression.
|
getRoot, setRootclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetExpressioneval, getExpression, getExpressionName, getRoot, getVariable, getVariable, getVariables, hasVariable, hasVariableprotected Expression expr
public AbstractUnaryExpression(Expression root)
public java.util.Map<java.lang.String,Variable> getVariables()
Expressionint c=a+b, only "a" and "b" will be returned.getVariables in interface ExpressionCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence