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.filespace

Packages that use javafe.filespace
escjava.reader   
javafe.filespace   
javafe.reader   
 

Classes in javafe.filespace used by escjava.reader
Query
          This module defines a very simple query interface for use in locating Java files according to a classpath.
 

Classes in javafe.filespace used by javafe.filespace
ExtTree
          A ExtTree is a HashTree that starts out as just a root node, but may be extended at any time by (recursively) adding children.
Filter
          A simple filter interface for use in filtering out values.
HashTree
          A HashTree is a Tree that uses a Hashtable to store the map between labels and its direct children.
LookAheadEnum
          This layer describes how to implement an Enumeration in terms of a single function that returns the next element in a series, or null if the series is exhausted.
PreloadedTree
          A PreloadedTree is a HashTree whose edges map is loaded exactly once before any children-fetching queries complete; the loading is lazy, however, and occurs when the first children-fetching method is called.
Query
          This module defines a very simple query interface for use in locating Java files according to a classpath.
Resolve_AmbiguousName
          The exceptional result type for lookup:
Resolve_Result
          The normal result type for Resolve.lookup:
Tree
          A Tree is a n-ary tree with data at each node; the direct children of a node are unordered but distinguished via String labels on the edges to them.
 

Classes in javafe.filespace used by javafe.reader
Query
          This module defines a very simple query interface for use in locating Java files according to a classpath.
 


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