Package ter.API.EngineSearch

Class Summary
AbstractCriterion Title: AbstractCriterion Description: the criterion that test if the member is abstract Copyright: Copyright (c) 2003 Company: UNICE
ClassCriterion Title: ClassCriterion Description: filter all the .class file that are class.
ConstructorCriterion Title: ConstructorCriterion Description:the criterion that test if the member is a constructor Copyright: Copyright (c) 2003 Company: UNICE
Criterion Title: Criterion Description: This interface allow to make some new criterion to complete the search engine.
EngineSearch Title: EngineSearch.
EngineSearchConst Title: EngineSearchConst Description: this class build some of the constant value that we need for the engine serach Copyright: Copyright (c) 2003 Company: UNSA
EngineSearchFrontEnd Title: EngineSearchFrontEnd Description: this is the front end of the search Copyright: Copyright (c) 2003 Company: UNICE
FieldCriterion Title: FieldCriterion Description: the criterion that test if the member is a field Copyright: Copyright (c) 2003 Company: UNICE
FinalCriterion Title: FinalCriterion Description: this criterion filter if the Member is static or not.
GroupCriterion Title: GroupCriterion Description: Copyright: Copyright (c) 2003 Company: UNICE
InterfaceCriterion Title: InterfaceCriterion Description: the criterion that test if the member is interface Copyright: Copyright (c) 2003 Company: UNICE
MembersGroupCriterion Title: MembersGroup Description: this group is a filter for the member attribute as method, field, constructor Copyright: Copyright (c) 2003 Company: UNICE
MethodCriterion Title: MethodCriterion Description: this criterion select if the member is a method Copyright: Copyright (c) 2003 Company: UNICE
NameCriterion Title: NameCriterion Description: This criterion test the name of the member.
NameGroupCriterion Title: NameGroupCriterion Description: this group has only onr criterion that test the name of the member.
NameRegexpCriterion Title: NameRegexpCriterion Description: this class filter the member with his name with some regexp Copyright: Copyright (c) 2003 Company: UNICE
NativeCriterion Title: NativeCriterion Description: the criterion that test if the member is Native Copyright: Copyright (c) 2003 Company:
packageCriterion Title: packageCriterion Description: This criterion class filter the member that are not public, nor protected, nor private.
PrivateCriterion Title: PrivateCriterion Description: the criterion that test if the member is private Copyright: Copyright (c) 2003 Company:
ProtectedCriterion Title: ProtectedCriterion Description: the criterion that test if the member is protected Copyright: Copyright (c) 2003 Company: UNICE
ProtectionGroupCriterion Title: Description: Copyright: Copyright (c) 2003 Company:
PublicCriterion Title: PublicCriterion Description: the criterion that test if the member is public Copyright: Copyright (c) 2003 Company: UNSA
RangeGroupCriterion Title: rangeGroupCriterion Description: this group is for the final and static criterion Copyright: Copyright (c) 2003 Company: UNICE
StaticCriterion Title: StaticCriterion Description: this criterion filter if the Member is static or not Copyright: Copyright (c) 2003 Company: UNICE
StrictCriterion Title: StrictCriterion Description: the criterion that test if the member is strict Copyright: Copyright (c) 2003 Company: UNSA
SynchronizedCriterion Title: SynchronizedCriterion Description: the criterion that test if the member is synchronized Copyright: Copyright (c) 2003 Company: UNSA
TransientCriterion Title: TransientCriterion Description: the criterion that test if the member is transient Copyright: Copyright (c) 2003 Company: UNSA
VolatileCriterion Title: VolatileCriterion Description: the criterion that test if the member is volatile Copyright: Copyright (c) 2003 Company: UNSA
 

Exception Summary
SearchEngineException Title: SearchEngineException Description: This is the exection for the Search Engine.