org.codehaus.janino
Class Java.BasicType
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Type
org.codehaus.janino.Java.BasicType
- All Implemented Interfaces:
- Java.Locatable
- Enclosing class:
- Java
public static final class Java.BasicType
- extends Java.Type
Representation of a Java™ "basic type" (obviously
equaivalent to a "primitive type") (JLS 4.2).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
index
public int index
VOID
public static final int VOID
- See Also:
- Constant Field Values
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
Java.BasicType
public Java.BasicType(Location location,
int index)
toString
public java.lang.String toString()
- Specified by:
toString
in class Java.Atom
accept
public void accept(Visitor.TypeVisitor visitor)
- Specified by:
accept
in class Java.Type
accept
public void accept(Visitor.AtomVisitor visitor)
- Specified by:
accept
in class Java.Atom
Copyright © 2001-2011. All Rights Reserved.