Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.NameLookup.Answer
Packages that use NameLookup.Answer
-
Uses of NameLookup.Answer in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return NameLookup.AnswerModifier and TypeMethodDescriptionNameLookup.findModule(char[] moduleName) NameLookup.findType(String name, boolean partialMatch, int acceptFlags, boolean considerSecondaryTypes, boolean waitForIndexes, boolean checkRestrictions, org.eclipse.core.runtime.IProgressMonitor monitor) NameLookup.findType(String typeName, String packageName, boolean partialMatch, int acceptFlags, boolean checkRestrictions) Find type considering secondary types but without waiting for indexes.NameLookup.findType(String typeName, String packageName, boolean partialMatch, int acceptFlags, boolean considerSecondaryTypes, boolean waitForIndexes, boolean checkRestrictions, org.eclipse.core.runtime.IProgressMonitor monitor) Find type.NameLookup.findType(String typeName, String packageName, boolean partialMatch, int acceptFlags, boolean considerSecondaryTypes, boolean waitForIndexes, boolean checkRestrictions, org.eclipse.core.runtime.IProgressMonitor monitor, IPackageFragmentRoot[] moduleContext) Find type.NameLookup.findType(String typeName, String packageName, boolean partialMatch, int acceptFlags, boolean checkRestrictions, IPackageFragmentRoot[] moduleContext) Find type in the given modules considering secondary types but without waiting for indexes.Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type NameLookup.AnswerModifier and TypeMethodDescriptionbooleanNameLookup.Answer.isBetter(NameLookup.Answer otherAnswer)