All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class epp.NullType
java.lang.Object
   |
   +----epp.Type
           |
           +----epp.NullType
  -  public class NullType
  -  extends Type
TheNullType is a Type that describes
:null types.
    -  See Also:
    
-  Type
   
  -   NullType() NullType()
-  
   
  -   toString() toString()
-  
  
-   toTree() toTree()
-  Returns a tree that describes this type in a program.
   
 NullType
NullType
 public NullType()
   
 toTree
toTree
 public Tree toTree()
  -  Returns a tree that describes this type in a program.
   
- 
    -  Overrides:
    
-  toTree in class Type
  
 
 toString
toString
 public String toString()
  - 
    -  Overrides:
    
-  toString in class Object
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index