janino.net

org.codehaus.janino
Class Java.ReferenceType

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.ReferenceType
All Implemented Interfaces:
Java.Locatable
Enclosing class:
Java

public static final class Java.ReferenceType
extends Java.Type


Field Summary
 java.lang.String[] identifiers
           
 
Constructor Summary
Java.ReferenceType(Location location, java.lang.String[] identifiers)
           
 
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

identifiers

public final java.lang.String[] identifiers
Constructor Detail

Java.ReferenceType

public Java.ReferenceType(Location location,
                          java.lang.String[] identifiers)
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

janino.net