|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISearchRequestor
This is the internal requestor passed to the searchable name environment so as to process the multiple search results as they are discovered. It is used to allow the code assist engine to add some more information to the raw name environment results before answering them to the UI.
| Method Summary | |
|---|---|
void |
acceptConstructor(int modifiers,
char[] simpleTypeName,
int parameterCount,
char[] signature,
char[][] parameterTypes,
char[][] parameterNames,
int typeModifiers,
char[] packageName,
int extraFlags,
java.lang.String path,
AccessRestriction access)
|
void |
acceptPackage(char[] packageName)
One result of the search consists of a new package. |
void |
acceptType(char[] packageName,
char[] typeName,
char[][] enclosingTypeNames,
int modifiers,
AccessRestriction accessRestriction)
One result of the search consists of a new type. |
| Method Detail |
|---|
void acceptConstructor(int modifiers,
char[] simpleTypeName,
int parameterCount,
char[] signature,
char[][] parameterTypes,
char[][] parameterNames,
int typeModifiers,
char[] packageName,
int extraFlags,
java.lang.String path,
AccessRestriction access)
void acceptType(char[] packageName,
char[] typeName,
char[][] enclosingTypeNames,
int modifiers,
AccessRestriction accessRestriction)
void acceptPackage(char[] packageName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||