Web Site

org.codehaus.janino
Class Java.RvalueMemberType

java.lang.Object
  extended by org.codehaus.janino.Java.Located
      extended by org.codehaus.janino.Java.Atom
          extended by org.codehaus.janino.Java.Type
              extended by org.codehaus.janino.Java.RvalueMemberType
All Implemented Interfaces:
Java.Locatable
Enclosing class:
Java

public static final class Java.RvalueMemberType
extends Java.Type


Field Summary
 java.lang.String identifier
           
 Java.Rvalue rvalue
           
 
Constructor Summary
Java.RvalueMemberType(Location location, Java.Rvalue rvalue, java.lang.String identifier)
          Notice: The rvalue is not a subordinate object!
 
Method Summary
 void accept(Visitor.AtomVisitor visitor)
           
 void accept(Visitor.TypeVisitor visitor)
           
 java.lang.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

rvalue

public final Java.Rvalue rvalue

identifier

public final java.lang.String identifier
Constructor Detail

Java.RvalueMemberType

public Java.RvalueMemberType(Location location,
                             Java.Rvalue rvalue,
                             java.lang.String identifier)
Notice: The rvalue is not a subordinate object!

Method Detail

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

Web Site