All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Types.DTE_Type

java.lang.Object
   |
   +----Types.DTE_Type

public abstract class DTE_Type
extends Object
This is a base class for every possible type in DTE


Constructor Index

 o DTE_Type()

Method Index

 o copyTo(DTE_Type)
 o getType()
 o print(PrintStream)
 o print(PrintWriter)
 o read(StreamTokenizer)
 o toString()
 o typeFor(TypeDesc)
This method returns an instance of a type given its descriptor

Constructors

 o DTE_Type
 public DTE_Type()

Methods

 o typeFor
 public static DTE_Type typeFor(TypeDesc type)
This method returns an instance of a type given its descriptor

 o read
 public abstract boolean read(StreamTokenizer st) throws IOException
 o print
 public abstract void print(PrintWriter ps)
 o print
 public abstract void print(PrintStream ps)
 o getType
 public abstract TypeDesc getType()
 o toString
 public abstract String toString()
Overrides:
toString in class Object
 o copyTo
 public abstract void copyTo(DTE_Type d)

All Packages  Class Hierarchy  This Package  Previous  Next  Index