net.janino
Class Java.ReferenceType

java.lang.Object
  |
  +--net.janino.Java.Located
        |
        +--net.janino.Java.Atom
              |
              +--net.janino.Java.Type
                    |
                    +--net.janino.Java.ReferenceType
All Implemented Interfaces:
Java.Locatable
Enclosing class:
Java

public static class Java.ReferenceType
extends Java.Type


Constructor Summary
Java.ReferenceType(Scanner.Location location, Java.Scope scope, java.lang.String[] identifiers)
           
 
Method Summary
 IClass getType()
           
 java.lang.String toString()
           
 
Methods inherited from class net.janino.Java.Atom
getLocation, isType, throwCompileException, throwParseException, toLvalue, toRvalue, toType
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Java.ReferenceType

public Java.ReferenceType(Scanner.Location location,
                          Java.Scope scope,
                          java.lang.String[] identifiers)
Method Detail

getType

public IClass getType()
               throws Java.CompileException
Overrides:
getType in class Java.Atom

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object