Package edu.rice.cs.dynamicjava.symbol.type

Interface Summary
TypeVisitor<RetType> A parametric interface for visitors over Type that return a value.
TypeVisitor_void An interface for visitors over Type that do not return a value.
 

Class Summary
ArrayType Class ArrayType, a component of the ASTGen-generated composite hierarchy.
BooleanType Class BooleanType, a component of the ASTGen-generated composite hierarchy.
BottomType Class BottomType, a component of the ASTGen-generated composite hierarchy.
BoundType Class BoundType, a component of the ASTGen-generated composite hierarchy.
ByteType Class ByteType, a component of the ASTGen-generated composite hierarchy.
CharType Class CharType, a component of the ASTGen-generated composite hierarchy.
ClassType Class ClassType, a component of the ASTGen-generated composite hierarchy.
DoubleType Class DoubleType, a component of the ASTGen-generated composite hierarchy.
FloatingPointType Class FloatingPointType, a component of the ASTGen-generated composite hierarchy.
FloatType Class FloatType, a component of the ASTGen-generated composite hierarchy.
IntegerType Class IntegerType, a component of the ASTGen-generated composite hierarchy.
IntegralType Class IntegralType, a component of the ASTGen-generated composite hierarchy.
IntersectionType Class IntersectionType, a component of the ASTGen-generated composite hierarchy.
IntType Class IntType, a component of the ASTGen-generated composite hierarchy.
LongType Class LongType, a component of the ASTGen-generated composite hierarchy.
NullType Class NullType, a component of the ASTGen-generated composite hierarchy.
NumericType Class NumericType, a component of the ASTGen-generated composite hierarchy.
ParameterizedClassType Class ParameterizedClassType, a component of the ASTGen-generated composite hierarchy.
PrimitiveType Class PrimitiveType, a component of the ASTGen-generated composite hierarchy.
RawClassType Class RawClassType, a component of the ASTGen-generated composite hierarchy.
ReferenceType Class ReferenceType, a component of the ASTGen-generated composite hierarchy.
ShortType Class ShortType, a component of the ASTGen-generated composite hierarchy.
SimpleArrayType Class SimpleArrayType, a component of the ASTGen-generated composite hierarchy.
SimpleClassType Class SimpleClassType, a component of the ASTGen-generated composite hierarchy.
TabPrintWriter An extension of PrintWriter to support indenting levels.
TopType Class TopType, a component of the ASTGen-generated composite hierarchy.
ToStringWalker  
TreeWalker A lightweight visitor for traversing (in depth-first order) arbitrary ASTGen-produced trees.
Type Class Type, a component of the ASTGen-generated composite hierarchy.
TypeAbstractVisitor<RetType> A parametric abstract implementation of a visitor over Type that return a value.
TypeAbstractVisitor_void An abstract implementation of a visitor over Type that does not return a value.
TypeDepthFirstVisitor<RetType> A parametric abstract implementation of a visitor over Type that returns a value.
TypeDepthFirstVisitor_void An abstract implementation of a visitor over Type that does not return a value.
TypeUpdateVisitor A depth-first visitor that makes an updated copy as it visits (by default).
TypeVisitorLambda<RetType> An abstract visitor over Type that provides a lambda value method; all visit methods are left unimplemented.
TypeVisitorRunnable1 An abstract void visitor over Type that provides a Runnable1 run method; all visit methods are left unimplemented.
UnionType Class UnionType, a component of the ASTGen-generated composite hierarchy.
ValidType Class ValidType, a component of the ASTGen-generated composite hierarchy.
VarargArrayType Class VarargArrayType, a component of the ASTGen-generated composite hierarchy.
VariableType Class VariableType, a component of the ASTGen-generated composite hierarchy.
VoidType Class VoidType, a component of the ASTGen-generated composite hierarchy.
Wildcard Class Wildcard, a component of the ASTGen-generated composite hierarchy.