Package koala.dynamicjava.util

Contains miscellaneous utility classes.

See:
          Description

Class Summary
Constants This class contains constants
DisplayVisitor This tree visitor displays the nodes of the tree on a given stream
DynamicJavaTestCase  
FileFinder This class represents an object that manages a set of path where to find files.
FileFinderTest Tests the FileFinder class by attempting to find two files, one that does exist and one that does not exist
LibraryFinder The instances of LibraryFinder are used to locate files with given suffixes.
ListUtilities This class contains a collection of utility methods for lists.
ListUtilitiesTest  
LocalizedMessageReader The instances of this class read localized messages in resource files.
TigerUtilities Common utilities of DynamicJava for implementing features of 1.5.
TigerUtilitiesTest Tests the utility methods in the TigerUtilities class to make sure they are working correctly.
 

Exception Summary
AmbiguousFieldException This exception is thrown when a lookup for a field is ambiguous.
AmbiguousFunctionException This exception is thrown when more than one method is acceptable during a method lookup due to the new features added in 1.5
AmbiguousMethodException This exception is thrown when more than one method is acceptable during a method lookup due to the new features added in 1.5
UnexpectedException An exception which DrJava throws on an unexpected error.
 

Package koala.dynamicjava.util Description

Contains miscellaneous utility classes. This package does not depend on any other package.