Web Site

org.codehaus.janino
Class Java.Type

java.lang.Object
  extended byorg.codehaus.janino.Java.Located
      extended byorg.codehaus.janino.Java.Atom
          extended byorg.codehaus.janino.Java.Type
All Implemented Interfaces:
Java.Locatable
Direct Known Subclasses:
Java.ArrayType, Java.BasicType, Java.ReferenceType, Java.RvalueMemberType, Java.SimpleType
Enclosing class:
Java

public abstract static class Java.Type
extends Java.Atom

Representation of a JavaTM type.


Constructor Summary
protected Java.Type(Location location)
           
 
Method Summary
 Java.Type toType()
           
abstract  void visit(org.codehaus.janino.Visitor.TypeVisitor visitor)
           
 
Methods inherited from class org.codehaus.janino.Java.Atom
getLocation, throwParseException, toLvalue, toLvalueOrPE, toRvalue, toRvalueOrPE, toString, toTypeOrPE, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Java.Type

protected Java.Type(Location location)
Method Detail

toType

public Java.Type toType()
Overrides:
toType in class Java.Atom

visit

public abstract void visit(org.codehaus.janino.Visitor.TypeVisitor visitor)

Web Site