All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Types.DTE_Int

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

public class DTE_Int
extends DTE_Type

Constructor Index

 o DTE_Int()
 o DTE_Int(int)

Method Index

 o copyTo(DTE_Type)
 o getType()
 o getValue()
 o print(PrintStream)
 o print(PrintWriter)
 o read(StreamTokenizer)
 o setValue(int)
 o toString()

Constructors

 o DTE_Int
 public DTE_Int()
 o DTE_Int
 public DTE_Int(int i)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index