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
-
NullType()
-
-
toString()
-
-
toTree()
- この型をプログラム中で表現する tree を返します。.
NullType
public NullType()
toTree
public Tree toTree()
- この型をプログラム中で表現する tree を返します。.
- Overrides:
- toTree in class Type
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index