public static final class Java.RvalueMemberType extends Java.Type
| Modifier and Type | Field and Description |
|---|---|
String |
identifier
The simple name of the inner type being instantiated.
|
Java.Rvalue |
rvalue
The expression that represents the outer instance required for the instantiation of the inner type.
|
NOWHERE| Constructor and Description |
|---|
RvalueMemberType(Location location,
Java.Rvalue rvalue,
String identifier)
Notice: The
rvalue is not a subordinate object! |
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(Visitor.AtomVisitor<R,EX> visitor)
|
<R,EX extends Throwable> |
accept(Visitor.TypeVisitor<R,EX> visitor)
|
String |
toString() |
getEnclosingScope, setEnclosingScope, toTypetoLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toTypeOrCompileExceptiongetLocation, throwCompileExceptionpublic final Java.Rvalue rvalue
public final String identifier
public RvalueMemberType(Location location, Java.Rvalue rvalue, String identifier)
rvalue is not a subordinate object!@Nullable public <R,EX extends Throwable> R accept(Visitor.AtomVisitor<R,EX> visitor) throws EX extends Throwable
Java.Atom