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