|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rychlik.calculator.StackMachine.MathFunction
com.rychlik.calculator.StackMachine.BinaryMathFunction
com.rychlik.calculator.StackMachine.Ne
public class StackMachine.Ne
Describe class Ne
here.
Constructor Summary | |
---|---|
StackMachine.Ne()
|
Method Summary | |
---|---|
double |
eval(double x,
double y)
Describe eval method here. |
java.lang.String |
getName()
Describe getName method here. |
Methods inherited from class com.rychlik.calculator.StackMachine.BinaryMathFunction |
---|
arity, execute |
Methods inherited from class com.rychlik.calculator.StackMachine.MathFunction |
---|
write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackMachine.Ne()
Method Detail |
---|
public double eval(double x, double y)
eval
method here.
eval
in class StackMachine.BinaryMathFunction
x
- a double
valuey
- a double
value
double
valuepublic java.lang.String getName()
getName
method here.
getName
in class StackMachine.MathFunction
String
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |