|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: SearchServices
Description: This interface describe the services available by the package Search.
Copyright: Copyright (c) 2003
Company: UNICE
Method Summary | |
java.util.ArrayList |
getMethod(ClassifierAnalyser analyser,
int attr,
int is_static,
int is_final,
int type)
Search the method that match the name and the mod . |
java.util.ArrayList |
getMethod(ClassifierAnalyser analyser,
java.lang.String name)
Search all the method of the analyser that matches with the pattern. |
java.util.ArrayList |
getMethod(ClassifierAnalyser analyser,
java.lang.String name,
int attr,
int is_static,
int is_final,
int type)
Search the method that match the name and the mod . |
java.util.ArrayList |
getVariable(ClassifierAnalyser analyser,
int is_static,
int is_final)
Search all the variable of the analyser that matches with the pattern and the condition specified by is_static and is_final. |
java.util.ArrayList |
getVariable(ClassifierAnalyser analyser,
java.lang.String name)
Search all the variable of the analyser that matches with the pattern. |
java.util.ArrayList |
getVariable(ClassifierAnalyser analyser,
java.lang.String name,
int is_static,
int is_final)
Search all the variable of the analyser that matches with the pattern and the condition specified by is_static and is_final. |
Method Detail |
public java.util.ArrayList getMethod(ClassifierAnalyser analyser, java.lang.String name)
analyser
- the analyser to search intoname
- the name of the method search
public java.util.ArrayList getMethod(ClassifierAnalyser analyser, java.lang.String name, int attr, int is_static, int is_final, int type)
analyser
- the analyser to search intoname
- the name of the method searchattr
- the type of attribute for the method [private, public, protected]is_static
- set the search for a static method or notis_final
- set the search for a final method or nottype
- set if the method is abstract or not.
public java.util.ArrayList getMethod(ClassifierAnalyser analyser, int attr, int is_static, int is_final, int type)
analyser
- the analyser to search intoattr
- the type of attribute for the method [private, public, protected]is_static
- set the search for a static method or notis_final
- set the search for a final method or nottype
- set if the method is abstract or not.
public java.util.ArrayList getVariable(ClassifierAnalyser analyser, java.lang.String name)
analyser
- the analyser to search intoname
- the name of the variable search
public java.util.ArrayList getVariable(ClassifierAnalyser analyser, java.lang.String name, int is_static, int is_final)
analyser
- the analyser to search intoname
- the name of the variable searchis_static
- set the search for a static method or notis_final
- set the search for a final method or not
public java.util.ArrayList getVariable(ClassifierAnalyser analyser, int is_static, int is_final)
analyser
- the analyser to search intois_static
- set the search for a static method or notis_final
- set the search for a final method or not
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |