org.eclipse.wst.jsdt.core.dom
Class PrimitiveType.Code

java.lang.Object
  extended by org.eclipse.wst.jsdt.core.dom.PrimitiveType.Code
Enclosing class:
PrimitiveType

public static class PrimitiveType.Code
extends java.lang.Object

Primitive type codes (typesafe enumeration).

    byte         BYTE
    short        SHORT
    char         CHAR
    int          INT
    long         LONG
    float        FLOAT
    double       DOUBLE
    boolean      BOOLEAN
    void         VOID
 


Method Summary
 java.lang.String toString()
          Returns the standard name of the primitive type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Returns the standard name of the primitive type.

Overrides:
toString in class java.lang.Object
Returns:
the standard name of the primitive type