Class Formal

java.lang.Object
  extended by TreeNode
      extended by Formal
Direct Known Subclasses:
formalc

abstract class Formal
extends TreeNode

Defines simple phylum Formal


Field Summary
 
Fields inherited from class TreeNode
lineNumber
 
Constructor Summary
protected Formal(int lineNumber)
           
 
Method Summary
abstract  void dump_with_types(java.io.PrintStream out, int n)
           
 
Methods inherited from class TreeNode
copy_AbstractSymbol, copy_Boolean, copy, dump_AbstractSymbol, dump_Boolean, dump_line, dump, getLineNumber, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formal

protected Formal(int lineNumber)
Method Detail

dump_with_types

public abstract void dump_with_types(java.io.PrintStream out,
                                     int n)