Home
last modified time | relevance | path

Searched refs:newArrayCreation (Results 1 – 19 of 19) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/code/
H A DInlineTempRefactoring.java418 ArrayCreation newArrayCreation= ast.newArrayCreation(); in getModifiedInitializerSource() local
419 newArrayCreation.setType(newType); in getModifiedInitializerSource()
420 newArrayCreation.setInitializer((ArrayInitializer) copy); in getModifiedInitializerSource()
421 return newArrayCreation; in getModifiedInitializerSource()
H A DInlineConstantRefactoring.java535 ArrayCreation arrayCreation= ast.newArrayCreation(); in inlineReference()
H A DPromoteTempToFieldRefactoring.java810 ArrayCreation arrayCreation= rewrite.getAST().newArrayCreation(); in getTempInitializerCopy()
H A DConvertAnonymousToNestedRefactoring.java641 ArrayCreation arrayCreation= ast.newArrayCreation(); in copyArguments()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/tostringgeneration/
H A DStringFormatGenerator.java78 ArrayCreation arrayCreation= fAst.newArrayCreation(); in complete()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/
H A DSampleASTs.java182 ArrayCreation arrayCreation = target.newArrayCreation(); in oneOfEach()
H A DASTMatcherTest.java786 ArrayCreation x1 = this.ast.newArrayCreation(); in testArrayCreation()
H A DASTTest.java937 ArrayCreation ac1 = localAst.newArrayCreation(); in testExampleSnippets()
946 ArrayCreation ac2 = localAst.newArrayCreation(); in testExampleSnippets()
956 ArrayCreation ac3 = localAst.newArrayCreation(); in testExampleSnippets()
8545 final ArrayCreation x = this.ast.newArrayCreation(); in testArrayCreation()
H A DASTConverterAST3Test.java283 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0008()
304 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0009()
327 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0010()
343 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0011()
359 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0012()
H A DASTConverterAST4Test.java283 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0008()
304 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0009()
327 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0010()
343 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0011()
359 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0012()
H A DASTConverterAST8Test.java267 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0008()
288 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0009()
311 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0010()
327 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0011()
343 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0012()
H A DASTConverterTest.java283 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0008()
304 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0009()
327 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0010()
343 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0011()
359 ArrayCreation arrayCreation = this.ast.newArrayCreation(); in test0012()
H A DASTVisitorTest.java1263 ArrayCreation x1 = this.ast.newArrayCreation();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DIntroduceParameterObjectProcessor.java176 ArrayCreation creation= ast.newArrayCreation(); in computeVarargs()
H A DExtractClassRefactoring.java811 ArrayCreation arrayCreation= ast.newArrayCreation(); in createParameterObjectField()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DAST.java1453 public ArrayCreation newArrayCreation() { in newArrayCreation() method in AST
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/
H A DQuickAssistProcessor.java760 ArrayCreation arrayCreation= ast.newArrayCreation(); in convertMethodRefernceToLambda()
2141 ArrayCreation creation= ast.newArrayCreation(); in getSplitVariableProposals()
2476 ArrayCreation objectArrayCreation= ast.newArrayCreation(); in getConvertToMessageFormatProposal()
3878 ArrayCreation creation= ast.newArrayCreation(); in getArrayInitializerToArrayCreation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/
H A DASTRewritingExpressionsTest.java210 ArrayCreation arrayCreation= ast.newArrayCreation(); in testArrayCreation()
263 ArrayCreation arrayCreation= ast.newArrayCreation(); in testArrayCreation2_since_8()
H A DASTRewritingStatementsTest.java7446 ArrayCreation creation = ast.newArrayCreation(); in testBugASTFormatter_since_8()
7494 ArrayCreation creation = ast.newArrayCreation(); in testBugASTFormatter_since_8()