Package org.codehaus.janino
Class Java.SimpleType
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Type
org.codehaus.janino.Java.SimpleType
- All Implemented Interfaces:
Java.Locatable
- Enclosing class:
Java
This class is not used when code is parsed; it is intended for "programmatic" types.
-
Field Summary
FieldsFields 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) void
setEnclosingScope
(Java.Scope enclosingScope) Sets the enclosing scope for this object and all subordinateJava.Type
objects.toString()
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
-
iType
-
-
Constructor Details
-
SimpleType
-
-
Method Details
-
setEnclosingScope
Description copied from class:Java.Type
Sets the enclosing scope for this object and all subordinateJava.Type
objects.- Overrides:
setEnclosingScope
in classJava.Type
-
getEnclosingScope
- Overrides:
getEnclosingScope
in classJava.Type
- Returns:
- The enclosing scope (as previously set by
Java.Type.setEnclosingScope(Java.Scope)
)
-
toString
-
accept
Description copied from class:Java.Atom
-
accept
Description copied from class:Java.Type
-