public class PConstant extends AbstractPNode
Constructor and Description |
---|
PConstant(PolynomialCreator pc,
Object o) |
Modifier and Type | Method and Description |
---|---|
PNodeI |
add(PNodeI c)
Adds a node to this one.
|
int |
compareTo(PConstant c) |
PNodeI |
div(PNodeI c)
Divides this by the argument.
|
boolean |
equals(PNodeI node)
True is nodes represent the same parse trees
|
PNodeI |
expand()
complete expansion.
|
int |
intValue() |
PNodeI |
invert()
inverts node i.e.
|
boolean |
isInfinity() |
boolean |
isInteger() |
boolean |
isMinusOne() |
boolean |
isNan() |
boolean |
isNegative() |
boolean |
isOne()
True if node represents one
|
boolean |
isPositive() |
boolean |
isZero()
True if node represents zero
|
PNodeI |
mul(PNodeI c)
Multiplies this by the argument.
|
PNodeI |
negate()
negates node i.e.
|
PNodeI |
pow(PNodeI c)
Raise this to the argument.
|
PNodeI |
sub(PNodeI c)
Subtracts the argument from this.
|
Node |
toNode()
Converts the node to standard JEP format.
|
String |
toString()
Produces a string representation of the argument.
|
compareTo
public PConstant(PolynomialCreator pc, Object o)
public PNodeI negate() throws ParseException
PNodeI
negate
in interface PNodeI
negate
in class AbstractPNode
ParseException
public PNodeI add(PNodeI c) throws ParseException
PNodeI
add
in interface PNodeI
add
in class AbstractPNode
ParseException
public PNodeI sub(PNodeI c) throws ParseException
PNodeI
sub
in interface PNodeI
sub
in class AbstractPNode
ParseException
public PNodeI mul(PNodeI c) throws ParseException
PNodeI
mul
in interface PNodeI
mul
in class AbstractPNode
ParseException
public PNodeI div(PNodeI c) throws ParseException
PNodeI
div
in interface PNodeI
div
in class AbstractPNode
ParseException
public PNodeI invert() throws ParseException
PNodeI
invert
in interface PNodeI
invert
in class AbstractPNode
ParseException
public PNodeI pow(PNodeI c) throws ParseException
PNodeI
pow
in interface PNodeI
pow
in class AbstractPNode
ParseException
public String toString()
PNodeI
public boolean isZero()
PNodeI
isZero
in interface PNodeI
isZero
in class AbstractPNode
public boolean isOne()
PNodeI
isOne
in interface PNodeI
isOne
in class AbstractPNode
public boolean isMinusOne()
public boolean isInfinity()
public boolean isNan()
public boolean isPositive()
public boolean isNegative()
public boolean isInteger()
public int intValue()
public Node toNode() throws ParseException
PNodeI
ParseException
public int compareTo(PConstant c)
public boolean equals(PNodeI node)
PNodeI
equals
in interface PNodeI
equals
in class AbstractPNode
Jas4pp 1.5 © Java Analysis Studio for Particle Physics