|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Rvalue
org.codehaus.janino.Java.Lvalue
org.codehaus.janino.Java.AmbiguousName
public static final class Java.AmbiguousName
This class is special: It does not extend/implement the Atom subclasses, but overrides Atom's "to...()" methods.
Field Summary | |
---|---|
String[] |
identifiers
|
int |
n
|
Fields inherited from class org.codehaus.janino.Java.Rvalue |
---|
CONSTANT_VALUE_NULL, JUMP_IF_FALSE, JUMP_IF_TRUE |
Constructor Summary | |
---|---|
Java.AmbiguousName(Location location,
String[] identifiers)
|
|
Java.AmbiguousName(Location location,
String[] identifiers,
int n)
|
Method Summary | |
---|---|
void |
accept(Visitor.AtomVisitor visitor)
|
void |
accept(Visitor.LvalueVisitor visitor)
|
void |
accept(Visitor.RvalueVisitor visitor)
|
String |
toString()
|
Java.Type |
toType()
|
Methods inherited from class org.codehaus.janino.Java.Lvalue |
---|
toLvalue |
Methods inherited from class org.codehaus.janino.Java.Rvalue |
---|
getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue |
Methods inherited from class org.codehaus.janino.Java.Atom |
---|
toLvalueOrPE, toRvalueOrPE, toTypeOrPE |
Methods inherited from class org.codehaus.janino.Java.Located |
---|
getLocation, throwParseException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String[] identifiers
public final int n
Constructor Detail |
---|
public Java.AmbiguousName(Location location, String[] identifiers)
public Java.AmbiguousName(Location location, String[] identifiers, int n)
Method Detail |
---|
public Java.Type toType()
toType
in class Java.Atom
public String toString()
toString
in class Java.Atom
public final void accept(Visitor.AtomVisitor visitor)
accept
in class Java.Atom
public final void accept(Visitor.RvalueVisitor visitor)
accept
in class Java.Rvalue
public final void accept(Visitor.LvalueVisitor visitor)
accept
in class Java.Lvalue
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |