Package org.codehaus.janino
Class Java.PrimitiveType
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Type
org.codehaus.janino.Java.PrimitiveType
- All Implemented Interfaces:
Java.Locatable
- Enclosing class:
- Java
Representation of a JLS7 4.2 "primitive type", i.e a primitive type "usage", which has a location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Java.Primitive
One ofJava.Primitive.VOID
,Java.Primitive.BYTE
and consorts.Fields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,
EX extends Throwable>
Raccept
(Visitor.AtomVisitor<R, EX> visitor) <R,
EX extends Throwable>
Raccept
(Visitor.TypeVisitor<R, EX> 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
-
primitive
One ofJava.Primitive.VOID
,Java.Primitive.BYTE
and consorts.
-
-
Constructor Details
-
PrimitiveType
-
-
Method Details