Web Site

org.codehaus.janino
Class Java.RvalueMemberType

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

public static final class Java.RvalueMemberType
extends Java.Type


Field Summary
 String identifier
           
 Java.Rvalue rvalue
           
 
Constructor Summary
Java.RvalueMemberType(Location location, Java.Rvalue rvalue, String identifier)
           
 
Method Summary
 String toString()
           
 void visit(org.codehaus.janino.Visitor.AtomVisitor visitor)
           
 void visit(org.codehaus.janino.Visitor.TypeVisitor visitor)
           
 
Methods inherited from class org.codehaus.janino.Java.Type
toType
 
Methods inherited from class org.codehaus.janino.Java.Atom
getLocation, throwParseException, toLvalue, toLvalueOrPE, toRvalue, toRvalueOrPE, toTypeOrPE
 
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 String identifier
Constructor Detail

Java.RvalueMemberType

public Java.RvalueMemberType(Location location,
                             Java.Rvalue rvalue,
                             String identifier)
Method Detail

toString

public String toString()
Specified by:
toString in class Java.Atom

visit

public final void visit(org.codehaus.janino.Visitor.AtomVisitor visitor)
Specified by:
visit in class Java.Atom

visit

public final void visit(org.codehaus.janino.Visitor.TypeVisitor visitor)
Specified by:
visit in class Java.Type

Web Site