PreMinusOperator
, PrePlusOperator
public class PrefixOperator extends Operator
fFunctionName, fOperatorString, fPrecedence
Constructor | Description |
---|---|
PrefixOperator(String oper,
String functionName,
int precedence) |
Instantiates a new prefix operator.
|
Modifier and Type | Method | Description |
---|---|---|
ASTNode |
createFunction(IParserFactory factory,
ASTNode argument) |
Creates the function.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getFunctionName, getOperatorString, getPrecedence, hashCode, toString
public ASTNode createFunction(IParserFactory factory, ASTNode argument)
factory
- the factoryargument
- the argumentCopyright © 2018. All rights reserved.