Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.util.ObjectVector
Packages that use ObjectVector
Package
Description
-
Uses of ObjectVector in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist that return ObjectVectorModifier and TypeMethodDescriptionInternalCompletionContext.getVisibleFields()Return the bindings of all visible fields in the current completion context.InternalExtendedCompletionContext.getVisibleFields()InternalCompletionContext.getVisibleLocalVariables()Return the bindings of all visible local variables in the current completion context.InternalExtendedCompletionContext.getVisibleLocalVariables()InternalCompletionContext.getVisibleMethods()Return the bindings of all visible methods in the current completion context.InternalExtendedCompletionContext.getVisibleMethods()Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type ObjectVectorModifier and TypeMethodDescriptionprotected voidCompletionEngine.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 voidCompletionEngine.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 voidCompletionEngine.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.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type ObjectVectorModifier and TypeMethodDescriptionprotected MethodBindingScope.findDefaultAbstractMethod(ReferenceBinding receiverType, char[] selector, TypeBinding[] argumentTypes, InvocationSite invocationSite, ReferenceBinding classHierarchyStart, ObjectVector found, MethodBinding[] concreteMatches) protected voidScope.findMethodInSuperInterfaces(ReferenceBinding receiverType, char[] selector, ObjectVector found, List<TypeBinding> visitedTypes, InvocationSite invocationSite) -
Uses of ObjectVector in org.aspectj.org.eclipse.jdt.internal.compiler.util
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.util with parameters of type ObjectVector -
Uses of ObjectVector in org.aspectj.org.eclipse.jdt.internal.core
Fields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type ObjectVectorModifier and TypeFieldDescriptionMap<org.eclipse.core.runtime.IPath, ObjectVector> JavaModelManager.PerProjectInfo.jrtRootsMethods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ObjectVectorModifier and TypeMethodDescriptionvoidJavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries) Deprecated.voidJavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries, boolean excludeTestCode) Returns (local/all) the package fragment roots identified by the given project's classpath.voidJavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries) voidJavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries, boolean excludeTestCode) Returns the package fragment roots identified by the given entry.voidJavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, Map rootToResolvedEntries) Returns the package fragment roots identified by the given entry.voidJavaModelManager.PerProjectInfo.setJrtPackageRoots(org.eclipse.core.runtime.IPath jrtPath, ObjectVector roots)