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
public static final class Java.RvalueMemberType extends Java.Type
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
identifier
Java.Rvalue
rvalue
-
Fields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
-
Constructor Summary
Constructors Constructor Description RvalueMemberType(Location location, Java.Rvalue rvalue, java.lang.String identifier)
Notice: Thervalue
is not a subordinate object!
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor.AtomVisitor visitor)
void
accept(Visitor.TypeVisitor visitor)
java.lang.String
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 Detail
-
rvalue
public final Java.Rvalue rvalue
-
identifier
public final java.lang.String identifier
-
-
Constructor Detail
-
RvalueMemberType
public RvalueMemberType(Location location, Java.Rvalue rvalue, java.lang.String identifier)
Notice: Thervalue
is not a subordinate object!
-
-
Method Detail
-
accept
public void accept(Visitor.AtomVisitor visitor)
-
accept
public void accept(Visitor.TypeVisitor visitor)
-
-