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 intstatic final intstatic final intstatic final intstatic final intfinal intstatic final intstatic final intstatic final intstatic final intFields inherited from class org.codehaus.janino.Java.Located
NOWHERE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Visitor.AtomVisitor visitor) voidaccept(Visitor.TypeVisitor visitor) toString()Methods inherited from class org.codehaus.janino.Java.Type
getEnclosingScope, setEnclosingScope, toTypeMethods inherited from class org.codehaus.janino.Java.Atom
toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toTypeOrCompileExceptionMethods 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