net.janino
Class Java.Type

java.lang.Object
  |
  +--net.janino.Java.Located
        |
        +--net.janino.Java.Atom
              |
              +--net.janino.Java.Type
All Implemented Interfaces:
Java.Locatable
Direct Known Subclasses:
Java.ArrayType, Java.BasicType, Java.ReferenceType
Enclosing class:
Java

public abstract static class Java.Type
extends Java.Atom

Representation of a JavaTM type.


Constructor Summary
Java.Type(Scanner.Location location)
           
 
Methods inherited from class net.janino.Java.Atom
getLocation, getType, isType, throwCompileException, throwParseException, toLvalue, toRvalue, toType
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java.Type

public Java.Type(Scanner.Location location)