An IDeclarationSearchContext determines the current declaration search context. Leaving this blank chooses the global context. Enter a unique string to identify a custom context. For example, 'org.grails.context' identifies a grails context that is active only when editing a file in a Grail application. An example is a Grails declaration search processor looking for controllers for a view.
An IDeclarationSearchContext defines when certain IDeclarationSearchProcessor intstances are active.
A translatable name suitable for display.
The id of the context, e.g. 'org.grails'
The class implementing the search context.
An IDeclarationSearchProcessor searches for the declarations of some ASTNode.
A translatable name suitable for display.
The context the processor operates in, blank chooses the default Groovy context.
The ASTNode class to be passed to the processor.
The class implementing the search processor.
[Enter the first release in which this extension point appears.]
[Enter extension point usage example here.]
[Enter API information here.]
[Enter information about supplied implementation of this extension point.]