Klasse PrimitiveType.Code

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.PrimitiveType.Code
Umschließende Klasse:
PrimitiveType

public static class PrimitiveType.Code extends Object
Primitive type codes (typesafe enumeration).
    byte        BYTE
    short        SHORT
    char        CHAR
    int        INT
    long        LONG
    float        FLOAT
    double        DOUBLE
    boolean        BOOLEAN
    void        VOID
 
  • Methodendetails

    • toString

      public String toString()
      Returns the standard name of the primitive type.
      Setzt außer Kraft:
      toString in Klasse Object
      Gibt zurück:
      the standard name of the primitive type