|
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.Type
org.codehaus.janino.Java.RvalueMemberType
public static final class Java.RvalueMemberType
Field Summary | |
---|---|
String |
identifier
|
Java.Rvalue |
rvalue
|
Constructor Summary | |
---|---|
Java.RvalueMemberType(Location location,
Java.Rvalue rvalue,
String identifier)
Notice: The rvalue is not a subordinate object! |
Method Summary | |
---|---|
void |
accept(Visitor.AtomVisitor visitor)
|
void |
accept(Visitor.TypeVisitor visitor)
|
String |
toString()
|
Methods inherited from class org.codehaus.janino.Java.Type |
---|
getEnclosingScope, setEnclosingScope, toType |
Methods inherited from class org.codehaus.janino.Java.Atom |
---|
toLvalue, toLvalueOrPE, toRvalue, 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 Java.Rvalue rvalue
public final String identifier
Constructor Detail |
---|
public Java.RvalueMemberType(Location location, Java.Rvalue rvalue, String identifier)
rvalue
is not a subordinate object!
Method Detail |
---|
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.TypeVisitor visitor)
accept
in class Java.Type
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |