Fields from org.eclipse.wst.jsdt.core used by org.eclipse.wst.jsdt.ui

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

Reference Details

org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration.BODY_DECLARATIONS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.AddCustomConstructorOperation.run(IProgressMonitor)183
org.eclipse.wst.jsdt.internal.corext.codemanipulation.AddDelegateMethodsOperation.run(IProgressMonitor)169
org.eclipse.wst.jsdt.internal.corext.codemanipulation.AddGetterSetterOperation.run(IProgressMonitor)300
org.eclipse.wst.jsdt.internal.corext.codemanipulation.AddUnimplementedConstructorsOperation.run(IProgressMonitor)200
org.eclipse.wst.jsdt.internal.corext.codemanipulation.AddUnimplementedMethodsOperation.run(IProgressMonitor)174
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.getBodyDeclarationsProperty(ASTNode)294
org.eclipse.wst.jsdt.internal.corext.dom.VariableDeclarationRewrite.rewriteModifiers(FieldDeclaration, VariableDeclarationFragment[], int, int, ASTRewrite, TextEditGroup)62
org.eclipse.wst.jsdt.internal.corext.refactoring.code.IntroduceIndirectionRefactoring.typeToBodyDeclarationProperty(IType, JavaScriptUnit)1167
org.eclipse.wst.jsdt.internal.corext.refactoring.code.PromoteTempToFieldRefactoring.getBodyDeclarationListOfDeclaringType()489
org.eclipse.wst.jsdt.internal.corext.refactoring.delegates.DelegateCreator.getTypeBodyDeclarationsProperty()455
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyMemberToDestination(IMember, CompilationUnitRewrite, JavaScriptUnit, JavaScriptUnit, BodyDeclaration)2900
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyMemberToDestination(IMember, CompilationUnitRewrite, JavaScriptUnit, JavaScriptUnit, BodyDeclaration)2900
org.eclipse.wst.jsdt.internal.corext.refactoring.sef.SelfEncapsulateFieldRefactoring.getBodyDeclarationsProperty(ASTNode)593
org.eclipse.wst.jsdt.internal.ui.text.correction.UnimplementedMethodsCompletionProposal.getRewrite()65
org.eclipse.wst.jsdt.internal.ui.text.java.OverrideCompletionProposal.updateReplacementString(IDocument, char, int, ImportRewrite)111

org.eclipse.wst.jsdt.core.dom.ArrayAccess.INDEX_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.1.visitNode(ASTNode)403

org.eclipse.wst.jsdt.core.dom.AssertStatement.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding(ASTNode)274

org.eclipse.wst.jsdt.core.dom.Assignment.LEFT_HAND_SIDE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.CodeStyleFix.CodeStyleVisitor.handleVariable(SimpleName, IVariableBinding)174
org.eclipse.wst.jsdt.internal.corext.fix.CodeStyleFix.CodeStyleVisitor.handleVariable(SimpleName, IVariableBinding)174
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.1.visitNode(ASTNode)419
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseLocalVariableProposals(IInvocationContext, ASTNode, Collection)1827
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getJoinVariableProposals(IInvocationContext, ASTNode, Collection)295
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getJoinVariableProposals(IInvocationContext, ASTNode, Collection)334

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.StubUtility2.createConstructorStub(IJavaScriptUnit, ASTRewrite, ImportRewrite, ITypeBinding, AST, IFunctionBinding, IVariableBinding[], int, CodeGenerationSettings)226
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.validateUpdaters(ForStatement)348
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ConvertAnonymousToNestedRefactoring.newFieldAssignment(AST, SimpleName, Expression, boolean)907
org.eclipse.wst.jsdt.internal.corext.refactoring.code.flow.FlowAnalyzer.endVisit(Assignment)421
org.eclipse.wst.jsdt.internal.corext.refactoring.sef.AccessAnalyzer.visit(Assignment)133
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1733
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getAssignedValue(ModifierCorrectionSubProcessorProposalParameter)998

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.BIT_AND_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)338
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseLocalVariableProposals(IInvocationContext, ASTNode, Collection)1864
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseLocalVariableProposals(IInvocationContext, ASTNode, Collection)1874

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.BIT_OR_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)341
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseLocalVariableProposals(IInvocationContext, ASTNode, Collection)1870
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseLocalVariableProposals(IInvocationContext, ASTNode, Collection)1868

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.BIT_XOR_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)344

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.DIVIDE_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)335

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.LEFT_SHIFT_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)350

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.MINUS_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)329

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.PLUS_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)326
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.validateUpdaters(ForStatement)346
org.eclipse.wst.jsdt.internal.corext.refactoring.generics.InferTypeArgumentsConstraintCreator.endVisit(Assignment)243

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.REMAINDER_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)347

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.RIGHT_SHIFT_SIGNED_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)353

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.RIGHT_SHIFT_UNSIGNED_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)356

org.eclipse.wst.jsdt.core.dom.Assignment.Operator.TIMES_ASSIGN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)332

org.eclipse.wst.jsdt.core.dom.Assignment.RIGHT_HAND_SIDE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1983
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1714
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1686

org.eclipse.wst.jsdt.core.dom.Block.STATEMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.StatementRewrite.handleOneMany(ASTNode[], TextEditGroup)40
org.eclipse.wst.jsdt.internal.corext.dom.VariableDeclarationRewrite.rewriteModifiers(VariableDeclarationStatement, VariableDeclarationFragment[], int, int, ASTRewrite, TextEditGroup)113
org.eclipse.wst.jsdt.internal.corext.fix.ConvertIterableLoopOperation.convert(CompilationUnitRewrite, TextEditGroup, LinkedProposalModel)252
org.eclipse.wst.jsdt.internal.corext.fix.UnusedCodeFix.RemoveUnusedMemberOperation.splitUpDeclarations(ASTRewrite, TextEditGroup, VariableDeclarationFragment, ASTNode, VariableDeclarationStatement)314
org.eclipse.wst.jsdt.internal.corext.fix.UnusedCodeFix.RemoveUnusedMemberOperation.splitUpDeclarations(ASTRewrite, TextEditGroup, VariableDeclarationFragment, ASTNode, VariableDeclarationStatement)314
org.eclipse.wst.jsdt.internal.corext.refactoring.code.CallInliner.initializeInsertionPoint(int)853
org.eclipse.wst.jsdt.internal.corext.refactoring.code.CallInliner.initializeInsertionPoint(int)807
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractMethodRefactoring.createMethodBody(FunctionDeclaration, ASTNode[], TextEditGroup)860
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)704
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)695
org.eclipse.wst.jsdt.internal.corext.refactoring.code.PromoteTempToFieldRefactoring.addFieldInitializationToConstructor(ASTRewrite, FunctionDeclaration)618
org.eclipse.wst.jsdt.internal.corext.refactoring.code.PromoteTempToFieldRefactoring.addLocalDeclarationSplit(ASTRewrite)733
org.eclipse.wst.jsdt.internal.corext.refactoring.code.PromoteTempToFieldRefactoring.addLocalDeclarationSplit(ASTRewrite)712
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.addExplicitSuperConstructorCall(FunctionDeclaration, CompilationUnitRewrite)1389
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.setEnclosingInstanceFieldInConstructor(ASTRewrite, FunctionDeclaration)1402
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.setEnclosingInstanceFieldInConstructor(ASTRewrite, FunctionDeclaration)1414
org.eclipse.wst.jsdt.internal.corext.refactoring.surround.SurroundWithTryCatchRefactoring.createTryCatchStatement(IDocument)238
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getCastAndAssignIfStatementProposals(IInvocationContext, ASTNode, Collection)1429
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getCastAndAssignIfStatementProposals(IInvocationContext, ASTNode, Collection)1425
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1742
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1692
org.eclipse.wst.jsdt.internal.ui.text.correction.AssignToVariableAssistProposal.doAddField()214
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.getUnnecessaryElseProposals(IInvocationContext, IProblemLocation, Collection)759
org.eclipse.wst.jsdt.internal.ui.text.correction.MissingReturnTypeCorrectionProposal.getRewrite()111
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getCopyOfInner(ASTRewrite, ASTNode, boolean)759
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.removeCatchBlock(ASTRewrite, CatchClause)681
org.eclipse.wst.jsdt.internal.ui.text.correction.SurroundWith.getListRewrite(ASTNode, ASTRewrite)545
org.eclipse.wst.jsdt.internal.ui.text.correction.SurroundWith.getRewrite()235
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()124

org.eclipse.wst.jsdt.core.dom.CatchClause.EXCEPTION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.NewCUCompletionUsingWizardProposal.getPossibleSuperTypeBinding(ASTNode)305

org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation.ANONYMOUS_CLASS_DECLARATION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.refactoring.code.ExtractMethodInputPage.getLabel(ASTNode)233

org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation.ARGUMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.StubUtility.getBaseNameFromLocationInParent(IJavaScriptProject, Expression)1112
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1770
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1770
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.insertExpressionAsParameter(ClassInstanceCreation, ASTRewrite, IJavaScriptUnit, TextEditGroup)1213
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1993

org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.SourceProvider.updateImplicitReceivers(ASTRewrite, CallContext)412
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.TypeReferenceQualifier.visit(ClassInstanceCreation)252
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.TypeReferenceQualifier.visit(ClassInstanceCreation)252

org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation.TYPE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ScopeAnalyzer.getQualifier(SimpleName)365
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.createRawTypeReferenceOperations(JavaScriptUnit, IProblemLocation[], List)310
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ConvertAnonymousToNestedRefactoring.getAnonymousInnerClass(ASTNode)300
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.checkSelection(IProgressMonitor)593
org.eclipse.wst.jsdt.internal.corext.refactoring.code.IntroduceFactoryRefactoring.getTargetNode(IJavaScriptUnit, int, int)267
org.eclipse.wst.jsdt.internal.corext.refactoring.RefactoringAvailabilityTester.isIntroduceFactoryAvailable(JavaTextSelection)652
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.DeprecatedMemberHighlighting.getMethodBinding(SemanticToken)1037
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.DeprecatedMemberHighlighting.getMethodBinding(SemanticToken)1037
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodHighlighting.getMethodBinding(SemanticToken)744
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodHighlighting.getMethodBinding(SemanticToken)744
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getConvertAnonymousToNestedProposal(IInvocationContext, ASTNode, Collection)255

org.eclipse.wst.jsdt.core.dom.ConditionalExpression.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1994

org.eclipse.wst.jsdt.core.dom.ConstructorInvocation.ARGUMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.StubUtility.getBaseNameFromLocationInParent(IJavaScriptProject, Expression)1126
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1773
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1773
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.setEnclosingInstanceFieldInConstructor(ASTRewrite, FunctionDeclaration)1406
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1990

org.eclipse.wst.jsdt.core.dom.ConstructorInvocation.TYPE_ARGUMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.Invocations.getTypeArgumentsProperty(Expression)97

org.eclipse.wst.jsdt.core.dom.DoStatement.BODY_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.isControlStatementBody(StructuralPropertyDescriptor)378
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(DoStatement)67
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(DoStatement)68
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(DoStatement)68
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(DoStatement)64
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(DoStatement)64
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(DoStatement)67
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)453
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)454
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)361
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)361
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)690
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)979

org.eclipse.wst.jsdt.core.dom.DoStatement.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1986

org.eclipse.wst.jsdt.core.dom.EnhancedForStatement.BODY_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.isControlStatementBody(StructuralPropertyDescriptor)376
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(EnhancedForStatement)101
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(EnhancedForStatement)102
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(EnhancedForStatement)102
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(EnhancedForStatement)98
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(EnhancedForStatement)101
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(EnhancedForStatement)98
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)448
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)449
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)359
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)359
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)689

org.eclipse.wst.jsdt.core.dom.EnhancedForStatement.PARAMETER_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.UnusedCodeFix.isFormalParameterInEnhancedForStatement(SimpleName)613

org.eclipse.wst.jsdt.core.dom.ExpressionStatement.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1687
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getJoinVariableProposals(IInvocationContext, ASTNode, Collection)339

org.eclipse.wst.jsdt.core.dom.FieldAccess.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.SourceProvider.updateImplicitReceivers(ASTRewrite, CallContext)417
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveStaticMemberAnalyzer.rewrite(FieldAccess, ITypeBinding)95

org.eclipse.wst.jsdt.core.dom.FieldAccess.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractConstantRefactoring.checkExpression()372
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.checkExpression()425
org.eclipse.wst.jsdt.internal.corext.refactoring.code.IntroduceParameterRefactoring.checkExpression()340
org.eclipse.wst.jsdt.internal.corext.refactoring.generics.InferTypeArgumentsConstraintCreator.getSimpleNameReceiver(SimpleName)180
org.eclipse.wst.jsdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.getVariableProposals(IInvocationContext, IProblemLocation, IVariableBinding, Collection)131

org.eclipse.wst.jsdt.core.dom.FieldDeclaration.FRAGMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.VariableDeclarationRewrite.rewriteModifiers(FieldDeclaration, VariableDeclarationFragment[], int, int, ASTRewrite, TextEditGroup)96
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.createFieldDeclaration(CompilationUnitRewrite, ASTRewrite, AbstractTypeDeclaration, VariableDeclarationFragment)440
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.IncomingMemberVisibilityAdjustment.rewriteVisibility(MemberVisibilityAdjustor, ASTRewrite, JavaScriptUnit, CategorizedTextEditGroup, RefactoringStatus)188
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.IncomingMemberVisibilityAdjustment.rewriteVisibility(MemberVisibilityAdjustor, ASTRewrite, JavaScriptUnit, CategorizedTextEditGroup, RefactoringStatus)188

org.eclipse.wst.jsdt.core.dom.FieldDeclaration.JAVADOC_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.delegates.DelegateFieldCreator.getJavaDocProperty()71

org.eclipse.wst.jsdt.core.dom.FieldDeclaration.MODIFIERS2_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ModifierRewrite.evaluateListRewrite(ASTRewrite, ASTNode)55
org.eclipse.wst.jsdt.internal.corext.dom.VariableDeclarationRewrite.rewriteModifiers(FieldDeclaration, VariableDeclarationFragment[], int, int, ASTRewrite, TextEditGroup)70

org.eclipse.wst.jsdt.core.dom.FieldDeclaration.TYPE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getRawReference(SimpleName, JavaScriptUnit)390
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()114

org.eclipse.wst.jsdt.core.dom.ForInStatement.BODY_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.isControlStatementBody(StructuralPropertyDescriptor)375
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)443
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)444
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)688
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)972

org.eclipse.wst.jsdt.core.dom.ForStatement.BODY_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.isControlStatementBody(StructuralPropertyDescriptor)374
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(ForStatement)85
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(ForStatement)85
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(ForStatement)81
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(ForStatement)84
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(ForStatement)81
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(ForStatement)84
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)438
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)439
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)357
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)357
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)687
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseIfIntoContinueInLoopsProposals(IInvocationContext, ASTNode, Collection)388
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)965

org.eclipse.wst.jsdt.core.dom.ForStatement.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1988
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getEnclosingForStatementHeader(ASTNode)1256

org.eclipse.wst.jsdt.core.dom.ForStatement.INITIALIZERS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.InlineTempRefactoring.checkSelection(VariableDeclaration)212
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getEnclosingForStatementHeader(ASTNode)1257

org.eclipse.wst.jsdt.core.dom.ForStatement.UPDATERS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ConvertIterableLoopOperation.satisfiesPreconditions()345
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getEnclosingForStatementHeader(ASTNode)1258

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.BODY_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.delegates.DelegateMethodCreator.getBodyProperty()86
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.addAbstractMethodProposals(IInvocationContext, IProblemLocation, Collection)469
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.addMethodRequiresBodyProposals(IInvocationContext, IProblemLocation, Collection)590
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.addNativeMethodProposals(IInvocationContext, IProblemLocation, Collection)530

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.CONSTRUCTOR_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.ReturnTypeSubProcessor.addMethodWithConstrNameProposals(IInvocationContext, IProblemLocation, Collection)108
org.eclipse.wst.jsdt.internal.ui.text.correction.ReturnTypeSubProcessor.addMissingReturnTypeProposals(IInvocationContext, IProblemLocation, Collection)227
org.eclipse.wst.jsdt.internal.ui.text.correction.ReturnTypeSubProcessor.addVoidMethodReturnsProposals(IInvocationContext, IProblemLocation, Collection)153

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.EXTRA_DIMENSIONS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.removeExtraDimensions(FunctionDeclaration)1977
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.removeExtraDimensions(FunctionDeclaration)1977
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()96

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.JAVADOC_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.delegates.DelegateMethodCreator.getJavaDocProperty()82
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.createMethodComment(CompilationUnitRewrite, FunctionDeclaration, Set, boolean)548
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.addOverridingDeprecatedMethodProposal(IInvocationContext, IProblemLocation, Collection)659

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.MODIFIERS2_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ModifierRewrite.evaluateListRewrite(ASTRewrite, ASTNode)53
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.addMethodRequiresBodyProposals(IInvocationContext, IProblemLocation, Collection)613

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getDeclaringNode(ASTNode)427
org.eclipse.wst.jsdt.internal.corext.refactoring.code.IntroduceFactoryRefactoring.getTargetNode(IJavaScriptUnit, int, int)269
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ConstructorReferenceFinder.isRealConstructorReferenceNode(ASTNode)130
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createMethodCopy(IDocument, FunctionDeclaration, ASTRewrite, Map, Map, RefactoringStatus, IProgressMonitor)2153
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodDeclarationHighlighting.consumes(SemanticToken)475
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodDeclarationHighlighting.consumes(SemanticToken)475

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.PARAMETERS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.getParamgumentsRewrite()1934
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.getParamgumentsRewrite()1934
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.addParameterToConstructor(ASTRewrite, FunctionDeclaration)637
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createMethodArguments(Map, ASTRewrite, FunctionDeclaration, Map, RefactoringStatus)1977
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.ParameterVariableHighlighting.consumes(SemanticToken)948
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.ParameterVariableHighlighting.consumes(SemanticToken)948
org.eclipse.wst.jsdt.internal.ui.text.correction.ChangeMethodSignatureProposal.modifyParameters(ASTRewrite, FunctionDeclaration, boolean)147
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.getMissingJavadocTagProposals(IInvocationContext, IProblemLocation, Collection)323
org.eclipse.wst.jsdt.internal.ui.text.correction.NewVariableCompletionProposal.doAddParam(JavaScriptUnit)123

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.RETURN_TYPE2_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getRawReference(SimpleName, JavaScriptUnit)401
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.internalGetPossibleTypeKinds(ASTNode)822
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)165
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)165
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.getMissingJavadocTagProposals(IInvocationContext, IProblemLocation, Collection)332
org.eclipse.wst.jsdt.internal.ui.text.correction.ReturnTypeSubProcessor.addMissingReturnTypeProposals(IInvocationContext, IProblemLocation, Collection)226
org.eclipse.wst.jsdt.internal.ui.text.correction.ReturnTypeSubProcessor.addVoidMethodReturnsProposals(IInvocationContext, IProblemLocation, Collection)154
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()95

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.THROWN_EXCEPTIONS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeExceptions()2005
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeExceptions()2005
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.internalGetPossibleTypeKinds(ASTNode)820
org.eclipse.wst.jsdt.internal.ui.text.correction.ChangeMethodSignatureProposal.modifyExceptions(ASTRewrite, FunctionDeclaration)359
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)169
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)169
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.getMissingJavadocTagProposals(IInvocationContext, IProblemLocation, Collection)334
org.eclipse.wst.jsdt.internal.ui.text.correction.NewCUCompletionUsingWizardProposal.getPossibleSuperTypeBinding(ASTNode)298
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getCatchClauseToThrowsProposals(IInvocationContext, ASTNode, Collection)647

org.eclipse.wst.jsdt.core.dom.FunctionDeclaration.TYPE_PARAMETERS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createMethodTypeParameters(ASTRewrite, FunctionDeclaration, RefactoringStatus)2523
org.eclipse.wst.jsdt.internal.ui.text.correction.AddTypeParameterProposal.getRewrite()103
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.getMissingJavadocTagProposals(IInvocationContext, IProblemLocation, Collection)329

org.eclipse.wst.jsdt.core.dom.FunctionInvocation.ARGUMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.StubUtility.getBaseNameFromLocationInParent(IJavaScriptProject, Expression)1105
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1764
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1764
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createInlinedMethodInvocation(CompilationUnitRewrite, FunctionDeclaration, SearchMatch, Map, boolean, RefactoringStatus)1804
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.PullUpAstNodeMapper.visit(SuperMethodInvocation)233
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.PullUpAstNodeMapper.visit(SuperMethodInvocation)233
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1989

org.eclipse.wst.jsdt.core.dom.FunctionInvocation.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getRawReference(FunctionInvocation, JavaScriptUnit)347
org.eclipse.wst.jsdt.internal.corext.refactoring.code.SourceProvider.updateImplicitReceivers(ASTRewrite, CallContext)409
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.modifyAccessToMethodsFromEnclosingInstance(CompilationUnitRewrite, Set, FunctionInvocation[], AbstractTypeDeclaration, RefactoringStatus)1354
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createInlinedMethodInvocation(CompilationUnitRewrite, FunctionDeclaration, SearchMatch, Map, boolean, RefactoringStatus)1834
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createInlinedMethodInvocation(CompilationUnitRewrite, FunctionDeclaration, SearchMatch, Map, boolean, RefactoringStatus)1811
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createInlinedMethodInvocation(CompilationUnitRewrite, FunctionDeclaration, SearchMatch, Map, boolean, RefactoringStatus)1809
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.MethodBodyRewriter.visit(FunctionInvocation)534
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.MethodBodyRewriter.visit(FunctionInvocation)534
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.MethodBodyRewriter.visit(FunctionInvocation)536
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.MethodBodyRewriter.visit(FunctionInvocation)536
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveStaticMemberAnalyzer.rewrite(FunctionInvocation, ITypeBinding)111
org.eclipse.wst.jsdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.addQualifierToOuterProposal(IInvocationContext, FunctionInvocation, IFunctionBinding, Collection)1432
org.eclipse.wst.jsdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.getVariableProposals(IInvocationContext, IProblemLocation, IVariableBinding, Collection)129

org.eclipse.wst.jsdt.core.dom.FunctionInvocation.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.AddImportsOperation.evaluateEdits(JavaScriptUnit, ImportRewrite, int, int, IProgressMonitor)188
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getRawReference(FunctionInvocation, JavaScriptUnit)339
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createInlinedMethodInvocation(CompilationUnitRewrite, FunctionDeclaration, SearchMatch, Map, boolean, RefactoringStatus)1861

org.eclipse.wst.jsdt.core.dom.FunctionInvocation.TYPE_ARGUMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.Invocations.getTypeArgumentsProperty(Expression)93

org.eclipse.wst.jsdt.core.dom.FunctionRef.PARAMETERS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DocReferenceUpdate.getParamgumentsRewrite()2420
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DocReferenceUpdate.getParamgumentsRewrite()2420

org.eclipse.wst.jsdt.core.dom.FunctionRef.QUALIFIER_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveStaticMemberAnalyzer.rewrite(FunctionRef, ITypeBinding)141

org.eclipse.wst.jsdt.core.dom.FunctionRefParameter.VARARGS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DocReferenceUpdate.changeParamgumentType(ParameterInfo)2449
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DocReferenceUpdate.changeParamgumentType(ParameterInfo)2449
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DocReferenceUpdate.changeParamgumentType(ParameterInfo)2445
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DocReferenceUpdate.changeParamgumentType(ParameterInfo)2445

org.eclipse.wst.jsdt.core.dom.IfStatement.ELSE_STATEMENT_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.isControlStatementBody(StructuralPropertyDescriptor)373
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.AddBlockOperation.rewriteAST(CompilationUnitRewrite, List)220
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.AddBlockOperation.rewriteAST(CompilationUnitRewrite, List)220
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)119
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)126
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)127
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)126
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)119
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)127
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)420
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)419
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.IfElseIterator.findStart(IfStatement)193
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.IfElseIterator.findStart(IfStatement)193
org.eclipse.wst.jsdt.internal.corext.refactoring.code.CallInliner.needsBlockAroundDanglingIf()886
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)686
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseIfProposals(IInvocationContext, ASTNode, Collection)280
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)1055
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)943
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)1020
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)1004
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddElseProposals(IInvocationContext, ASTNode, Collection)599

org.eclipse.wst.jsdt.core.dom.IfStatement.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1984
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getCastAndAssignIfStatementProposals(IInvocationContext, ASTNode, Collection)1377
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getCastAndAssignIfStatementProposals(IInvocationContext, ASTNode, Collection)1367
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseIfProposals(IInvocationContext, ASTNode, Collection)272
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getSplitAndConditionProposals(IInvocationContext, ASTNode, Collection)904

org.eclipse.wst.jsdt.core.dom.IfStatement.THEN_STATEMENT_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.isControlStatementBody(StructuralPropertyDescriptor)372
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.AddBlockOperation.rewriteAST(CompilationUnitRewrite, List)218
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.AddBlockOperation.rewriteAST(CompilationUnitRewrite, List)218
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)123
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)115
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)122
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)115
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)123
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(IfStatement)122
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)412
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)411
org.eclipse.wst.jsdt.internal.corext.refactoring.code.CallInliner.needsBlockAroundDanglingIf()885
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)685
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseIfProposals(IInvocationContext, ASTNode, Collection)279
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)937
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)1002
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)1039

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.AND

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)339
org.eclipse.wst.jsdt.internal.corext.dom.fragments.AssociativeInfixExpressionFragment.isOperatorAssociative(InfixExpressionOperator)207
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)224
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)224
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)161
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)161
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)74
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getExchangeOperandsProposals(IInvocationContext, ASTNode, Collection)1247
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)668
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)516
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)512
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.isBitOperation(InfixExpressionOperator)698

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.CONDITIONAL_AND

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.fragments.AssociativeInfixExpressionFragment.isOperatorAssociative(InfixExpressionOperator)209
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)74
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)74
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)233
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)233
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)155
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)155
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)68
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getExchangeOperandsProposals(IInvocationContext, ASTNode, Collection)1247
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)677
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)506
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)510
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getJoinAndIfStatementsProposals(IInvocationContext, ASTNode, Collection)739
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getSplitAndConditionProposals(IInvocationContext, ASTNode, Collection)857
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding(ASTNode)110

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.CONDITIONAL_OR

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.fragments.AssociativeInfixExpressionFragment.isOperatorAssociative(InfixExpressionOperator)208
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)75
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)75
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)236
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)236
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)158
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)158
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)66
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getConvertSwitchToIfProposals(IInvocationContext, ASTNode, Collection)2163
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getExchangeOperandsProposals(IInvocationContext, ASTNode, Collection)1248
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)680
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)507
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)509
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getJoinOrIfStatementsProposals(IInvocationContext, ASTNode, ArrayList, Collection)957
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getParenthesizedForAndIfNeeded(AST, ASTRewrite, Expression)839
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getSplitOrConditionProposals(IInvocationContext, ASTNode, Collection)1057
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding(ASTNode)110

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.DIVIDE

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)336
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)204
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)204
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)84
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)647

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.EQUAL_EQUAL_EQUAL

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)665

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.EQUALS

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)71
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)71
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)221
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)221
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)76
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.createSwitchCaseCondition(AST, ASTRewrite, ImportRewrite, SwitchStatement, SwitchCase)2239
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getExchangeOperandsProposals(IInvocationContext, ASTNode, Collection)1249
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)664
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)500
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)504
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding(ASTNode)130
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.CompareInBitWiseOpFinder.visit(InfixExpression)715
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.CompareInBitWiseOpFinder.visit(InfixExpression)715

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.GREATER

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.validateExpression(ForStatement)250
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)68
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)68
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)216
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)216
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)78
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)659
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)491
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)495

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.GREATER_EQUALS

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)70
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)70
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)218
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)218
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)78
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)661
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)497
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)489

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.INSTANCEOF

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)666

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.LEFT_SHIFT

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)351
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)211
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)211
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)80
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)654
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding(ASTNode)113

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.LESS

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.validateExpression(ForStatement)242
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)67
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)67
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)216
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)216
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)78
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)659
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)498
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)488

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.LESS_EQUALS

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)69
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)69
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)217
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)217
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)78
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)660
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)494
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)492

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.MINUS

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)330
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)208
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)208
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)82
org.eclipse.wst.jsdt.internal.corext.refactoring.sef.AccessAnalyzer.createInvocation(AST, Expression, String)298
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)651
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getAssignedValue(ModifierCorrectionSubProcessorProposalParameter)1021
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getAssignedValue(ModifierCorrectionSubProcessorProposalParameter)1033

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.NOT_EQUAL_EQUAL

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)665

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.NOT_EQUALS

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)72
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.MissingParenthesisVisitor.postVisit(ASTNode)72
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)221
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)221
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)76
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)664
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)503
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)501
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding(ASTNode)130
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.addUnnecessaryInstanceofProposal(IInvocationContext, IProblemLocation, Collection)521
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.CompareInBitWiseOpFinder.visit(InfixExpression)715
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.CompareInBitWiseOpFinder.visit(InfixExpression)715

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.OR

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)342
org.eclipse.wst.jsdt.internal.corext.dom.fragments.AssociativeInfixExpressionFragment.isOperatorAssociative(InfixExpressionOperator)206
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)230
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)230
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)164
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)164
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)70
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getExchangeOperandsProposals(IInvocationContext, ASTNode, Collection)1248
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)674
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)513
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)515
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.isBitOperation(InfixExpressionOperator)698

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.PLUS

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)327
org.eclipse.wst.jsdt.internal.corext.dom.fragments.AssociativeInfixExpressionFragment.isOperatorAssociative(InfixExpressionOperator)203
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)208
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)208
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)152
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)152
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.postVisit(ASTNode)127
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.postVisit(ASTNode)127
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)82
org.eclipse.wst.jsdt.internal.corext.refactoring.sef.AccessAnalyzer.createInvocation(AST, Expression, String)296
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getExchangeOperandsProposals(IInvocationContext, ASTNode, Collection)1249
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)651
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getPickOutStringProposals(IInvocationContext, ASTNode, Collection)1516
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getAssignedValue(ModifierCorrectionSubProcessorProposalParameter)1031
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getAssignedValue(ModifierCorrectionSubProcessorProposalParameter)1019

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.REMAINDER

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)348
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)205
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)205
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)84
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)648

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.RIGHT_SHIFT_SIGNED

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)354
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)212
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)212
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)80
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)655
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding(ASTNode)113

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.RIGHT_SHIFT_UNSIGNED

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)357
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)213
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)213
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)80
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)656
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding(ASTNode)113

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.TIMES

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)333
org.eclipse.wst.jsdt.internal.corext.dom.fragments.AssociativeInfixExpressionFragment.isOperatorAssociative(InfixExpressionOperator)204
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)204
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)204
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)170
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)170
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)84
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getExchangeOperandsProposals(IInvocationContext, ASTNode, Collection)1250
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)647

org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator.XOR

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.convertToInfixOperator(AssignmentOperator)345
org.eclipse.wst.jsdt.internal.corext.dom.fragments.AssociativeInfixExpressionFragment.isOperatorAssociative(InfixExpressionOperator)205
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)227
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.getInfixOperatorPrecedence(InfixExpressionOperator)227
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)167
org.eclipse.wst.jsdt.internal.corext.fix.ExpressionsFix.UnnecessaryParenthesisVisitor.isAssoziative(InfixExpressionOperator)167
org.eclipse.wst.jsdt.internal.corext.refactoring.code.OperatorPrecedence.getNormalizedValue(InfixExpression)72
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getExchangeOperandsProposals(IInvocationContext, ASTNode, Collection)1250
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInfixOperatorPrecedence(InfixExpressionOperator)671
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.isBitOperation(InfixExpressionOperator)698

org.eclipse.wst.jsdt.core.dom.JavaScriptUnit.IMPORTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyImportToDestination(IImportDeclaration, ASTRewrite, JavaScriptUnit, JavaScriptUnit)2853
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyImportToDestination(IImportDeclaration, ASTRewrite, JavaScriptUnit, JavaScriptUnit)2853
org.eclipse.wst.jsdt.internal.ui.compare.JavaAddElementFromHistoryImpl.run(ISelection)170
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg.PasteAction.TypedSourcePaster.PasteTypedSourcesRefactoring.insertToCu(ASTRewrite, ASTNode, JavaScriptUnit)1157
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg.PasteAction.TypedSourcePaster.PasteTypedSourcesRefactoring.insertToCu(ASTRewrite, ASTNode, JavaScriptUnit)1157
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg.PasteAction.TypedSourcePaster.PasteTypedSourcesRefactoring.insertToCu(ASTRewrite, ASTNode, JavaScriptUnit)1157

org.eclipse.wst.jsdt.core.dom.JavaScriptUnit.PACKAGE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyPackageDeclarationToDestination(IPackageDeclaration, ASTRewrite, JavaScriptUnit, JavaScriptUnit)2928
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyPackageDeclarationToDestination(IPackageDeclaration, ASTRewrite, JavaScriptUnit, JavaScriptUnit)2928
org.eclipse.wst.jsdt.internal.ui.compare.JavaAddElementFromHistoryImpl.run(ISelection)167
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg.PasteAction.TypedSourcePaster.PasteTypedSourcesRefactoring.insertToCu(ASTRewrite, ASTNode, JavaScriptUnit)1162
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg.PasteAction.TypedSourcePaster.PasteTypedSourcesRefactoring.insertToCu(ASTRewrite, ASTNode, JavaScriptUnit)1162
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg.PasteAction.TypedSourcePaster.PasteTypedSourcesRefactoring.insertToCu(ASTRewrite, ASTNode, JavaScriptUnit)1162

org.eclipse.wst.jsdt.core.dom.JavaScriptUnit.STATEMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.getBodyDeclarationsProperty(ASTNode)290
org.eclipse.wst.jsdt.internal.corext.refactoring.delegates.DelegateCreator.getTypeBodyDeclarationsProperty()451
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyMemberToDestination(IMember, CompilationUnitRewrite, JavaScriptUnit, JavaScriptUnit, BodyDeclaration)2915
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyMemberToDestination(IMember, CompilationUnitRewrite, JavaScriptUnit, JavaScriptUnit, BodyDeclaration)2915

org.eclipse.wst.jsdt.core.dom.JavaScriptUnit.TYPES_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyTypeToDestination(IType, CompilationUnitRewrite, JavaScriptUnit, JavaScriptUnit)2967
org.eclipse.wst.jsdt.internal.corext.refactoring.reorg.ReorgPolicyFactory.SubCuElementReorgPolicy.copyTypeToDestination(IType, CompilationUnitRewrite, JavaScriptUnit, JavaScriptUnit)2967
org.eclipse.wst.jsdt.internal.ui.compare.JavaAddElementFromHistoryImpl.run(ISelection)176
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg.PasteAction.TypedSourcePaster.PasteTypedSourcesRefactoring.insertToCu(ASTRewrite, ASTNode, JavaScriptUnit)1154
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg.PasteAction.TypedSourcePaster.PasteTypedSourcesRefactoring.insertToCu(ASTRewrite, ASTNode, JavaScriptUnit)1154
org.eclipse.wst.jsdt.internal.ui.refactoring.reorg.PasteAction.TypedSourcePaster.PasteTypedSourcesRefactoring.insertToCu(ASTRewrite, ASTNode, JavaScriptUnit)1154

org.eclipse.wst.jsdt.core.dom.JSdoc.TAGS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.delegates.DelegateCreator.createJavadoc()348
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeJavadocTags()2066
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeJavadocTags()2066
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createMethodComment(ASTRewrite, FunctionDeclaration)2069
org.eclipse.wst.jsdt.internal.corext.refactoring.util.JavadocUtil.addParamJavadoc(String, FunctionDeclaration, ASTRewrite, IJavaScriptProject, TextEditGroup)90
org.eclipse.wst.jsdt.internal.ui.text.correction.AddTypeParameterProposal.getRewrite()110
org.eclipse.wst.jsdt.internal.ui.text.correction.ChangeMethodSignatureProposal.modifyExceptions(ASTRewrite, FunctionDeclaration)386
org.eclipse.wst.jsdt.internal.ui.text.correction.ChangeMethodSignatureProposal.modifyParameters(ASTRewrite, FunctionDeclaration, boolean)179
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddAllMissingJavadocTagsProposal.insertAllMissingMethodTags(ASTRewrite, FunctionDeclaration)211
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddAllMissingJavadocTagsProposal.insertAllMissingMethodTags(ASTRewrite, FunctionDeclaration)211
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddAllMissingJavadocTagsProposal.insertAllMissingTypeTags(ASTRewrite, TypeDeclaration)276
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddAllMissingJavadocTagsProposal.insertAllMissingTypeTags(ASTRewrite, TypeDeclaration)276
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)123
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)123
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.addOverridingDeprecatedMethodProposal(IInvocationContext, IProblemLocation, Collection)663
org.eclipse.wst.jsdt.internal.ui.text.correction.NewVariableCompletionProposal.doAddParam(JavaScriptUnit)149
org.eclipse.wst.jsdt.internal.ui.text.correction.ReturnTypeSubProcessor.addMissingReturnTypeProposals(IInvocationContext, IProblemLocation, Collection)236
org.eclipse.wst.jsdt.internal.ui.text.correction.ReturnTypeSubProcessor.addVoidMethodReturnsProposals(IInvocationContext, IProblemLocation, Collection)172

org.eclipse.wst.jsdt.core.dom.MemberRef.QUALIFIER_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveStaticMemberAnalyzer.rewrite(MemberRef, ITypeBinding)127

org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword.ABSTRACT_KEYWORD

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.createMethodDeclaration(CompilationUnitRewrite, ASTRewrite, AbstractTypeDeclaration, FunctionDeclaration)619
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.addMethodRequiresBodyProposals(IInvocationContext, IProblemLocation, Collection)612
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getMakeTypeAbstractProposal(IJavaScriptUnit, TypeDeclaration, int)562

org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword.FINAL_KEYWORD

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractConstantRefactoring.createConstantDeclaration()465
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.1.getTargetNode()1971

org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword.PRIVATE_KEYWORD

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.computeOutgoingVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)969
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.computeOutgoingVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)915
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.computeOutgoingVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)942
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.getVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)864
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.getVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)834
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.getVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)832
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.getVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)862
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.getVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)802
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.getVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)804
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.isVisibilityKeyword(ModifierModifierKeyword)379
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.keywordToVisibility(ModifierModifierKeyword)402
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToField(IType, IField, IProgressMonitor)1250
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToField(IType, IField, IProgressMonitor)1265
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToMethod(IType, IFunction, IProgressMonitor)1302
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToMethod(IType, IFunction, IProgressMonitor)1284
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToType(IType, IType, IProgressMonitor)1339
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToType(IType, IType, IProgressMonitor)1321
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.findVisibilityModifier(List)752

org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword.PROTECTED_KEYWORD

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.getLabel(ModifierModifierKeyword)309
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.isVisibilityKeyword(ModifierModifierKeyword)379
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.keywordToVisibility(ModifierModifierKeyword)404
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToField(IType, IField, IProgressMonitor)1258
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToMethod(IType, IFunction, IProgressMonitor)1292
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.createChangeManager(IProgressMonitor, RefactoringStatus)1149
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.getModifiersWithUpdatedVisibility(IMember, int, Map, IProgressMonitor, boolean, RefactoringStatus)1549
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.getModifiersWithUpdatedVisibility(IMember, int, Map, IProgressMonitor, boolean, RefactoringStatus)1549
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.findVisibilityModifier(List)752

org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword.PUBLIC_KEYWORD

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.IntroduceIndirectionRefactoring.createIntermediaryMethod()782
org.eclipse.wst.jsdt.internal.corext.refactoring.nls.AccessorClassModifier.getNewFinalStringFieldDeclaration(String)275
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.createMethodDeclaration(CompilationUnitRewrite, ASTRewrite, AbstractTypeDeclaration, FunctionDeclaration)615
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.computeOutgoingVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)901
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.getLabel(ModifierModifierKeyword)307
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.getVisibilityThreshold(IJavaScriptElement, IMember, IProgressMonitor)783
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.isVisibilityKeyword(ModifierModifierKeyword)379
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.keywordToVisibility(ModifierModifierKeyword)400
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToField(IType, IField, IProgressMonitor)1247
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToMethod(IType, IFunction, IProgressMonitor)1282
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MemberVisibilityAdjustor.thresholdTypeToType(IType, IType, IProgressMonitor)1318
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createAdjustedTargetExpression(IJavaScriptElement, Expression, Map, ASTRewrite)1573
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.createMethodCopy(IDocument, FunctionDeclaration, ASTRewrite, Map, Map, RefactoringStatus, IProgressMonitor)2160
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.VisibilityAdjustingArgumentFactory.adjustTypeVisibility(ITypeBinding)931
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInstanceMethodProcessor.VisibilityAdjustingArgumentFactory.adjustTypeVisibility(ITypeBinding)931
org.eclipse.wst.jsdt.internal.ui.text.correction.ConstructorFromSuperclassProposal.createNewMethodDeclaration(AST, IFunctionBinding, ASTRewrite, CodeGenerationSettings)138
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.findVisibilityModifier(List)752

org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword.STATIC_KEYWORD

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractConstantRefactoring.createConstantDeclaration()464
org.eclipse.wst.jsdt.internal.corext.refactoring.code.IntroduceIndirectionRefactoring.createIntermediaryMethod()783
org.eclipse.wst.jsdt.internal.corext.refactoring.nls.AccessorClassModifier.getNewFinalStringFieldDeclaration(String)276

org.eclipse.wst.jsdt.core.dom.ObjectLiteralField.FIELD_NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.ObjectInitializerHighlighting.consumes(SemanticToken)340
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.ObjectInitializerHighlighting.consumes(SemanticToken)340

org.eclipse.wst.jsdt.core.dom.ParameterizedType.TYPE_ARGUMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.AddTypeParametersOperation.rewriteAST(CompilationUnitRewrite, List, LinkedProposalModel)119
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.AddTypeParametersOperation.rewriteAST(CompilationUnitRewrite, List, LinkedProposalModel)119
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.updateConstructorReference(ITypeBinding[], ParameterizedType, CompilationUnitRewrite, IJavaScriptUnit, TextEditGroup)1455
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.updateParameterizedTypeReference(ITypeBinding[], ParameterizedType, CompilationUnitRewrite, TextEditGroup)1493
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.internalGetPossibleTypeKinds(ASTNode)798

org.eclipse.wst.jsdt.core.dom.ParameterizedType.TYPE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.getNormalizedNode(ASTNode)451
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.updateReference(ITypeBinding[], ASTNode, CompilationUnitRewrite, TextEditGroup)1505
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.DeprecatedMemberHighlighting.isTypePath(ASTNode, ASTNode)1054
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.DeprecatedMemberHighlighting.isTypePath(ASTNode, ASTNode)1054
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodHighlighting.isTypePath(ASTNode, ASTNode)761
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodHighlighting.isTypePath(ASTNode, ASTNode)761
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleTypeBinding(ASTNode)392
org.eclipse.wst.jsdt.internal.ui.text.correction.NewCUCompletionUsingWizardProposal.getTypeName(int, Name)166

org.eclipse.wst.jsdt.core.dom.ParenthesizedExpression.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1972

org.eclipse.wst.jsdt.core.dom.PostfixExpression.Operator.DECREMENT

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getAssignedValue(ModifierCorrectionSubProcessorProposalParameter)1020

org.eclipse.wst.jsdt.core.dom.PostfixExpression.Operator.INCREMENT

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.validateUpdaters(ForStatement)331
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getAssignedValue(ModifierCorrectionSubProcessorProposalParameter)1018

org.eclipse.wst.jsdt.core.dom.PrefixExpression.OPERAND_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1995

org.eclipse.wst.jsdt.core.dom.PrefixExpression.Operator.DECREMENT

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.UnusedCodeFix.SideEffectFinder.visit(PrefixExpression)94
org.eclipse.wst.jsdt.internal.corext.fix.UnusedCodeFix.SideEffectFinder.visit(PrefixExpression)94
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.isLeftValue(ASTNode)247
org.eclipse.wst.jsdt.internal.corext.refactoring.code.flow.FlowAnalyzer.endVisit(PrefixExpression)679
org.eclipse.wst.jsdt.internal.corext.refactoring.code.TempAssignmentFinder.visit(PrefixExpression)82
org.eclipse.wst.jsdt.internal.corext.refactoring.sef.AccessAnalyzer.visit(PrefixExpression)185
org.eclipse.wst.jsdt.internal.ui.search.OccurrencesFinder.visit(PrefixExpression)238
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getAssignedValue(ModifierCorrectionSubProcessorProposalParameter)1032
org.eclipse.wst.jsdt.internal.ui.text.correction.RemoveDeclarationCorrectionProposal.SideEffectFinder.visit(PrefixExpression)73
org.eclipse.wst.jsdt.internal.ui.text.correction.RemoveDeclarationCorrectionProposal.SideEffectFinder.visit(PrefixExpression)73

org.eclipse.wst.jsdt.core.dom.PrefixExpression.Operator.INCREMENT

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.UnusedCodeFix.SideEffectFinder.visit(PrefixExpression)94
org.eclipse.wst.jsdt.internal.corext.fix.UnusedCodeFix.SideEffectFinder.visit(PrefixExpression)94
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.isLeftValue(ASTNode)249
org.eclipse.wst.jsdt.internal.corext.refactoring.code.flow.FlowAnalyzer.endVisit(PrefixExpression)679
org.eclipse.wst.jsdt.internal.corext.refactoring.code.TempAssignmentFinder.visit(PrefixExpression)83
org.eclipse.wst.jsdt.internal.corext.refactoring.sef.AccessAnalyzer.visit(PrefixExpression)185
org.eclipse.wst.jsdt.internal.ui.search.OccurrencesFinder.visit(PrefixExpression)238
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getAssignedValue(ModifierCorrectionSubProcessorProposalParameter)1030
org.eclipse.wst.jsdt.internal.ui.text.correction.RemoveDeclarationCorrectionProposal.SideEffectFinder.visit(PrefixExpression)73
org.eclipse.wst.jsdt.internal.ui.text.correction.RemoveDeclarationCorrectionProposal.SideEffectFinder.visit(PrefixExpression)73

org.eclipse.wst.jsdt.core.dom.PrefixExpression.Operator.NOT

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)548
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)527
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInversedBooleanExpression(ASTRewrite, Expression, AdvancedQuickAssistProcessorSimpleNameRenameProvider)521
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseLocalVariableProposals(IInvocationContext, ASTNode, Collection)1891
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseLocalVariableProposals(IInvocationContext, ASTNode, Collection)1895
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getPullNegationUpProposals(IInvocationContext, ASTNode, ArrayList, Collection)2028
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getPushNegationDownProposals(IInvocationContext, ASTNode, Collection)1921
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getPushNegationDownProposals(IInvocationContext, ASTNode, Collection)1912
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.isNegated(Expression)1459
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleReferenceBinding(ASTNode)229
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.getInvalidOperatorProposals(IInvocationContext, IProblemLocation, Collection)660
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.getInvalidOperatorProposals(IInvocationContext, IProblemLocation, Collection)639

org.eclipse.wst.jsdt.core.dom.PrimitiveType.BOOLEAN

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodeFactory.newDefaultExpression(AST, Type, int)146
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.canAssignPrimitive(PrimitiveTypeCode, PrimitiveTypeCode)40
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.canAssignPrimitive(PrimitiveTypeCode, PrimitiveTypeCode)40
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.canCast(ITypeBinding, ITypeBinding)191

org.eclipse.wst.jsdt.core.dom.PrimitiveType.BYTE

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.canAssignPrimitive(PrimitiveTypeCode, PrimitiveTypeCode)43
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.getTypeOrder(PrimitiveTypeCode)111
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.checkForNarrowCast(ModifierCorrectionSubProcessorProposalParameter, Expression, boolean, ITypeBinding)1081
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.checkForNarrowCast(ModifierCorrectionSubProcessorProposalParameter, Expression, boolean, ITypeBinding)1088

org.eclipse.wst.jsdt.core.dom.PrimitiveType.CHAR

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.canAssignPrimitive(PrimitiveTypeCode, PrimitiveTypeCode)43
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.getTypeOrder(PrimitiveTypeCode)113
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.checkForNarrowCast(ModifierCorrectionSubProcessorProposalParameter, Expression, boolean, ITypeBinding)1079
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.checkForNarrowCast(ModifierCorrectionSubProcessorProposalParameter, Expression, boolean, ITypeBinding)1086

org.eclipse.wst.jsdt.core.dom.PrimitiveType.DOUBLE

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.getTypeOrder(PrimitiveTypeCode)123

org.eclipse.wst.jsdt.core.dom.PrimitiveType.FLOAT

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.getTypeOrder(PrimitiveTypeCode)121

org.eclipse.wst.jsdt.core.dom.PrimitiveType.INT

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.getTypeOrder(PrimitiveTypeCode)117
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.validateInitializers(ForStatement)137

org.eclipse.wst.jsdt.core.dom.PrimitiveType.LONG

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.getTypeOrder(PrimitiveTypeCode)119

org.eclipse.wst.jsdt.core.dom.PrimitiveType.SHORT

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.getTypeOrder(PrimitiveTypeCode)115
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.checkForNarrowCast(ModifierCorrectionSubProcessorProposalParameter, Expression, boolean, ITypeBinding)1090
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.checkForNarrowCast(ModifierCorrectionSubProcessorProposalParameter, Expression, boolean, ITypeBinding)1083

org.eclipse.wst.jsdt.core.dom.PrimitiveType.VOID

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.StubUtility2.createImplementationStub(IJavaScriptUnit, ASTRewrite, ImportRewrite, AST, IFunctionBinding, String, CodeGenerationSettings, boolean, ImportRewriteImportRewriteContext)421
org.eclipse.wst.jsdt.internal.corext.codemanipulation.StubUtility2.createImplementationStub(IJavaScriptUnit, ASTRewrite, ImportRewrite, IFunctionBinding, String, boolean, CodeGenerationSettings)510
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodeFactory.newDefaultExpression(AST, Type, int)148
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.canAssign(ITypeBinding, ITypeBinding)60
org.eclipse.wst.jsdt.internal.corext.dom.TypeRules.canCast(ITypeBinding, ITypeBinding)153
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractMethodAnalyzer.initReturnType(ImportRewrite)247
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractMethodAnalyzer.initReturnType(ImportRewrite)235
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractMethodAnalyzer.initReturnType(ImportRewrite)244
org.eclipse.wst.jsdt.internal.corext.refactoring.code.IntroduceIndirectionRefactoring.encapsulateInvocation(FunctionDeclaration, FunctionInvocation)877
org.eclipse.wst.jsdt.internal.corext.refactoring.delegates.DelegateMethodCreator.createMethodInvocation(FunctionDeclaration, FunctionInvocation)126
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.addNewConstructorToSubclass(AbstractTypeDeclaration, CompilationUnitRewrite)1424
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeJavadocTags()2069
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeJavadocTags()2069
org.eclipse.wst.jsdt.internal.corext.refactoring.TypeContextChecker.checkParameterTypeSyntax(String, IJavaScriptProject)487
org.eclipse.wst.jsdt.internal.corext.refactoring.TypeContextChecker.MethodTypesSyntaxChecker.isVoidArrayType(Type)409
org.eclipse.wst.jsdt.internal.corext.refactoring.TypeContextChecker.MethodTypesSyntaxChecker.isVoidArrayType(Type)409
org.eclipse.wst.jsdt.internal.ui.text.correction.AbstractMethodCompletionProposal.getStub(ASTRewrite, ASTNode)131
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getIfReturnIntoIfElseAtEndOfVoidMethodProposals(IInvocationContext, ASTNode, Collection)205
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddAllMissingJavadocTagsProposal.insertAllMissingMethodTags(ASTRewrite, FunctionDeclaration)245
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddAllMissingJavadocTagsProposal.insertAllMissingMethodTags(ASTRewrite, FunctionDeclaration)245
org.eclipse.wst.jsdt.internal.ui.text.correction.ReturnTypeSubProcessor.addMissingReturnStatementProposals(IInvocationContext, IProblemLocation, Collection)286

org.eclipse.wst.jsdt.core.dom.QualifiedName.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.AddImportsOperation.evaluateEdits(JavaScriptUnit, ImportRewrite, int, int, IProgressMonitor)178
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.getNormalizedNode(ASTNode)442
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getRawReference(FunctionInvocation, JavaScriptUnit)356
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractConstantRefactoring.checkExpression()371
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.checkExpression()425
org.eclipse.wst.jsdt.internal.corext.refactoring.code.IntroduceParameterRefactoring.checkExpression()339
org.eclipse.wst.jsdt.internal.corext.refactoring.generics.InferTypeArgumentsConstraintCreator.getSimpleNameReceiver(SimpleName)178
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.DeprecatedMemberHighlighting.isTypePath(ASTNode, ASTNode)1057
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.DeprecatedMemberHighlighting.isTypePath(ASTNode, ASTNode)1057
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodHighlighting.isTypePath(ASTNode, ASTNode)764
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodHighlighting.isTypePath(ASTNode, ASTNode)764
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1968
org.eclipse.wst.jsdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.getTypeProposals(IInvocationContext, IProblemLocation, Collection)522

org.eclipse.wst.jsdt.core.dom.QualifiedName.QUALIFIER_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getRawReference(FunctionInvocation, JavaScriptUnit)361
org.eclipse.wst.jsdt.internal.ui.javaeditor.NLSKeyHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean)66
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.guessBindingForTypeReference(ASTNode)357
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.internalGetPossibleTypeKinds(ASTNode)784
org.eclipse.wst.jsdt.internal.ui.text.java.hover.NLSStringHover.getHoverInfo(ITextViewer, IRegion)93

org.eclipse.wst.jsdt.core.dom.QualifiedType.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.AddImportsOperation.evaluateEdits(JavaScriptUnit, ImportRewrite, int, int, IProgressMonitor)183
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.getNormalizedNode(ASTNode)446

org.eclipse.wst.jsdt.core.dom.QualifiedType.QUALIFIER_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.getPossibleTypeBinding(ASTNode)420
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.internalGetPossibleTypeKinds(ASTNode)793

org.eclipse.wst.jsdt.core.dom.ReturnStatement.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1987
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1695
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1725
org.eclipse.wst.jsdt.internal.ui.text.correction.MissingReturnTypeCorrectionProposal.getRewrite()69

org.eclipse.wst.jsdt.core.dom.SimpleName.IDENTIFIER_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ReplaceInvocationsRefactoring.resolveSourceProvider(IFunctionBinding, RefactoringStatus)230
org.eclipse.wst.jsdt.internal.corext.refactoring.rename.RenameTypeParameterProcessor.RenameTypeParameterVisitor.visit(SimpleName)127
org.eclipse.wst.jsdt.internal.corext.refactoring.rename.RenameTypeParameterProcessor.RenameTypeParameterVisitor.visit(SimpleName)127
org.eclipse.wst.jsdt.internal.corext.refactoring.rename.RenameTypeParameterProcessor.RenameTypeParameterVisitor.visit(SimpleName)125
org.eclipse.wst.jsdt.internal.corext.refactoring.rename.RenameTypeParameterProcessor.RenameTypeParameterVisitor.visit(SimpleName)125
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeParamgumentName(ParameterInfo)1949
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeParamgumentName(ParameterInfo)1949
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DocReferenceUpdate.changeParamgumentName(ParameterInfo)2430
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DocReferenceUpdate.changeParamgumentName(ParameterInfo)2430
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.HierarchyProcessor.TypeVariableMapper.visit(SimpleName)154
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.HierarchyProcessor.TypeVariableMapper.visit(SimpleName)154

org.eclipse.wst.jsdt.core.dom.SimpleType.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.getNormalizedNode(ASTNode)447
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.DeprecatedMemberHighlighting.isTypePath(ASTNode, ASTNode)1054
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.DeprecatedMemberHighlighting.isTypePath(ASTNode, ASTNode)1054
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodHighlighting.isTypePath(ASTNode, ASTNode)761
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.MethodHighlighting.isTypePath(ASTNode, ASTNode)761
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.guessBindingForTypeReference(ASTNode)360

org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration.EXTRA_DIMENSIONS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.removeExtraDimensions(SingleVariableDeclaration)1962
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.removeExtraDimensions(SingleVariableDeclaration)1962
org.eclipse.wst.jsdt.internal.ui.text.correction.ChangeMethodSignatureProposal.modifyParameters(ASTRewrite, FunctionDeclaration, boolean)208
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()143

org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration.MODIFIERS2_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ModifierRewrite.evaluateListRewrite(ASTRewrite, ASTNode)61

org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.SourceAnalyzer.UpdateCollector.visit(SimpleName)238
org.eclipse.wst.jsdt.internal.corext.refactoring.code.SourceAnalyzer.UpdateCollector.visit(SimpleName)238
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.LocalVariableDeclarationHighlighting.consumes(SemanticToken)823
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.LocalVariableDeclarationHighlighting.consumes(SemanticToken)823
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseLocalVariableProposals(IInvocationContext, ASTNode, Collection)1824
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)127
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)127
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.getMissingJavadocTagProposals(IInvocationContext, IProblemLocation, Collection)321

org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration.TYPE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getRawReference(SimpleName, JavaScriptUnit)396
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()142

org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration.VARARGS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeParamgumentType(ParameterInfo)1955
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.DeclarationUpdate.changeParamgumentType(ParameterInfo)1955
org.eclipse.wst.jsdt.internal.ui.text.correction.ChangeMethodSignatureProposal.modifyParameters(ASTRewrite, FunctionDeclaration, boolean)203

org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation.ARGUMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.StubUtility.getBaseNameFromLocationInParent(IJavaScriptProject, Expression)1133
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1776
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1776
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.insertExpressionAsParameter(SuperConstructorInvocation, ASTRewrite, IJavaScriptUnit, TextEditGroup)1221
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1992

org.eclipse.wst.jsdt.core.dom.SuperFieldAccess.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.getVariableProposals(IInvocationContext, IProblemLocation, IVariableBinding, Collection)163

org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation.ARGUMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.codemanipulation.StubUtility.getBaseNameFromLocationInParent(IJavaScriptProject, Expression)1119
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1767
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ChangeSignatureRefactoring.ReferenceUpdate.getParamgumentsRewrite()1767
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.PullUpAstNodeMapper.visit(SuperMethodInvocation)231
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.PullUpRefactoringProcessor.PullUpAstNodeMapper.visit(SuperMethodInvocation)231
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1991

org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation.TYPE_ARGUMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.Invocations.getTypeArgumentsProperty(Expression)95

org.eclipse.wst.jsdt.core.dom.SwitchCase.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ScopeAnalyzer.getDeclarationsInScope(SimpleName, int)377
org.eclipse.wst.jsdt.internal.corext.dom.ScopeAnalyzer.isDeclaredInScope(IBinding, SimpleName, int)467
org.eclipse.wst.jsdt.internal.corext.fix.CodeStyleFix.CodeStyleVisitor.handleSimpleName(SimpleName)150
org.eclipse.wst.jsdt.internal.corext.fix.CodeStyleFix.CodeStyleVisitor.handleSimpleName(SimpleName)150
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractMethodAnalyzer.checkExpression(RefactoringStatus)204
org.eclipse.wst.jsdt.internal.ui.text.correction.UnresolvedElementsSubProcessor.getVariableProposals(IInvocationContext, IProblemLocation, IVariableBinding, Collection)158

org.eclipse.wst.jsdt.core.dom.SwitchStatement.STATEMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.code.CallInliner.initializeInsertionPoint(int)811
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.addFallThroughProposals(IInvocationContext, IProblemLocation, Collection)963
org.eclipse.wst.jsdt.internal.ui.text.correction.SurroundWith.getListRewrite(ASTNode, ASTRewrite)540
org.eclipse.wst.jsdt.internal.ui.text.correction.SurroundWith.getListRewrite(ASTNode, ASTRewrite)542
org.eclipse.wst.jsdt.internal.ui.text.correction.SurroundWith.getVariableDeclarationsAccessedAfter(ASTNode, int)301

org.eclipse.wst.jsdt.core.dom.ThisExpression.QUALIFIER_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.SurroundWith.1.visit(ThisExpression)507

org.eclipse.wst.jsdt.core.dom.TryStatement.CATCH_CLAUSES_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.addUncaughtExceptionProposals(IInvocationContext, IProblemLocation, Collection)180

org.eclipse.wst.jsdt.core.dom.TryStatement.FINALLY_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddFinallyProposals(IInvocationContext, ASTNode, Collection)572

org.eclipse.wst.jsdt.core.dom.TypeDeclaration.BODY_DECLARATIONS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.nls.AccessorClassModifier.AccessorClassModifier(IJavaScriptUnit)100
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ExtractSupertypeProcessor.createNecessaryConstructors(CompilationUnitRewrite, IType, AbstractTypeDeclaration, RefactoringStatus)415
org.eclipse.wst.jsdt.internal.ui.text.correction.ConstructorFromSuperclassProposal.getRewrite()102

org.eclipse.wst.jsdt.core.dom.TypeDeclaration.INTERFACE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.getInterfaceExtendsClassProposals(IInvocationContext, IProblemLocation, Collection)799

org.eclipse.wst.jsdt.core.dom.TypeDeclaration.MODIFIERS2_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ModifierRewrite.evaluateListRewrite(ASTRewrite, ASTNode)63
org.eclipse.wst.jsdt.internal.ui.text.correction.ModifierCorrectionSubProcessor.getMakeTypeAbstractProposal(IJavaScriptUnit, TypeDeclaration, int)563

org.eclipse.wst.jsdt.core.dom.TypeDeclaration.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getDeclaringNode(ASTNode)427
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.addConstructorFromSuperclassProposal(IInvocationContext, IProblemLocation, Collection)440

org.eclipse.wst.jsdt.core.dom.TypeDeclaration.SUPER_INTERFACE_TYPES_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ExtractInterfaceProcessor.createTypeSignature(CompilationUnitRewrite, AbstractTypeDeclaration, RefactoringStatus, IProgressMonitor)681
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.internalGetPossibleTypeKinds(ASTNode)813
org.eclipse.wst.jsdt.internal.ui.text.correction.ImplementInterfaceProposal.getRewrite()69
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.getInterfaceExtendsClassProposals(IInvocationContext, IProblemLocation, Collection)788

org.eclipse.wst.jsdt.core.dom.TypeDeclaration.SUPERCLASS_TYPE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ExtractSupertypeProcessor.createTypeSignature(CompilationUnitRewrite, AbstractTypeDeclaration, IType, ITypeBinding, IProgressMonitor)679
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ExtractSupertypeProcessor.createTypeSignature(CompilationUnitRewrite, IType, AbstractTypeDeclaration, AbstractTypeDeclaration)719
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.internalGetPossibleTypeKinds(ASTNode)815
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.getInterfaceExtendsClassProposals(IInvocationContext, IProblemLocation, Collection)780

org.eclipse.wst.jsdt.core.dom.TypeDeclaration.TYPE_PARAMETERS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.constraints.SuperTypeRefactoringProcessor.createTypeParameters(ASTRewrite, IType, AbstractTypeDeclaration, AbstractTypeDeclaration)378
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.ExtractSupertypeProcessor.createTypeParameters(CompilationUnitRewrite, IType, AbstractTypeDeclaration, AbstractTypeDeclaration)621
org.eclipse.wst.jsdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring.addEnclosingInstanceTypeParameters(ITypeBinding[], AbstractTypeDeclaration, ASTRewrite)564
org.eclipse.wst.jsdt.internal.ui.text.correction.AddTypeParameterProposal.getRewrite()98
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.getMissingJavadocTagProposals(IInvocationContext, IProblemLocation, Collection)329

org.eclipse.wst.jsdt.core.dom.TypeParameter.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)148
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.AddMissingJavadocTagProposal.insertMissingJavadocTag(ASTRewrite, ASTNode, BodyDeclaration)148
org.eclipse.wst.jsdt.internal.ui.text.correction.JavadocTagsSubProcessor.getMissingJavadocTagProposals(IInvocationContext, IProblemLocation, Collection)326

org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression.MODIFIERS2_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ModifierRewrite.evaluateListRewrite(ASTRewrite, ASTNode)57

org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression.TYPE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()137

org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment.EXTRA_DIMENSIONS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()132
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()138
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()115

org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment.INITIALIZER_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.1.visit(ArrayAccess)446
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.2.replaceAccess(ASTNode)569
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ConvertAnonymousToNestedRefactoring.updateAndMoveBodyDeclarations(CompilationUnitRewrite, IVariableBinding[], String[], List, FunctionDeclaration)709
org.eclipse.wst.jsdt.internal.corext.refactoring.delegates.DelegateFieldCreator.getBodyProperty()75
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1739
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1731
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getReplaceConditionalWithIfElseProposals(IInvocationContext, ASTNode, Collection)1690
org.eclipse.wst.jsdt.internal.ui.text.correction.LocalCorrectionsSubProcessor.addUninitializedLocalVariableProposal(IInvocationContext, IProblemLocation, Collection)422
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getJoinVariableProposals(IInvocationContext, ASTNode, Collection)357

org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment.NAME_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.CodeStyleFix.CodeStyleVisitor.handleSimpleName(SimpleName)150
org.eclipse.wst.jsdt.internal.corext.fix.CodeStyleFix.CodeStyleVisitor.handleSimpleName(SimpleName)150
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getDeclaringNode(ASTNode)429
org.eclipse.wst.jsdt.internal.corext.refactoring.code.SourceAnalyzer.UpdateCollector.visit(SimpleName)239
org.eclipse.wst.jsdt.internal.corext.refactoring.code.SourceAnalyzer.UpdateCollector.visit(SimpleName)239
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.LocalVariableDeclarationHighlighting.consumes(SemanticToken)823
org.eclipse.wst.jsdt.internal.ui.javaeditor.SemanticHighlightings.LocalVariableDeclarationHighlighting.consumes(SemanticToken)823
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseLocalVariableProposals(IInvocationContext, ASTNode, Collection)1881
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getConvertLocalToFieldProposal(IInvocationContext, ASTNode, Collection)1331
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getSplitVariableProposals(IInvocationContext, ASTNode, Collection)383

org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement.FRAGMENTS_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.VariableDeclarationRewrite.rewriteModifiers(VariableDeclarationStatement, VariableDeclarationFragment[], int, int, ASTRewrite, TextEditGroup)146
org.eclipse.wst.jsdt.internal.corext.fix.ConvertForLoopOperation.2.replaceAccess(ASTNode)580
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getConvertLocalToFieldProposal(IInvocationContext, ASTNode, Collection)1337
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getInlineLocalProposal(IInvocationContext, ASTNode, Collection)1306
org.eclipse.wst.jsdt.internal.ui.text.correction.SurroundWith.splitVariableDeclarationStatement(VariableDeclarationStatement, SurroundWithISplitOperation, ASTRewrite)471

org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement.MODIFIERS2_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ModifierRewrite.evaluateListRewrite(ASTRewrite, ASTNode)59
org.eclipse.wst.jsdt.internal.corext.dom.VariableDeclarationRewrite.rewriteModifiers(VariableDeclarationStatement, VariableDeclarationFragment[], int, int, ASTRewrite, TextEditGroup)120
org.eclipse.wst.jsdt.internal.corext.refactoring.code.PromoteTempToFieldRefactoring.addLocalDeclarationSplit(ASTRewrite)722
org.eclipse.wst.jsdt.internal.ui.text.correction.SurroundWith.splitVariableDeclarationStatement(VariableDeclarationStatement, SurroundWithISplitOperation, ASTRewrite)462

org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement.TYPE_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.Java50Fix.getRawReference(SimpleName, JavaScriptUnit)385
org.eclipse.wst.jsdt.internal.ui.text.correction.TypeChangeCompletionProposal.getRewrite()131

org.eclipse.wst.jsdt.core.dom.WhileStatement.BODY_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.dom.ASTNodes.isControlStatementBody(StructuralPropertyDescriptor)377
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WhileStatement)141
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WhileStatement)144
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WhileStatement)145
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WhileStatement)145
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WhileStatement)144
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WhileStatement)141
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)433
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.createRemoveBlockFix(JavaScriptUnit, ASTNode)434
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)353
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)353
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)691
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getInverseIfIntoContinueInLoopsProposals(IInvocationContext, ASTNode, Collection)390
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)951

org.eclipse.wst.jsdt.core.dom.WhileStatement.EXPRESSION_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getBooleanExpression(ASTNode)1985
org.eclipse.wst.jsdt.internal.ui.text.correction.AdvancedQuickAssistProcessor.getCastAndAssignIfStatementProposals(IInvocationContext, ASTNode, Collection)1379

org.eclipse.wst.jsdt.core.dom.WildcardType.BOUND_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.correction.ASTResolving.internalGetPossibleTypeKinds(ASTNode)803

org.eclipse.wst.jsdt.core.dom.WithStatement.BODY_PROPERTY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WithStatement)158
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WithStatement)154
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WithStatement)157
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WithStatement)157
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WithStatement)158
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.ControlStatementFinder.visit(WithStatement)154
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)355
org.eclipse.wst.jsdt.internal.corext.fix.ControlStatementsFix.RemoveBlockOperation.hasUnblockedIf(Statement, boolean, boolean)355
org.eclipse.wst.jsdt.internal.corext.refactoring.code.ExtractTempRefactoring.insertAt(ASTNode, Statement)692
org.eclipse.wst.jsdt.internal.ui.text.correction.QuickAssistProcessor.getAddBlockProposals(IInvocationContext, ASTNode, Collection)958

org.eclipse.wst.jsdt.core.IIncludePathAttribute.HIDE

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.packageview.PackageExplorerContentProvider.getPackageFragmentRoots(IJavaScriptProject)406
org.eclipse.wst.jsdt.ui.ProjectLibraryRoot.getChildren()139
org.eclipse.wst.jsdt.ui.ProjectLibraryRoot.getChildren()113

org.eclipse.wst.jsdt.core.Signature.ANY

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.ui.text.java.CompletionProposalLabelProvider.appendParameterSignature(StringBuffer, char[][], char[][])221
org.eclipse.wst.jsdt.ui.text.java.CompletionProposalLabelProvider.createLabelWithTypeAndDeclaration(CompletionProposal)493
org.eclipse.wst.jsdt.ui.text.java.CompletionProposalLabelProvider.createMethodProposalLabel(CompletionProposal)267

org.eclipse.wst.jsdt.core.ToolFactory.M_FORMAT_EXISTING

GETS_STATIC_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.corext.util.CodeFormatterUtil.reformat(int, String, int, int, int, String, Map)235
org.eclipse.wst.jsdt.internal.ui.text.comment.CommentFormattingStrategy.calculateTextEdit()114

org.eclipse.wst.jsdt.internal.oaametadata.DocumentedElement.description

GETS_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.getDoc(MetadataFile, IMember)32
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.getDoc(MetadataFile, IMember)34

org.eclipse.wst.jsdt.internal.oaametadata.Method.exceptions

GETS_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)67
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)71
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)70
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)68

org.eclipse.wst.jsdt.internal.oaametadata.Method.parameters

GETS_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)50
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)53
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)49
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)52

org.eclipse.wst.jsdt.internal.oaametadata.Method.returns

GETS_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)65
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)62
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)65

org.eclipse.wst.jsdt.internal.oaametadata.Parameter.name

GETS_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)55

org.eclipse.wst.jsdt.internal.oaametadata.ReturnsData.dataType

GETS_FIELD
Reference LocationLine Number
org.eclipse.wst.jsdt.internal.ui.text.javadoc.OAADocReader.printMethod(Method)65

Back to reference summary for org.eclipse.wst.jsdt.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict