Package org.codehaus.janino
Class Java.RvalueMemberType
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Type
org.codehaus.janino.Java.RvalueMemberType
- All Implemented Interfaces:
Java.Locatable
- Enclosing class:
Java
-
Field Summary
FieldsFields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
Constructor Summary
ConstructorsConstructorDescriptionRvalueMemberType
(Location location, Java.Rvalue rvalue, String identifier) Notice: Thervalue
is not a subordinate object! -
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