public static final class Java.AmbiguousName extends Java.Lvalue
| Modifier and Type | Field and Description |
|---|---|
String[] |
identifiers
The first
n of these identifiers comprise this ambiguous name. |
int |
n |
NOWHERE| Constructor and Description |
|---|
AmbiguousName(Location location,
String[] identifiers) |
AmbiguousName(Location location,
String[] identifiers,
int n) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.AtomVisitor visitor)
|
void |
accept(Visitor.ElementValueVisitor visitor)
Invokes the '
visit...()' method of Visitor.ElementValueVisitor for the concrete Java.ElementValue type. |
void |
accept(Visitor.LvalueVisitor visitor)
|
void |
accept(Visitor.RvalueVisitor visitor)
|
Java.Lvalue |
toLvalue() |
Java.Rvalue |
toRvalue() |
String |
toString() |
Java.Type |
toType() |
getEnclosingBlockStatement, setEnclosingBlockStatementtoLvalueOrCompileException, toRvalueOrCompileException, toTypeOrCompileExceptiongetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileExceptionpublic final String[] identifiers
n of these identifiers comprise this ambiguous name.public final int n
identifierspublic Java.Type toType()
public Java.Lvalue toLvalue()
toLvalue in class Java.LvalueJava.Lvalue, or null if this atom is not an lvaluepublic Java.Rvalue toRvalue()
toRvalue in class Java.RvalueJava.Rvalue, or null if this atom is not an rvaluepublic void accept(Visitor.AtomVisitor visitor)
Java.Atompublic void accept(Visitor.RvalueVisitor visitor)
Java.Rvalueaccept in class Java.Rvaluepublic void accept(Visitor.LvalueVisitor visitor)
Java.Lvalueaccept in class Java.Lvaluepublic void accept(Visitor.ElementValueVisitor visitor)
Java.ElementValuevisit...()' method of Visitor.ElementValueVisitor for the concrete Java.ElementValue type.Copyright © 2001–2025. All rights reserved.