Methods from org.eclipse.equinox.common used by org.eclipse.php.core

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.core.runtime.Assert.isNotNull(Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.core.ast.match.PHPASTMatcher.doNodesMatch(ASTNode, ASTNode)22
org.eclipse.php.internal.core.ast.match.PHPASTMatcher.doNodesMatch(ASTNode, ASTNode)21
org.eclipse.php.internal.core.ast.nodes.Bindings.hashCode(IBinding)28
org.eclipse.php.internal.core.mixin.PHPMixinModel.getInstance(IScriptProject)41
org.eclipse.php.internal.core.PHPToolkitUtil.isPhpElement(IModelElement)28
org.eclipse.php.internal.core.typeinference.goals.AbstractMethodReturnTypeGoal.AbstractMethodReturnTypeGoal(IContext, IEvaluatedType, String)32
org.eclipse.php.internal.core.typeinference.goals.AbstractMethodReturnTypeGoal.AbstractMethodReturnTypeGoal(IContext, IType[], String)39
org.eclipse.php.internal.core.typeinference.PHPModelUtils.getModelElementByNode(ISourceModule, ModuleDeclaration, ASTNode)52

org.eclipse.core.runtime.Assert.isTrue(boolean, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.changeNotSupported(ASTNode)380
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.evaluateFormatterEdit(String, TextEdit, Position[])236
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.evaluateFormatterEdit(String, TextEdit, Position[])242

org.eclipse.core.runtime.Assert.isTrue(boolean)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.Bindings.asString(IVariableBinding)56
org.eclipse.php.internal.core.ast.nodes.DefaultBindingResolver.LocalVariableIndex.perform(ASTNode, Variable)530
org.eclipse.php.internal.core.ast.nodes.DefaultBindingResolver.LocalVariableIndex.perform(ASTNode, Variable)517
org.eclipse.php.internal.core.ast.nodes.DefaultBindingResolver.LocalVariableIndex.perform(ASTNode, Variable)517
org.eclipse.php.internal.core.ast.nodes.DefaultBindingResolver.LocalVariableIndex.perform(ASTNode, Variable)530
org.eclipse.php.internal.core.ast.util.Util.extractParameterTypes(char[])648
org.eclipse.php.internal.core.ast.util.Util.extractReturnType(String)665
org.eclipse.php.internal.core.ast.util.Util.getParameterCount(char[])918
org.eclipse.php.internal.core.ast.util.Util.getParameterCount(char[])933
org.eclipse.php.internal.core.ast.util.Util.validateMethodSignature(String)2274
org.eclipse.php.internal.core.ast.util.Util.validateTypeSignature(String, boolean)2281

org.eclipse.core.runtime.CoreException.CoreException(IStatus)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.rewriteOperation(ASTNode, StructuralPropertyDescriptor, int)1247
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.visit(FormalParameter)2450
org.eclipse.php.internal.core.ast.rewrite.TokenScanner.readNext()129
org.eclipse.php.internal.core.ast.rewrite.TokenScanner.readNext()132
org.eclipse.php.internal.core.containers.LocalFileStorage.getContents()73
org.eclipse.php.internal.core.containers.ZipEntryStorage.getContents()75

org.eclipse.core.runtime.CoreException.printStackTrace()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.DefaultBindingResolver.resolveMethod(MethodDeclaration)229
org.eclipse.php.internal.core.ast.nodes.FunctionBinding.getModifiers()123
org.eclipse.php.internal.core.ast.nodes.MethodBinding.isConstructor()59
org.eclipse.php.internal.core.ast.nodes.TypeBinding.getDeclaredFields()159
org.eclipse.php.internal.core.ast.nodes.TypeBinding.getDeclaredMethods()203
org.eclipse.php.internal.core.ast.nodes.TypeBinding.getInterfaces()319
org.eclipse.php.internal.core.ast.nodes.TypeBinding.getSuperclass()431
org.eclipse.php.internal.core.ast.nodes.TypeBinding.isInterface()504
org.eclipse.php.internal.core.ast.nodes.TypeBinding.isSubTypeCompatible(ITypeBinding)573
org.eclipse.php.internal.core.ast.nodes.VariableBinding.getModifiers()186
org.eclipse.php.internal.core.buildpath.BuildPathUtils.isContainedInBuildpath(IPath, IScriptProject)96
org.eclipse.php.internal.core.codeassist.CodeAssistUtils.6.acceptSearchMatch(SearchMatch)897
org.eclipse.php.internal.core.codeassist.CodeAssistUtils.getGlobalElements(ISourceModule, IDLTKSearchScope, String, int, int)915
org.eclipse.php.internal.core.codeassist.CodeAssistUtils.getGlobalTypes(ISourceModule, String, int)671
org.eclipse.php.internal.core.codeassist.CodeAssistUtils.getGroupOptions(ISourceModule, String, int, int, int, IDLTKSearchScope)946
org.eclipse.php.internal.core.codeassist.CodeAssistUtils.getMethodFields(IMethod, String, int)741
org.eclipse.php.internal.core.codeassist.CodeAssistUtils.getSelfClassData(ISourceModule, int)497
org.eclipse.php.internal.core.codeassist.CodeAssistUtils.getSourceModuleElements(ISourceModule, String, int, int)1080
org.eclipse.php.internal.core.codeassist.CodeAssistUtils.isClassFunctionCall(ISourceModule, IType[], String)636
org.eclipse.php.internal.core.codeassist.contexts.ClassStatementContext.isValid(ISourceModule, int, CompletionRequestor)46
org.eclipse.php.internal.core.codeassist.contexts.GlobalMethodStatementContext.isValid(ISourceModule, int, CompletionRequestor)50
org.eclipse.php.internal.core.codeassist.contexts.GlobalStatementContext.isValid(ISourceModule, int, CompletionRequestor)47
org.eclipse.php.internal.core.codeassist.PHPCompletionEngine.reportField(IField, String, SourceRange, boolean)143
org.eclipse.php.internal.core.codeassist.PHPCompletionEngine.reportMethod(IMethod, String, SourceRange)216
org.eclipse.php.internal.core.codeassist.PHPCompletionEngine.reportMethod(IMethod, String, SourceRange)249
org.eclipse.php.internal.core.codeassist.PHPCompletionEngine.reportType(IType, String, SourceRange)295
org.eclipse.php.internal.core.codeassist.PHPCompletionEngine.reportType(IType, String, SourceRange)321
org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.1.compare(IModelElement, IModelElement)498
org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.extractClasses(IType[])590
org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.extractInterfaces(IType[])574
org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.getGlobalOrMethodFields(ISourceModule, int, String)636
org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.internalASTResolve(ISourceModule, int, int)257
org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.internalASTResolve(ISourceModule, int, int)219
org.eclipse.php.internal.core.codeassist.strategies.BuiltinArrayKeysStrategy.apply(ICompletionReporter)82
org.eclipse.php.internal.core.codeassist.strategies.ClassFieldsStrategy.apply(ICompletionReporter)65
org.eclipse.php.internal.core.codeassist.strategies.ClassInstantiationStrategy.apply(ICompletionReporter)59
org.eclipse.php.internal.core.codeassist.strategies.ClassInstantiationStrategy.apply(ICompletionReporter)112
org.eclipse.php.internal.core.codeassist.strategies.ClassInstantiationStrategy.apply(ICompletionReporter)82
org.eclipse.php.internal.core.codeassist.strategies.ClassMethodsStrategy.apply(ICompletionReporter)80
org.eclipse.php.internal.core.codeassist.strategies.GlobalClassesStrategy.ClassesFilter.filter(IModelElement)46
org.eclipse.php.internal.core.codeassist.strategies.GlobalClassesStrategy.ClassesFilter.filter(IModelElement)46
org.eclipse.php.internal.core.codeassist.strategies.GlobalConstantsStrategy.apply(ICompletionReporter)68
org.eclipse.php.internal.core.codeassist.strategies.GlobalFunctionsStrategy.apply(ICompletionReporter)64
org.eclipse.php.internal.core.codeassist.strategies.GlobalInterfacesStrategy.1.filter(IModelElement)35
org.eclipse.php.internal.core.codeassist.strategies.GlobalTypesStrategy.addSelf(AbstractCompletionContext, ICompletionReporter)125
org.eclipse.php.internal.core.codeassist.strategies.GlobalTypesStrategy.apply(ICompletionReporter)59
org.eclipse.php.internal.core.codeassist.strategies.MethodNameStrategy.apply(ICompletionReporter)76
org.eclipse.php.internal.core.codeassist.strategies.NamespaceClassInstantiationStrategy.apply(ICompletionReporter)103
org.eclipse.php.internal.core.codeassist.strategies.NamespaceClassInstantiationStrategy.apply(ICompletionReporter)78
org.eclipse.php.internal.core.codeassist.strategies.NamespaceClassInstantiationStrategy.apply(ICompletionReporter)59
org.eclipse.php.internal.core.codeassist.strategies.NamespaceConstantsStrategy.apply(ICompletionReporter)64
org.eclipse.php.internal.core.codeassist.strategies.NamespaceFunctionsStrategy.apply(ICompletionReporter)60
org.eclipse.php.internal.core.codeassist.strategies.NamespacesStrategy.1.filter(IModelElement)35
org.eclipse.php.internal.core.codeassist.strategies.NamespaceTypesStrategy.getTypes(NamespaceMemberContext)70
org.eclipse.php.internal.core.codeassist.strategies.NonFinalClassesStrategy.NonFinalClassesFilter.filter(IModelElement)39
org.eclipse.php.internal.core.codeassist.strategies.NonFinalClassesStrategy.NonFinalClassesFilter.filter(IModelElement)39
org.eclipse.php.internal.core.includepath.IncludePathManager.1.processChildren(IModelElementDelta)115
org.eclipse.php.internal.core.includepath.IncludePathManager.getIncludePaths(IProject)138
org.eclipse.php.internal.core.typeinference.evaluators.AbstractMethodReturnTypeEvaluator.getMethods()63
org.eclipse.php.internal.core.typeinference.evaluators.AbstractMethodReturnTypeEvaluator.getMethods()44
org.eclipse.php.internal.core.typeinference.evaluators.ClassVariableDeclarationEvaluator.init()142
org.eclipse.php.internal.core.typeinference.evaluators.ConstantDeclarationEvaluator.init()97
org.eclipse.php.internal.core.typeinference.evaluators.ConstantDeclarationEvaluator.init()73
org.eclipse.php.internal.core.typeinference.evaluators.GlobalVariableReferencesEvaluator.init()86
org.eclipse.php.internal.core.typeinference.evaluators.MethodReturnTypeEvaluator.init()62
org.eclipse.php.internal.core.typeinference.evaluators.phpdoc.PHPDocClassVariableEvaluator.init()67
org.eclipse.php.internal.core.typeinference.PHPModelUtils.getDocBlock(IField)225
org.eclipse.php.internal.core.typeinference.PHPModelUtils.getDocBlock(IMethod)249
org.eclipse.php.internal.core.typeinference.PHPModelUtils.getDocBlock(IType)201
org.eclipse.php.internal.core.typeinference.PHPTypeInferenceUtils.internalGetModelElements(IEvaluatedType, ISourceModuleContext, int)159
org.eclipse.php.internal.core.typeinference.PHPTypeInferenceUtils.internalGetModelElements(IEvaluatedType, ISourceModuleContext, int)150

org.eclipse.core.runtime.FileLocator.find(Bundle, IPath, Map)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.core.language.LanguageModelInitializer.getContainerPath(IScriptProject, PHPVersion)110

org.eclipse.core.runtime.FileLocator.resolve(URL)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.core.language.LanguageModelInitializer.getContainerPath(IScriptProject, PHPVersion)111

org.eclipse.core.runtime.IAdapterManager.getAdapter(Object, Class)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.documentModel.dom.ElementImplForPhp.getAdapter(Class)41
org.eclipse.php.internal.core.documentModel.dom.TextImplForPhp.getAdapter(Class)48

org.eclipse.core.runtime.IPath.append(IPath)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.project.PHPNature.createFile(IPath, String)79
org.eclipse.php.internal.core.project.PHPNature.createFolder(IPath)177
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)195
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)195

org.eclipse.core.runtime.IPath.append(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.resolveVariablePath(String)242
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.resolveVariablePath(String)242

org.eclipse.core.runtime.IPath.equals(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.util.Util.indexOfEnclosingPath(IPath, IPath[], int)1209
org.eclipse.php.internal.core.ast.util.Util.indexOfMatchingPath(IPath, IPath[], int)1251
org.eclipse.php.internal.core.ast.util.Util.indexOfNestedPath(IPath, IPath[], int)1262
org.eclipse.php.internal.core.buildpath.BuildPathUtils.removeEntryFromBuildPath(IScriptProject, IBuildpathEntry)64
org.eclipse.php.internal.core.includepath.IncludePathManager.getIncludePaths(IProject)168
org.eclipse.php.internal.core.language.LanguageModelInitializer.enableLanguageModelFor(IScriptProject)170
org.eclipse.php.internal.core.language.LanguageModelInitializer.isLanguageModelElement(IModelElement)148

org.eclipse.core.runtime.IPath.hasTrailingSeparator()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.util.Util.relativePath(IPath, int)1751

org.eclipse.core.runtime.IPath.isEmpty()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.project.PHPNature.createFolder(IPath)176

org.eclipse.core.runtime.IPath.isPrefixOf(IPath)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.util.Util.indexOfEnclosingPath(IPath, IPath[], int)1210
org.eclipse.php.internal.core.ast.util.Util.indexOfNestedPath(IPath, IPath[], int)1263
org.eclipse.php.internal.core.buildpath.BuildPathUtils.isContainedInBuildpath(IPath, IScriptProject)107
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.isPathPrefix(IPath, IPath)160
org.eclipse.php.internal.core.includepath.IncludePathManager.isInIncludePath(IProject, IPath)317

org.eclipse.core.runtime.IPath.lastSegment()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.codeassist.PHPCompletionEngine.reportResource(IModelElement, IPath, String, SourceRange)350
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.isLastSegmantPrefix(IPath, IPath)164
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.isLastSegmantPrefix(IPath, IPath)165
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.visitEntry(IncludePath, String, ICompletionReporter, SourceRange, IScriptProject)81
org.eclipse.php.internal.core.filenetwork.FileNetworkUtility.internalBuildReferencingFilesTree(ReferenceTreeNode, Set, IProgressMonitor)106

org.eclipse.core.runtime.IPath.makeAbsolute()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.elementDecode(Element)132

org.eclipse.core.runtime.IPath.makeRelativeTo(IPath)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.addExternalEntries(ICompletionReporter, SourceRange, IScriptProject, Object, IPath, IPath)116
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.addInternalEntries(ICompletionReporter, SourceRange, Object, IPath, IPath)138
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.addInternalEntries(ICompletionReporter, SourceRange, Object, IPath, IPath)140

org.eclipse.core.runtime.IPath.removeFirstSegments(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)195
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)195

org.eclipse.core.runtime.IPath.removeLastSegments(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.visitEntry(IncludePath, String, ICompletionReporter, SourceRange, IScriptProject)80
org.eclipse.php.internal.core.project.PHPNature.createFile(IPath, String)77

org.eclipse.core.runtime.IPath.segment(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.language.LanguageModelInitializer.initialize(IPath, IScriptProject)87
org.eclipse.php.internal.core.util.IncludeStringHack.isHacked(IPath)66
org.eclipse.php.internal.core.util.IncludeStringHack.isHacked(IPath)66
org.eclipse.php.internal.core.util.PHPSearchEngine.searchInBuildpathEntry(String, IBuildpathEntry, IProject)106
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)193
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)193

org.eclipse.core.runtime.IPath.segmentCount()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.util.Util.indexOfEnclosingPath(IPath, IPath[], int)1211
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.addExternalEntries(ICompletionReporter, SourceRange, IScriptProject, Object, IPath, IPath)106
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.addInternalEntries(ICompletionReporter, SourceRange, Object, IPath, IPath)130
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.isPathPrefix(IPath, IPath)156
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.isPathPrefix(IPath, IPath)156
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.visitEntry(IncludePath, String, ICompletionReporter, SourceRange, IScriptProject)79
org.eclipse.php.internal.core.format.FormatPreferencesSupport.verifyValidity(IDocument)105
org.eclipse.php.internal.core.language.LanguageModelInitializer.initialize(IPath, IScriptProject)87
org.eclipse.php.internal.core.util.IncludeStringHack.isHacked(IPath)65
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)190
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)190

org.eclipse.core.runtime.IPath.segments()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.util.Util.relativePath(IPath, int)1752

org.eclipse.core.runtime.IPath.toFile()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.util.Util.getResourceContentsAsCharArray(IFile, String)1054
org.eclipse.php.internal.core.util.PHPSearchEngine.searchInBuildpathEntry(String, IBuildpathEntry, IProject)92
org.eclipse.php.internal.core.util.PHPSearchEngine.searchInBuildpathEntry(String, IBuildpathEntry, IProject)99

org.eclipse.core.runtime.IPath.toOSString()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.preferences.PreferencesPropagator.isProjectSpecific(IProject, String)177

org.eclipse.core.runtime.IPath.toString()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.buildpath.BuildPathUtils.isContainedInBuildpath(IPath, IScriptProject)107
org.eclipse.php.internal.core.buildpath.BuildPathUtils.isContainedInBuildpath(IPath, IScriptProject)107
org.eclipse.php.internal.core.codeassist.PHPCompletionEngine.reportResource(IModelElement, IPath, String, SourceRange)351
org.eclipse.php.internal.core.filenetwork.FileNetworkUtility.findSourceModule(ISourceModule, String)199
org.eclipse.php.internal.core.filenetwork.ReferenceTree.Node.toString(StringBuilder, int)93
org.eclipse.php.internal.core.filenetwork.ReferenceTree.Node.toString(StringBuilder, int)93
org.eclipse.php.internal.core.includepath.IncludePathManager.removeEntryFromIncludePath(IProject, IBuildpathEntry)256
org.eclipse.php.internal.core.includepath.IncludePathManager.removeEntryFromIncludePath(IProject, IBuildpathEntry)256
org.eclipse.php.internal.core.includepath.IncludePathManager.setIncludePath(IProject, IncludePath[])203
org.eclipse.php.internal.core.includepath.IncludePathManager.setIncludePath(IProject, IncludePath[])206
org.eclipse.php.internal.core.project.PHPNature.createFile(IPath, String)77

org.eclipse.core.runtime.IProgressMonitor.beginTask(String, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.ASTParser.createAST(IProgressMonitor)156
org.eclipse.php.internal.core.PHPCorePlugin.initializeAfterLoad(IProgressMonitor)297

org.eclipse.core.runtime.IProgressMonitor.done()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.ASTParser.createAST(IProgressMonitor)163
org.eclipse.php.internal.core.PHPCorePlugin.initializeAfterLoad(IProgressMonitor)326
org.eclipse.php.internal.core.PHPCorePlugin.initializeAfterLoad(IProgressMonitor)326

org.eclipse.core.runtime.IProgressMonitor.isCanceled()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.PHPCorePlugin.initializeAfterLoad(IProgressMonitor)318

org.eclipse.core.runtime.IProgressMonitor.subTask(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.PHPCorePlugin.initializeAfterLoad(IProgressMonitor)304

org.eclipse.core.runtime.IProgressMonitor.worked(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.ASTParser.createAST(IProgressMonitor)159
org.eclipse.php.internal.core.ast.nodes.ASTParser.createAST(IProgressMonitor)161

org.eclipse.core.runtime.ListenerList.add(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.PHPCorePlugin.addShutdownListener(IShutdownListener)181

org.eclipse.core.runtime.ListenerList.clear()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.PHPCorePlugin.stop(BundleContext)193

org.eclipse.core.runtime.ListenerList.getListeners()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.PHPCorePlugin.stop(BundleContext)189

org.eclipse.core.runtime.ListenerList.ListenerList()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.PHPCorePlugin.PHPCorePlugin()178

org.eclipse.core.runtime.NullProgressMonitor.NullProgressMonitor()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.ASTParser.createAST(IProgressMonitor)153
org.eclipse.php.internal.core.ast.nodes.TypeBinding.isSubTypeCompatible(ITypeBinding)562
org.eclipse.php.internal.core.PHPCorePlugin.modifyProject(IProject)175
org.eclipse.php.internal.core.typeinference.GlobalNamespace.searchGlobalElements(Collection, int)61
org.eclipse.php.internal.core.typeinference.PHPTypeInferenceUtils.getFunctions(String, int, IDLTKSearchScope)771
org.eclipse.php.internal.core.typeinference.PHPTypeInferenceUtils.getFunctions(String, int, IDLTKSearchScope)746

org.eclipse.core.runtime.Path.append(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.containers.ZipEntryStorage.getFullPath()83

org.eclipse.core.runtime.Path.fromOSString(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.core.language.LanguageModelInitializer.getContainerPath(IScriptProject, PHPVersion)112
org.eclipse.php.internal.core.util.PHPSearchEngine.searchExternalOrWorkspaceFile(File)166

org.eclipse.core.runtime.Path.getDevice()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)132
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)132
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)136
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)132
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)136
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)136
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)132
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)161
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)165
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)161
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)161
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)161
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)165
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)165

org.eclipse.core.runtime.Path.makeAbsolute()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.elementDecode(Element)135

org.eclipse.core.runtime.Path.Path(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.visitEntry(IncludePath, String, ICompletionReporter, SourceRange, IScriptProject)81
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.visitEntry(IncludePath, String, ICompletionReporter, SourceRange, IScriptProject)76
org.eclipse.php.internal.core.codeassist.strategies.IncludeStatementStrategy.visitEntry(IncludePath, String, ICompletionReporter, SourceRange, IScriptProject)78
org.eclipse.php.internal.core.containers.LocalFileStorage.getFullPath()82
org.eclipse.php.internal.core.containers.ZipEntryStorage.getFullPath()83
org.eclipse.php.internal.core.format.FormatPreferencesSupport.verifyValidity(IDocument)103
org.eclipse.php.internal.core.includepath.IncludePathManager.getIncludePaths(IProject)168
org.eclipse.php.internal.core.language.LanguageModelInitializer.getContainerPath(IScriptProject, PHPVersion)110
org.eclipse.php.internal.core.PHPToolkitUtil.getSourceModule(String)167
org.eclipse.php.internal.core.project.PHPNature.createFolder(String)164
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)127
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)126
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)155
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)156
org.eclipse.php.internal.core.util.FileUtils.resourceExists(String)40
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.elementDecode(Element)135
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)189
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.getIncludePathVariable(String)189
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.startUp()226
org.eclipse.php.internal.core.util.ProjectBackwardCompatibilityUtil.IncludePathVariableManager.startUp()226
org.eclipse.php.internal.core.validation.PHPTodoTaskValidator.getFile(String)186

org.eclipse.core.runtime.Path.segment(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)141
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)141
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)170
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)170

org.eclipse.core.runtime.Path.segmentCount()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)128
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)128
org.eclipse.php.internal.core.util.FileUtils.checkIfContainerOfFile(String, String)140
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)157
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)169
org.eclipse.php.internal.core.util.FileUtils.checkIfEqualFilePaths(String, String)157

org.eclipse.core.runtime.PlatformObject.PlatformObject()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.php.internal.core.containers.LocalFileStorage.LocalFileStorage(File)62
org.eclipse.php.internal.core.containers.ZipEntryStorage.ZipEntryStorage(ZipFile, ZipEntry)63

org.eclipse.core.runtime.SafeRunner.run(ISafeRunnable)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.getContentFomatter()278

org.eclipse.core.runtime.Status.Status(int, String, int, String, Throwable)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.TokenScanner.createError(int, String, Throwable)280
org.eclipse.php.internal.core.ast.util.Util.log(Throwable, String)1461
org.eclipse.php.internal.core.containers.LocalFileStorage.getContents()73
org.eclipse.php.internal.core.containers.ZipEntryStorage.getContents()75
org.eclipse.php.internal.core.Logger._log(int, String, Throwable)69
org.eclipse.php.internal.core.Logger._trace(String, String, Throwable)85
org.eclipse.php.internal.core.PHPCorePlugin.log(Throwable)212
org.eclipse.php.internal.core.PHPCorePlugin.logErrorMessage(String)216

org.eclipse.core.runtime.Status.Status(int, String, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.rewriteOperation(ASTNode, StructuralPropertyDescriptor, int)1247
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.visit(FormalParameter)2450
org.eclipse.php.internal.core.ast.util.Util.log(int, String)1474

org.eclipse.core.runtime.Status.toString()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.Logger._log(int, String, Throwable)73

org.eclipse.core.runtime.SubProgressMonitor.SubProgressMonitor(IProgressMonitor, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.PHPCorePlugin.initializeAfterLoad(IProgressMonitor)313

Back to reference summary for org.eclipse.php.core

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict