org.codehaus.janino
Class Java.RvalueMemberType
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Type
org.codehaus.janino.Java.RvalueMemberType
- All Implemented Interfaces:
- Java.Locatable
- Enclosing class:
- Java
public static final class Java.RvalueMemberType
- extends Java.Type
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
rvalue
public final Java.Rvalue rvalue
identifier
public final java.lang.String identifier
Java.RvalueMemberType
public Java.RvalueMemberType(Location location,
Java.Rvalue rvalue,
java.lang.String identifier)
- Notice: The
rvalue
is not a subordinate object!
toString
public java.lang.String toString()
- Specified by:
toString
in class Java.Atom
accept
public final void accept(Visitor.AtomVisitor visitor)
- Specified by:
accept
in class Java.Atom
accept
public final void accept(Visitor.TypeVisitor visitor)
- Specified by:
accept
in class Java.Type