ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

Uses of Package
javafe.reader

Packages that use javafe.reader
escjava   
escjava.reader   
javafe   
javafe.reader   
javafe.tc   
 

Classes in javafe.reader used by escjava
StandardTypeReader
          A StandardTypeReader is a TypeReader that uses SlowQuery to find type files, and user-supplied Readers to read source and binary files.
 

Classes in javafe.reader used by escjava.reader
CachedReader
          CachedReader takes a uncached Reader and produces a cached version of it using a simple implementation of caching via a HashTable.
Reader
          A Reader is an object that reads then parses a GenericFile, returning a CompilationUnit.
StandardTypeReader
          A StandardTypeReader is a TypeReader that uses SlowQuery to find type files, and user-supplied Readers to read source and binary files.
TypeReader
          A TypeReader is an extended Reader that understands how to read in Java reference types given either a fully-qualified name or a source file (in the form of a GenericFile).
 

Classes in javafe.reader used by javafe
StandardTypeReader
          A StandardTypeReader is a TypeReader that uses SlowQuery to find type files, and user-supplied Readers to read source and binary files.
 

Classes in javafe.reader used by javafe.reader
CachedReader
          CachedReader takes a uncached Reader and produces a cached version of it using a simple implementation of caching via a HashTable.
MethodSignature
          Represents the signature of a method in terms of AST elements.
Reader
          A Reader is an object that reads then parses a GenericFile, returning a CompilationUnit.
StandardTypeReader
          A StandardTypeReader is a TypeReader that uses SlowQuery to find type files, and user-supplied Readers to read source and binary files.
StringScanner
          A string and the index of the next character to scan from it.
TypeReader
          A TypeReader is an extended Reader that understands how to read in Java reference types given either a fully-qualified name or a source file (in the form of a GenericFile).
 

Classes in javafe.reader used by javafe.tc
TypeReader
          A TypeReader is an extended Reader that understands how to read in Java reference types given either a fully-qualified name or a source file (in the form of a GenericFile).
 


ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

The ESC/Java2 Project Homepage