All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class epp.NullType

java.lang.Object
   |
   +----epp.Type
           |
           +----epp.NullType

public class NullType
extends Type
クラス NullType は、 :null 型を表す Type です。.

See Also:
Type

Constructor Index

 o NullType()

Method Index

 o toString()
 o toTree()
この型をプログラム中で表現する tree を返します。.

Constructors

 o NullType
 public NullType()

Methods

 o toTree
 public Tree toTree()
この型をプログラム中で表現する tree を返します。.

Overrides:
toTree in class Type
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index