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