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.PrimitiveOne ofJava.Primitive.VOID,Java.Primitive.BYTEand consorts.Fields inherited from class 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 Java.Type
getEnclosingScope, setEnclosingScope, toTypeMethods inherited from class Java.Atom
toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toTypeOrCompileExceptionMethods inherited from class Java.Located
getLocation, throwCompileException
-
Field Details
-
primitive
One ofJava.Primitive.VOID,Java.Primitive.BYTEand consorts.
-
-
Constructor Details
-
PrimitiveType
-
-
Method Details