All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class epp.PrimitiveType

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

public class PrimitiveType
extends Type
The PrimitiveType class is a Type that describes a primitive type.

Creating instances of PrimitiveType is not recommended for plug-in programmers. Primitive types should be described using static variables of the Type class (for example, Type.Tint).

See Also:
Type

Constructor Index

 o PrimitiveType(Symbol)

Method Index

 o isPrimitiveType()
Returns true if this type is a primitive type, and false otherwise.
 o toString()
 o toTree()
Returns a tree that describes this type in a program.

Constructors

 o PrimitiveType
 public PrimitiveType(Symbol tag)

Methods

 o isPrimitiveType
 public boolean isPrimitiveType()
Returns true if this type is a primitive type, and false otherwise.

Overrides:
isPrimitiveType in class Type
 o toTree
 public Tree toTree()
Returns a tree that describes this type in a program.

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index