Math 302, Differential Equations JHU


com.rychlik.calculator
Class StackMachine.SymbolTableEntry

java.lang.Object
  |
  +--com.rychlik.calculator.StackMachine.SymbolTableEntry
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StackMachine.Constant, StackMachine.Function, StackMachine.Variable
Enclosing class:
StackMachine

public class StackMachine.SymbolTableEntry
extends java.lang.Object
implements java.io.Serializable

Describe class SymbolTableEntry here.

See Also:
Serialized Form

Constructor Summary
StackMachine.SymbolTableEntry(java.lang.String name)
          Creates a new SymbolTableEntry instance.
 
Method Summary
 java.lang.String getName()
          Describe getName method here.
 void rename(java.lang.String name)
          Describe rename method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackMachine.SymbolTableEntry

public StackMachine.SymbolTableEntry(java.lang.String name)
Creates a new SymbolTableEntry instance.

Parameters:
name - a String value
Method Detail

rename

public void rename(java.lang.String name)
Describe rename method here.

Parameters:
name - a String value

getName

public java.lang.String getName()
Describe getName method here.

Returns:
a String value



This page last modified Sun Sep 12 12:30:39 2004
Questions? Comments? Please send feedback to jason howald