Math 302, Differential Equations JHU


com.rychlik.calculator
Class StackMachine.Function

java.lang.Object
  |
  +--com.rychlik.calculator.StackMachine.SymbolTableEntry
        |
        +--com.rychlik.calculator.StackMachine.Function
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
StackMachine

public class StackMachine.Function
extends StackMachine.SymbolTableEntry

Describe class Function here.

See Also:
Serialized Form

Field Summary
 int argbase
          Describe variable argbase here.
 int nargs
          Describe variable nargs here.
 int progbase
          Describe variable progbase here.
 
Constructor Summary
StackMachine.Function(java.lang.String name, int progbase, int argbase, int nargs)
          Creates a new Function instance.
 
Methods inherited from class com.rychlik.calculator.StackMachine.SymbolTableEntry
getName, rename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

progbase

public final int progbase
Describe variable progbase here.


argbase

public final int argbase
Describe variable argbase here.


nargs

public final int nargs
Describe variable nargs here.

Constructor Detail

StackMachine.Function

public StackMachine.Function(java.lang.String name,
                             int progbase,
                             int argbase,
                             int nargs)
Creates a new Function instance.

Parameters:
name - a String value
progbase - an int value
argbase - an int value
nargs - an int value



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