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
-
DTE_Type()
-
-
copyTo(DTE_Type)
-
-
getType()
-
-
print(PrintStream)
-
-
print(PrintWriter)
-
-
read(StreamTokenizer)
-
-
toString()
-
-
typeFor(TypeDesc)
- This method returns an instance of a type given its descriptor
DTE_Type
public DTE_Type()
typeFor
public static DTE_Type typeFor(TypeDesc type)
- This method returns an instance of a type given its descriptor
read
public abstract boolean read(StreamTokenizer st) throws IOException
print
public abstract void print(PrintWriter ps)
print
public abstract void print(PrintStream ps)
getType
public abstract TypeDesc getType()
toString
public abstract String toString()
- Overrides:
- toString in class Object
copyTo
public abstract void copyTo(DTE_Type d)
All Packages Class Hierarchy This Package Previous Next Index