All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class epp.PrimitiveType

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

public class PrimitiveType
extends Type
クラス PrimitiveType は、プリミティブ型を表す Type です。.

plug-in プログラマーが PrimitiveType のインスタンスを生成することは、 推奨されません。 クラス Type の static 変数(Type.Tint など)を使って、 プリミティブ型を表現して下さい。

See Also:
Type

Constructor Index

 o PrimitiveType(Symbol)

Method Index

 o isPrimitiveType()
この型が primitive 型ならば true 、そうでないなら false を返します。.
 o toString()
 o toTree()
この型をプログラム中で表現する tree を返します。.

Constructors

 o PrimitiveType
 public PrimitiveType(Symbol tag)

Methods

 o isPrimitiveType
 public boolean isPrimitiveType()
この型が primitive 型ならば true 、そうでないなら false を返します。.

Overrides:
isPrimitiveType in class Type
 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