public class PostfixOperator extends Operator
fFunctionName, fOperatorString, fPrecedence
Constructor and Description |
---|
PostfixOperator(String oper,
String functionName,
int precedence) |
Modifier and Type | Method and Description |
---|---|
ASTNode |
createFunction(IParserFactory factory,
ASTNode argument) |
equals, getFunctionName, getOperatorString, getPrecedence, hashCode, toString
public ASTNode createFunction(IParserFactory factory, ASTNode argument)
Copyright © 2017. All rights reserved.