|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectVector | |
|---|---|
| org.eclipse.jdt.internal.codeassist | |
| org.eclipse.jdt.internal.compiler.lookup | |
| org.eclipse.jdt.internal.compiler.util | |
| org.eclipse.jdt.internal.core | |
| Uses of ObjectVector in org.eclipse.jdt.internal.codeassist |
|---|
| Methods in org.eclipse.jdt.internal.codeassist that return ObjectVector | |
|---|---|
ObjectVector |
InternalExtendedCompletionContext.getVisibleFields()
|
ObjectVector |
InternalCompletionContext.getVisibleFields()
Return the bindings of all visible fields in the current completion context. |
ObjectVector |
InternalExtendedCompletionContext.getVisibleLocalVariables()
|
ObjectVector |
InternalCompletionContext.getVisibleLocalVariables()
Return the bindings of all visible local variables in the current completion context. |
ObjectVector |
InternalExtendedCompletionContext.getVisibleMethods()
|
ObjectVector |
InternalCompletionContext.getVisibleMethods()
Return the bindings of all visible methods in the current completion context. |
| Methods in org.eclipse.jdt.internal.codeassist with parameters of type ObjectVector | |
|---|---|
protected void |
CompletionEngine.findFieldsAndMethods(char[] token,
TypeBinding receiverType,
Scope scope,
ObjectVector fieldsFound,
ObjectVector methodsFound,
InvocationSite invocationSite,
Scope invocationScope,
boolean implicitCall,
boolean superCall,
Binding[] missingElements,
int[] missingElementsStarts,
int[] missingElementsEnds,
boolean missingElementsHaveProblems,
char[] castedReceiver,
int receiverStart,
int receiverEnd)
|
protected void |
CompletionEngine.findFieldsAndMethodsFromAnotherReceiver(char[] token,
TypeReference receiverType,
Scope scope,
ObjectVector fieldsFound,
ObjectVector methodsFound,
InvocationSite invocationSite,
Scope invocationScope,
boolean implicitCall,
boolean superCall,
Binding[] missingElements,
int[] missingElementsStarts,
int[] missingElementsEnds,
boolean missingElementsHaveProblems,
char[][] receiverName,
int receiverStart,
int receiverEnd)
|
protected void |
CompletionEngine.findMemberTypes(char[] typeName,
ReferenceBinding receiverType,
Scope scope,
SourceTypeBinding typeInvocation,
boolean staticOnly,
boolean staticFieldsAndMethodOnly,
ObjectVector typesFound,
Binding[] missingElements,
int[] missingElementsStarts,
int[] missingElementsEnds,
boolean missingElementsHaveProblems)
|
| Uses of ObjectVector in org.eclipse.jdt.internal.compiler.lookup |
|---|
| Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type ObjectVector | |
|---|---|
protected MethodBinding |
Scope.findDefaultAbstractMethod(ReferenceBinding receiverType,
char[] selector,
TypeBinding[] argumentTypes,
InvocationSite invocationSite,
ReferenceBinding classHierarchyStart,
ObjectVector found,
MethodBinding concreteMatch)
|
protected void |
Scope.findMethodInSuperInterfaces(ReferenceBinding currentType,
char[] selector,
ObjectVector found,
InvocationSite invocationSite)
|
| Uses of ObjectVector in org.eclipse.jdt.internal.compiler.util |
|---|
| Methods in org.eclipse.jdt.internal.compiler.util with parameters of type ObjectVector | |
|---|---|
void |
ObjectVector.addAll(ObjectVector newVector)
|
| Uses of ObjectVector in org.eclipse.jdt.internal.core |
|---|
| Methods in org.eclipse.jdt.internal.core with parameters of type ObjectVector | |
|---|---|
void |
JavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath,
ObjectVector accumulatedRoots,
java.util.HashSet rootIDs,
IClasspathEntry referringEntry,
boolean retrieveExportedRoots,
java.util.Map rootToResolvedEntries)
Returns (local/all) the package fragment roots identified by the given project's classpath. |
void |
JavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry,
ObjectVector accumulatedRoots,
java.util.HashSet rootIDs,
IClasspathEntry referringEntry,
boolean retrieveExportedRoots,
java.util.Map rootToResolvedEntries)
Returns the package fragment roots identified by the given entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||