jar

org.netbeans.modules : org-netbeans-modules-php-editor

Maven & Gradle

May 23, 2023
10 usages
7 stars
Table Of Contents

Latest Version

Download org.netbeans.modules : org-netbeans-modules-php-editor JAR file - Latest Versions:

All Versions

Download org.netbeans.modules : org-netbeans-modules-php-editor JAR file - All Versions:

Version Vulnerabilities Size Updated
RELEASE180
RELEASE170
RELEASE160
RELEASE150
RELEASE140
RELEASE130
RELEASE126
RELEASE125
RELEASE124
RELEASE123
RELEASE122
RELEASE121
RELEASE120
RELEASE113
RELEASE112
RELEASE111
RELEASE110
RELEASE100

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org-netbeans-modules-php-editor-RELEASE180.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.netbeans.modules.php.editor.parser.api

├─ org.netbeans.modules.php.editor.parser.api.Utils.class - [JAR]

org.netbeans.modules.php.editor.parser.annotation

├─ org.netbeans.modules.php.editor.parser.annotation.CustomTypeAnnnotationLineParser.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.annotation.EditorAnnotationLineParser.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.annotation.LinkLineParser.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.annotation.LinkParsedLine.class - [JAR]

org.netbeans.modules.php.editor.elements

├─ org.netbeans.modules.php.editor.elements.BaseFunctionElementSupport.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.Bundle.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.CaseElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.ClassElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.ConstantElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.EmptyElement.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.EnumElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.FieldElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.FullyQualifiedElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.FunctionElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.IndexQueryImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.InterfaceElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.MethodElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.NamespaceElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.ParameterElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.PhpElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.TraitElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.TypeConstantElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.TypeElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.TypeNameResolverImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.TypeResolverImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.TypeTreeElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.elements.VariableElementImpl.class - [JAR]

org.netbeans.modules.php.editor.api.elements

├─ org.netbeans.modules.php.editor.api.elements.AbstractElementHandle.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.AliasedClass.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.AliasedConstant.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.AliasedElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.AliasedEnum.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.AliasedFunction.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.AliasedInterface.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.AliasedNamespace.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.AliasedTrait.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.AliasedType.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.BaseFunctionElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.ClassElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.ConstantElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.ElementFilter.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.ElementTransformation.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.EnumCaseElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.EnumElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.FieldElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.FullyQualifiedElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.FunctionElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.InterfaceElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.MethodElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.NamespaceElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.ParameterElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.PhpElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.TraitElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.TraitedElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.TreeElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.TypeConstantElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.TypeElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.TypeMemberElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.TypeNameResolver.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.TypeResolver.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.TypedInstanceElement.class - [JAR]

├─ org.netbeans.modules.php.editor.api.elements.VariableElement.class - [JAR]

org.netbeans.modules.php.editor.parser

├─ org.netbeans.modules.php.editor.parser.ASTPHP5Parser.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.ASTPHP5Scanner.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.ASTPHP5Symbols.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.Bundle.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable1.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable10.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable11.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable12.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable13.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable14.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable15.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable16.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable17.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable18.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable2.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable3.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable4.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable5.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable6.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable7.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable8.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.EncodedActionTable9.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.GSFPHPError.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.GSFPHPParser.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.PHP5ErrorHandler.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.PHP5ErrorHandlerImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.PHPDocCommentParser.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.PHPParseResult.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.PHPVarCommentParser.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.ParserErrorHandler.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.PhpAnnotationType.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.UnknownAnnotationLine.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.UnusedUsesCollector.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.Utils.class - [JAR]

org.netbeans.modules.php.editor.model

├─ org.netbeans.modules.php.editor.model.ArrowFunctionScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.CaseElement.class - [JAR]

├─ org.netbeans.modules.php.editor.model.ClassConstantElement.class - [JAR]

├─ org.netbeans.modules.php.editor.model.ClassMemberElement.class - [JAR]

├─ org.netbeans.modules.php.editor.model.ClassScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.CodeMarker.class - [JAR]

├─ org.netbeans.modules.php.editor.model.ConstantElement.class - [JAR]

├─ org.netbeans.modules.php.editor.model.EnumScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.FieldElement.class - [JAR]

├─ org.netbeans.modules.php.editor.model.FileScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.FindUsageSupport.class - [JAR]

├─ org.netbeans.modules.php.editor.model.FunctionScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.GroupUseScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.IncludeElement.class - [JAR]

├─ org.netbeans.modules.php.editor.model.IndexScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.InterfaceScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.MethodScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.Model.class - [JAR]

├─ org.netbeans.modules.php.editor.model.ModelElement.class - [JAR]

├─ org.netbeans.modules.php.editor.model.ModelFactory.class - [JAR]

├─ org.netbeans.modules.php.editor.model.ModelUtils.class - [JAR]

├─ org.netbeans.modules.php.editor.model.NamespaceScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.Occurence.class - [JAR]

├─ org.netbeans.modules.php.editor.model.OccurencesSupport.class - [JAR]

├─ org.netbeans.modules.php.editor.model.OccurrenceHighlighter.class - [JAR]

├─ org.netbeans.modules.php.editor.model.Parameter.class - [JAR]

├─ org.netbeans.modules.php.editor.model.ParameterInfoSupport.class - [JAR]

├─ org.netbeans.modules.php.editor.model.Scope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.TraitScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.TraitedScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.TypeAssignments.class - [JAR]

├─ org.netbeans.modules.php.editor.model.TypeScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.UseAliasElement.class - [JAR]

├─ org.netbeans.modules.php.editor.model.UseScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.VariableName.class - [JAR]

├─ org.netbeans.modules.php.editor.model.VariableScope.class - [JAR]

├─ org.netbeans.modules.php.editor.model.VariableScopeFinder.class - [JAR]

org.netbeans.modules.php.editor.csl

├─ org.netbeans.modules.php.editor.csl.Bundle.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.DeclarationFinderImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.FoldingScanner.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.InstantRenamerImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.NavigatorScanner.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.OccurrencesFinderImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.OverridingMethodsImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.PHPBracketCompleter.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.PHPFoldingProvider.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.PHPLanguage.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.PHPTypeSearcher.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.PhpStructureScanner.class - [JAR]

├─ org.netbeans.modules.php.editor.csl.SemanticAnalysis.class - [JAR]

org.netbeans.modules.php.editor.typinghooks

├─ org.netbeans.modules.php.editor.typinghooks.PhpCamelCaseInterceptor.class - [JAR]

├─ org.netbeans.modules.php.editor.typinghooks.PhpCommentGenerator.class - [JAR]

├─ org.netbeans.modules.php.editor.typinghooks.PhpDeletedTextInterceptor.class - [JAR]

├─ org.netbeans.modules.php.editor.typinghooks.PhpTypedBreakInterceptor.class - [JAR]

├─ org.netbeans.modules.php.editor.typinghooks.PhpTypedTextInterceptor.class - [JAR]

├─ org.netbeans.modules.php.editor.typinghooks.TypingHooksUtils.class - [JAR]

org.netbeans.modules.php.editor.codegen

├─ org.netbeans.modules.php.editor.codegen.ASTNodeUtilities.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.CGSGenerator.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.CGSInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.CodegenUtils.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ComboBoxModelElement.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ConnectionGenerator.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.DatabaseURL.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.InvocationContextResolver.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.MethodProperty.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.PHPCodeTemplateProcessor.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.Property.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.SelectedPropertyMethodsCreator.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.SemiAttribute.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.SinglePropertyMethodCreator.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.TableGenerator.class - [JAR]

org.netbeans.modules.php.editor.options

├─ org.netbeans.modules.php.editor.options.CodeCompletionPanel.class - [JAR]

├─ org.netbeans.modules.php.editor.options.MarkOccurencesOptionsPanelController.class - [JAR]

├─ org.netbeans.modules.php.editor.options.MarkOccurencesPanel.class - [JAR]

├─ org.netbeans.modules.php.editor.options.MarkOccurencesSettings.class - [JAR]

├─ org.netbeans.modules.php.editor.options.OptionsUtils.class - [JAR]

org.netbeans.modules.php.editor.model.impl

├─ org.netbeans.modules.php.editor.model.impl.ArrowFunctionScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.AssignmentImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.CaseElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.ClassConstantElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.ClassScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.CodeMarkerBuilder.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.CodeMarkerImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.ConstantElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.EditorSupportImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.EnumScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.FieldAssignmentImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.FieldElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.FileScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.FunctionScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.GroupUseScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.IncludeElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.InterfaceScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.LazyBuild.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.MethodScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.ModelBuilder.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.ModelElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.ModelVisitor.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.NamespaceScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.OccurenceBuilder.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.ParameterImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.ScalarConstantElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.ScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.TraitScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.Type.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.TypeScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.UseAliasElementImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.UseScopeImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.VarAssignmentImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.VariableNameFactory.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.VariableNameImpl.class - [JAR]

├─ org.netbeans.modules.php.editor.model.impl.VariousUtils.class - [JAR]

org.netbeans.modules.php.editor.model.nodes

├─ org.netbeans.modules.php.editor.model.nodes.ASTNodeInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.ASTNodeInfoUtils.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.ArrowFunctionDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.Bundle.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.CaseDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.ClassConstantDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.ClassDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.ClassInstanceCreationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.ConstantDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.EnumDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.FormalParameterInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.FunctionDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.GroupUseStatementPartInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.IncludeInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.InterfaceDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.LambdaFunctionDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.MagicMethodDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.MethodDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.NamespaceDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.PhpDocTypeTagInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.SingleFieldDeclarationInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.SingleUseStatementPartInfo.class - [JAR]

├─ org.netbeans.modules.php.editor.model.nodes.TraitDeclarationInfo.class - [JAR]

org.netbeans.modules.php.editor.nav.hierarchy

├─ org.netbeans.modules.php.editor.nav.hierarchy.Bundle.class - [JAR]

├─ org.netbeans.modules.php.editor.nav.hierarchy.ClassHierarchyPanel.class - [JAR]

├─ org.netbeans.modules.php.editor.nav.hierarchy.PhpHierarchyTopComponent.class - [JAR]

├─ org.netbeans.modules.php.editor.nav.hierarchy.ShowPhpClassHierarchyAction.class - [JAR]

org.netbeans.modules.php.editor.codegen.ui

├─ org.netbeans.modules.php.editor.codegen.ui.CheckBoxTreeRenderer.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.CheckListener.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.CheckNode.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.CheckRenderer.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.ConstructorPanel.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.ErrorLabel.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.MethodPanel.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.NodeSelectionListener.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.ProgressPanel.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.Selectable.class - [JAR]

├─ org.netbeans.modules.php.editor.codegen.ui.TableGeneratorPanel.class - [JAR]

org.netbeans.modules.php.editor.indent

├─ org.netbeans.modules.php.editor.indent.CodeStyle.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.FmtOptions.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.FormatToken.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.FormatVisitor.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.IndentUtils.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.IndentationCounter.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.PHPFormatter.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.TokenFormatter.class - [JAR]

org.netbeans.modules.php.editor.parser.astnodes.visitors

├─ org.netbeans.modules.php.editor.parser.astnodes.visitors.DefaultTreePathVisitor.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.visitors.DefaultVisitor.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.visitors.PhpElementVisitor.class - [JAR]

org.netbeans.modules.php.editor.lexer

├─ org.netbeans.modules.php.editor.lexer.DocumentorColoringScanner.class - [JAR]

├─ org.netbeans.modules.php.editor.lexer.GSFPHPLexer.class - [JAR]

├─ org.netbeans.modules.php.editor.lexer.LexUtilities.class - [JAR]

├─ org.netbeans.modules.php.editor.lexer.PHP5ColoringLexer.class - [JAR]

├─ org.netbeans.modules.php.editor.lexer.PHPDocCommentLexer.class - [JAR]

├─ org.netbeans.modules.php.editor.lexer.PHPDocCommentTokenId.class - [JAR]

├─ org.netbeans.modules.php.editor.lexer.PHPTokenId.class - [JAR]

├─ org.netbeans.modules.php.editor.lexer.PHPTopLexer.class - [JAR]

├─ org.netbeans.modules.php.editor.lexer.PHPTopTokenId.class - [JAR]

org.netbeans.modules.php.editor.palette

├─ org.netbeans.modules.php.editor.palette.PHPPaletteActions.class - [JAR]

├─ org.netbeans.modules.php.editor.palette.PHPPaletteCustomizerAction.class - [JAR]

├─ org.netbeans.modules.php.editor.palette.PHPPaletteFactory.class - [JAR]

org.netbeans.modules.php.editor.sql.ui

├─ org.netbeans.modules.php.editor.sql.ui.SelectConnectionPanel.class - [JAR]

org.netbeans.modules.php.editor

├─ org.netbeans.modules.php.editor.Cache.class - [JAR]

├─ org.netbeans.modules.php.editor.CodeUtils.class - [JAR]

├─ org.netbeans.modules.php.editor.NamespaceIndexFilter.class - [JAR]

├─ org.netbeans.modules.php.editor.NavUtils.class - [JAR]

├─ org.netbeans.modules.php.editor.PHPBracesMatcher.class - [JAR]

├─ org.netbeans.modules.php.editor.PHPBracesMatcherFactory.class - [JAR]

├─ org.netbeans.modules.php.editor.PHPCodeTemplateFilter.class - [JAR]

├─ org.netbeans.modules.php.editor.PhpEmbeddingProvider.class - [JAR]

├─ org.netbeans.modules.php.editor.PredefinedSymbols.class - [JAR]

org.netbeans.modules.php.editor.indent.ui

├─ org.netbeans.modules.php.editor.indent.ui.FmtAlignment.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.ui.FmtBlankLines.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.ui.FmtBraces.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.ui.FmtSpaces.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.ui.FmtTabsIndents.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.ui.FmtUses.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.ui.FmtWrapping.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.ui.NumericKeyListener.class - [JAR]

├─ org.netbeans.modules.php.editor.indent.ui.Utils.class - [JAR]

org.netbeans.modules.php.editor.parser.astnodes

├─ org.netbeans.modules.php.editor.parser.astnodes.ASTError.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ASTErrorExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ASTNode.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.AnonymousObjectVariable.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ArrayAccess.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ArrayCreation.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ArrayDimension.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ArrayElement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ArrowFunctionDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Assignment.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Attribute.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.AttributeDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Attributed.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.BackTickExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Block.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.BodyDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.BreakStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.CaseDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.CastExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.CatchClause.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ClassDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ClassInstanceCreation.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ClassName.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.CloneExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Comment.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ConditionalExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ConstantDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ContinueStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.DeclareStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.DereferencableVariable.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.DereferencedArrayAccess.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Dispatch.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.DoStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.EchoStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.EmptyStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.EnumDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Expression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ExpressionArrayAccess.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ExpressionStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.FieldAccess.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.FieldsDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.FinallyClause.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ForEachStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ForStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.FormalParameter.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.FunctionDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.FunctionInvocation.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.FunctionName.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.GlobalStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.GotoLabel.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.GotoStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.GroupUseStatementPart.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.HaltCompiler.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Identifier.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.IfStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.IgnoreError.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.InLineHtml.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Include.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.InfixExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.InstanceOfExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.InterfaceDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.IntersectionType.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.LambdaFunctionDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ListVariable.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.MatchArm.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.MatchExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.MethodDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.MethodInvocation.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.NamedArgument.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.NamespaceDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.NamespaceName.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.NullableType.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PHPDocBlock.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PHPDocMethodTag.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PHPDocNode.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PHPDocStaticAccessType.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PHPDocTag.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PHPDocTypeNode.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PHPDocTypeTag.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PHPDocVarTypeTag.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PHPVarComment.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ParenthesisExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PostfixExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.PrefixExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Program.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Quote.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Reference.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ReflectionVariable.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ReturnStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Scalar.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.SimpleASTNode.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.SingleFieldDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.SingleUseStatementPart.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Statement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.StaticConstantAccess.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.StaticDispatch.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.StaticFieldAccess.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.StaticMethodInvocation.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.StaticStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.SwitchCase.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.SwitchStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.ThrowExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.TraitConflictResolutionDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.TraitDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.TraitMethodAliasDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.TryStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.TypeDeclaration.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.UnaryOperation.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.UnionType.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.UnpackableArrayElement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.UseStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.UseStatementPart.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.UseTraitStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.UseTraitStatementPart.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Variable.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.VariableBase.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Variadic.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.Visitor.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.WhileStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.YieldExpression.class - [JAR]

├─ org.netbeans.modules.php.editor.parser.astnodes.YieldFromExpression.class - [JAR]

org.netbeans.modules.php.editor.sql

├─ org.netbeans.modules.php.editor.sql.DatabaseConnectionSupport.class - [JAR]

├─ org.netbeans.modules.php.editor.sql.PHPSQLCompletion.class - [JAR]

├─ org.netbeans.modules.php.editor.sql.PHPSQLStatement.class - [JAR]

├─ org.netbeans.modules.php.editor.sql.SelectConnectionAction.class - [JAR]

├─ org.netbeans.modules.php.editor.sql.SelectConnectionItem.class - [JAR]

org.netbeans.modules.php.editor.index

├─ org.netbeans.modules.php.editor.index.Bundle.class - [JAR]

├─ org.netbeans.modules.php.editor.index.Element.class - [JAR]

├─ org.netbeans.modules.php.editor.index.IdentifierSignature.class - [JAR]

├─ org.netbeans.modules.php.editor.index.IdentifierSignatureFactory.class - [JAR]

├─ org.netbeans.modules.php.editor.index.PHPDOCTagElement.class - [JAR]

├─ org.netbeans.modules.php.editor.index.PHPElement.class - [JAR]

├─ org.netbeans.modules.php.editor.index.PHPIndexer.class - [JAR]

├─ org.netbeans.modules.php.editor.index.PredefinedSymbolElement.class - [JAR]

├─ org.netbeans.modules.php.editor.index.Signature.class - [JAR]

org.netbeans.modules.php.editor.api

├─ org.netbeans.modules.php.editor.api.AbstractElementQuery.class - [JAR]

├─ org.netbeans.modules.php.editor.api.AliasedName.class - [JAR]

├─ org.netbeans.modules.php.editor.api.ElementQuery.class - [JAR]

├─ org.netbeans.modules.php.editor.api.ElementQueryFactory.class - [JAR]

├─ org.netbeans.modules.php.editor.api.FileElementQuery.class - [JAR]

├─ org.netbeans.modules.php.editor.api.NameKind.class - [JAR]

├─ org.netbeans.modules.php.editor.api.PhpElementKind.class - [JAR]

├─ org.netbeans.modules.php.editor.api.PhpModifiers.class - [JAR]

├─ org.netbeans.modules.php.editor.api.QualifiedName.class - [JAR]

├─ org.netbeans.modules.php.editor.api.QualifiedNameKind.class - [JAR]

├─ org.netbeans.modules.php.editor.api.QuerySupportFactory.class - [JAR]

org.netbeans.modules.php.editor.completion

├─ org.netbeans.modules.php.editor.completion.Bundle.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.CCDocHtmlFormatter.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.CompletionContextFinder.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.DocRenderer.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.FSCompletion.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.LatteControlCompletionProvider.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.LatteUtils.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.LatteVariableCompletionProvider.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.PHPCodeCompletion.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.PHPCompletionItem.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.PHPCompletionResult.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.PHPDOCCodeCompletion.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.PhpElementCompletionItem.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.PhpMethodCompletionProvider.class - [JAR]

├─ org.netbeans.modules.php.editor.completion.PhpTypeCompletionProviderWrapper.class - [JAR]

org.netbeans.modules.php.editor.verification

├─ org.netbeans.modules.php.editor.verification.AbstractClassInstantiationHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.AccidentalAssignmentCustomizer.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.AccidentalAssignmentHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.AddUseImportSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.AmbiguousComparisonHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ArrayDimensionSyntaxSuggestionHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ArraySyntaxSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ArrowFunctionSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.AssignVariableSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.BracesHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.Bundle.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.CaretSensitiveRule.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ClassLinesCustomizer.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.CombinedAssignmentOperatorSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ConstantRedeclarationHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ConvertVisibilitySuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.CustomisableRule.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.DeclareStrictTypesSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.EmptyGroupUseHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.EmptyStatementHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ErrorControlOperatorHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ErrorRule.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.FieldRedeclarationHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.FinalModifierHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.FunctionLinesCustomizer.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.HintErrorRule.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.HintRule.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.HintsAdvancedOption.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.IdenticalComparisonSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ImmutableVariablesCustomizer.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ImmutableVariablesHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ImplementAbstractMethodsHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.IncorrectConstructorPropertyPromotionHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.IncorrectEnumHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.IncorrectListUnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.IncorrectMixedGroupUseHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.IncorrectNamedArgumentsHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.IncorrectNonAbstractMethodHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.InitializeFieldSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.InterfaceLinesCustomizer.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.IntroduceSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.InvokableRule.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.LoopOnlyKeywordsUnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.MethodRedeclarationHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ModifiersCheckHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.NestedBlocksHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.NestedHintsCustomizer.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP53UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP54UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP55UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP56UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP70UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP71UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP72UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP73UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP74UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP80UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHP81UnhandledError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHPHintsProvider.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PHPRuleContext.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PSR0Hint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PSR1Hint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.PSR4Hint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ParentConstructorCallHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.ReturnTypeHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.SuggestionRule.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.SuperglobalsHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.TooManyLinesHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.TooManyReturnStatementsHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.TraitLinesCustomizer.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.TypeRedeclarationHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.UnhandledErrorRule.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.UninitializedVariableCustomizer.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.UninitializedVariableHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.UnnecessaryClosingDelimiterHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.UnreachableStatementHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.UnusableTypesHintError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.UnusedUsesHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.UnusedVariableCustomizer.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.UnusedVariableHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.VarDocSuggestion.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.VerificationError.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.VerificationUtils.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.WrongOrderOfArgsHint.class - [JAR]

├─ org.netbeans.modules.php.editor.verification.WrongParamNameHint.class - [JAR]

org.netbeans.modules.php.editor.actions

├─ org.netbeans.modules.php.editor.actions.Bundle.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.FastImportAction.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.FixDuplicateImportStmts.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.FixUsesAction.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.FixUsesPerformer.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.IconsUtils.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.ImportData.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.ImportDataCreator.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.ImportModulePanel.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.InsertSemicolonAction.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.PopupUtil.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.ToggleBlockCommentAction.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.UsedNamesCollector.class - [JAR]

├─ org.netbeans.modules.php.editor.actions.UsedNamespaceName.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Mar 08, 2023
4 usages
1.2k stars
Aug 25, 2023
6 usages
5 stars
Oct 16, 2021
3 usages
0 stars
Mar 01, 2023
6 usages
2.3k stars
Jun 05, 2021
2 usages
56 stars
Nov 14, 2022
6 usages
Jan 22, 2017
2 usages
0 stars
Mar 29, 2018
2 usages
0 stars
Jun 24, 2023
4 usages
19.4k stars
Jan 04, 2018
110 usages
36 stars