public abstract class AbstractUnaryOperator extends AbstractOperator
| Modifier and Type | Field and Description |
|---|---|
protected FunctionNode |
arg |
parser, returnClassName| Constructor and Description |
|---|
AbstractUnaryOperator(FunctionNode f) |
AbstractUnaryOperator(Stack<FunctionNode> stack) |
| Modifier and Type | Method and Description |
|---|---|
FunctionNode[] |
getArgs() |
int |
getNbArgs() |
String |
toString(boolean par) |
getSymbol, isLeaf, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMDDprotected FunctionNode arg
public AbstractUnaryOperator(Stack<FunctionNode> stack)
public AbstractUnaryOperator(FunctionNode f)
public String toString(boolean par)
par - if true, add surrounding parenthesis.public int getNbArgs()
getNbArgs in class AbstractOperatorpublic FunctionNode[] getArgs()
getArgs in class AbstractOperatorCopyright © 2009–2020. All rights reserved.