Package jfun.yan.util

Some utility classes used by Yan.

See:
          Description

Interface Summary
MemberPredicate A predicate on java.lang.reflect.Member
MethodPredicate A predicate used to filter methods.
Predicate Maps an Object to a boolean value.
 

Class Summary
ClassDescriptor<T> A descriptor class for all methods/fields/contructors of a class.
Introspector This class provides introspection analysis against any java class.
NameFilteredMemberPredicate This implementation of MemberPredicate checks whether the logical name of the member falls among a predefined set of keys.
ReflectionUtil The utility class to help reflection.
Utils Common utility class that provides some utility functions.
 

Exception Summary
AmbiguityException Represents an ambituity error when resolving methods.
 

Package jfun.yan.util Description

Some utility classes used by Yan.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: