koala.dynamicjava.tree
Class TypeName

java.lang.Object
  extended by koala.dynamicjava.tree.Node
      extended by koala.dynamicjava.tree.TypeName
All Implemented Interfaces:
SourceInfo.Wrapper
Direct Known Subclasses:
ArrayTypeName, PrimitiveTypeName, ReferenceTypeName

public abstract class TypeName
extends Node

This class represents the type nodes of the syntax tree

Version:
1.0 - 1999/04/24
Author:
Stephane Hillion

Constructor Summary
protected TypeName(SourceInfo si)
          Initializes the type
 
Method Summary
 
Methods inherited from class koala.dynamicjava.tree.Node
acceptVisitor, archiveProperties, getProperties, getProperty, getSourceInfo, hasProperty, setProperty, setSourceInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeName

protected TypeName(SourceInfo si)
Initializes the type