public abstract class StackMachine.MathFunction extends java.lang.Object implements StackMachine.Instruction, java.io.Serializable
MathFunction here.| Constructor and Description |
|---|
StackMachine.MathFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getName()
Describe
getName method here. |
void |
write(java.io.PrintStream out)
Describe
write method here. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarity, executepublic void write(java.io.PrintStream out)
write method here.write in interface StackMachine.Instructionout - a PrintStream valuepublic abstract java.lang.String getName()
getName method here.String value