public static final class Java.RvalueMemberType extends Java.Type
Modifier and Type | Field and Description |
---|---|
java.lang.String |
identifier |
Java.Rvalue |
rvalue |
NOWHERE
Constructor and Description |
---|
Java.RvalueMemberType(Location location,
Java.Rvalue rvalue,
java.lang.String identifier)
Notice: The
rvalue is not a subordinate object! |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.AtomVisitor visitor) |
void |
accept(Visitor.TypeVisitor visitor) |
java.lang.String |
toString() |
getEnclosingScope, setEnclosingScope, toType
toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toTypeOrCompileException
getLocation, throwCompileException
public final Java.Rvalue rvalue
public final java.lang.String identifier
public Java.RvalueMemberType(Location location, Java.Rvalue rvalue, java.lang.String identifier)
rvalue
is not a subordinate object!public void accept(Visitor.AtomVisitor visitor)
public void accept(Visitor.TypeVisitor visitor)