Java org.eclipse.jdt.core ICodeCompletionRequestor fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core ICodeCompletionRequestor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core ICodeCompletionRequestor.

The text is from its open source code.

Method

voidacceptClass(char[] packageName, char[] className, char[] completionName, int modifiers, int completionStart, int completionEnd)
Code assist notification of a class completion.
voidacceptField(char[] declaringTypePackageName, char[] declaringTypeName, char[] name, char[] typePackageName, char[] typeName, char[] completionName, int modifiers, int completionStart, int completionEnd)
Code assist notification of a field completion.
voidacceptInterface(char[] packageName, char[] interfaceName, char[] completionName, int modifiers, int completionStart, int completionEnd)
Code assist notification of an interface completion.
voidacceptKeyword(char[] keywordName, int completionStart, int completionEnd)
Code assist notification of a keyword completion.
voidacceptLabel(char[] labelName, int completionStart, int completionEnd)
Code assist notification of a label completion.
voidacceptMethod(char[] declaringTypePackageName, char[] declaringTypeName, char[] selector, char[][] parameterPackageNames, char[][] parameterTypeNames, char[] returnTypePackageName, char[] returnTypeName, char[] completionName, int modifiers, int completionStart, int completionEnd)
Code assist notification of a method completion.
voidacceptModifier(char[] modifierName, int completionStart, int completionEnd)
Code assist notification of a modifier completion.
voidacceptPackage(char[] packageName, char[] completionName, int completionStart, int completionEnd)
Code assist notification of a package completion.
voidacceptType(char[] packageName, char[] typeName, char[] completionName, int completionStart, int completionEnd)
Code assist notification of a type completion.