public class JavaMethodCompletionProvider extends AbstractCompletionProvider
TRACE_CODE_COMPLETION
Constructor and Description |
---|
JavaMethodCompletionProvider() |
Modifier and Type | Method and Description |
---|---|
static String |
getMethodReturnType(Method method) |
static String |
getMethodSignature(Method method) |
static ImageDescriptor |
getSharedImage(String name) |
boolean |
isActive(ICompletionContext context)
Query indicating that this providers completion proposals should be taken into account.
|
getContext, getProposals
public boolean isActive(ICompletionContext context)
ICompletionProvider
isActive
in interface ICompletionProvider
isActive
in class AbstractCompletionProvider
context
- ICompletionContext
with necessary information to calculate proposals.true
when activepublic static ImageDescriptor getSharedImage(String name)