public class StackMachine.Constant extends StackMachine.SymbolTableEntry
Constant here.| Modifier and Type | Field and Description |
|---|---|
double |
value
Describe variable
value here. |
| Constructor and Description |
|---|
StackMachine.Constant(java.lang.String name,
double value)
Creates a new
Constant instance. |
| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Describe
getValue method here. |
getName, rename