Package 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
Representation of a Java™ "basic type" (obviously
equaivalent to a "primitive type") (JLS 4.2).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
final int
static final int
static final int
static final int
static final int
Fields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Visitor.AtomVisitor visitor) void
accept
(Visitor.TypeVisitor visitor) toString()
Methods inherited from class org.codehaus.janino.Java.Type
getEnclosingScope, setEnclosingScope, toType
Methods inherited from class org.codehaus.janino.Java.Atom
toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toTypeOrCompileException
Methods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileException
-
Field Details
-
index
public final int index -
VOID
public static final int VOID- See Also:
-
BYTE
public static final int BYTE- See Also:
-
SHORT
public static final int SHORT- See Also:
-
CHAR
public static final int CHAR- See Also:
-
INT
public static final int INT- See Also:
-
LONG
public static final int LONG- See Also:
-
FLOAT
public static final int FLOAT- See Also:
-
DOUBLE
public static final int DOUBLE- See Also:
-
BOOLEAN
public static final int BOOLEAN- See Also:
-
-
Constructor Details
-
BasicType
-
-
Method Details