public class PFunction extends AbstractPNode
pc| Constructor and Description |
|---|
PFunction(PolynomialCreator pc,
String name,
PostfixMathCommandI pfmc,
PNodeI[] args) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PFunction fun) |
boolean |
equals(PNodeI node)
True is nodes represent the same parse trees
|
PNodeI |
expand()
complete expansion.
|
Node |
toNode()
Converts the node to standard JEP format.
|
String |
toString()
Produces a string representation of the argument.
|
add, compareTo, div, invert, isOne, isZero, mul, negate, pow, subpublic PFunction(PolynomialCreator pc, String name, PostfixMathCommandI pfmc, PNodeI[] args)
public boolean equals(PNodeI node)
PNodeIequals in interface PNodeIequals in class AbstractPNodepublic int compareTo(PFunction fun)
public String toString()
PNodeIpublic Node toNode() throws ParseException
PNodeIParseExceptionpublic PNodeI expand() throws ParseException
PNodeIParseExceptionCopyright © 2018. All rights reserved.