org.codehaus.janino
public static final class Java.AmbiguousName extends Java.Lvalue
| Field Summary | |
|---|---|
| String[] | identifiers |
| int | n |
| Constructor Summary | |
|---|---|
| AmbiguousName(Location location, String[] identifiers) | |
| AmbiguousName(Location location, String[] identifiers, int n) | |
| Method Summary | |
|---|---|
| void | accept(Visitor.AtomVisitor visitor) |
| void | accept(Visitor.RvalueVisitor visitor) |
| void | accept(Visitor.LvalueVisitor visitor) |
| String | toString() |
| Java.Type | toType() |