Class Class_

java.lang.Object
  extended by TreeNode
      extended by Class_
Direct Known Subclasses:
class_c

abstract class Class_
extends TreeNode

Defines simple phylum Class_


Field Summary
 
Fields inherited from class TreeNode
lineNumber
 
Constructor Summary
protected Class_(int lineNumber)
           
 
Method Summary
abstract  void dump_with_types(java.io.PrintStream out, int n)
           
abstract  Features getFeatures()
           
abstract  AbstractSymbol getFilename()
           
abstract  AbstractSymbol getName()
           
abstract  AbstractSymbol getParent()
           
 
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

Class_

protected Class_(int lineNumber)
Method Detail

dump_with_types

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

getName

public abstract AbstractSymbol getName()

getParent

public abstract AbstractSymbol getParent()

getFilename

public abstract AbstractSymbol getFilename()

getFeatures

public abstract Features getFeatures()