public class PFunction extends AbstractPNode
Constructor and Description |
---|
PFunction(PolynomialCreator pc,
String name,
PostfixMathCommandI pfmc,
PNodeI[] args) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PFunction fun)
this < arg ---> -1
this > arg ---> 1
|
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, sub
public PFunction(PolynomialCreator pc, String name, PostfixMathCommandI pfmc, PNodeI[] args)
public boolean equals(PNodeI node)
PNodeI
equals
in interface PNodeI
equals
in class AbstractPNode
public int compareTo(PFunction fun)
public String toString()
PNodeI
public Node toNode() throws ParseException
PNodeI
ParseException
public PNodeI expand() throws ParseException
PNodeI
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics