Home
last modified time | relevance | path

Searched refs:JLS3_INTERNAL (Results 1 – 25 of 51) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DSortCompilationUnitElementsTests.java78 /*package*/ static final int JLS3_INTERNAL = AST.JLS3; field in SortCompilationUnitElementsTests
1240 sortUnit(JLS3_INTERNAL, this.getCompilationUnit("/P/src/X.java"), expectedResult); in test019()
1270 sortUnit(JLS3_INTERNAL, this.getCompilationUnit("/P/src/X.java"), expectedResult); in test020()
1316 sortUnit(JLS3_INTERNAL, this.getCompilationUnit("/P/src/X.java"), expectedResult); in test021()
1688 sortUnit(JLS3_INTERNAL, this.getCompilationUnit("/P/src/X.java"), expectedResult); in test023()
1722 sortUnit(JLS3_INTERNAL, this.getCompilationUnit("/P/src/X.java"), expectedResult); in test024()
1774 sortUnit(JLS3_INTERNAL, this.getCompilationUnit("/P/src/X.java"), expectedResult); in test025()
1978 sortUnit(JLS3_INTERNAL, this.getCompilationUnit("/P/src/I.java"), expectedResult); in test030()
2008 sortUnit(JLS3_INTERNAL, this.getCompilationUnit("/P/src/I.java"), expectedResult); in test031()
2055 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in test033()
[all …]
H A DReconcilerStatementsRecoveryTests.java82 /*package*/ static final int JLS3_INTERNAL = AST.JLS3; field in ReconcilerStatementsRecoveryTests
98 unit.reconcile(JLS3_INTERNAL, in assertNoProblem()
279 this.workingCopy.reconcile(JLS3_INTERNAL, false, false, null, null); in testStatementsRecovery02()
344 this.workingCopy.reconcile(JLS3_INTERNAL, false, true, null, null); in testStatementsRecovery04()
H A DIgnoreOptionalProblemsFromSourceFoldersTests.java49 /*package*/ static final int JLS3_INTERNAL = AST.JLS3; field in IgnoreOptionalProblemsFromSourceFoldersTests
331 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in test006()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DConstructorInvocation.java119 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in ConstructorInvocation()
151 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
168 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DSuperConstructorInvocation.java135 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in SuperConstructorInvocation()
183 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
202 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DPackageDeclaration.java142 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in PackageDeclaration()
192 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
210 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DASTMatcher.java587 if (level >= AST.JLS3_INTERNAL) { in match()
673 if (node.getAST().apiLevel >= AST.JLS3_INTERNAL) { in match()
1005 if (level >= AST.JLS3_INTERNAL) { in match()
1155 if (level >= AST.JLS3_INTERNAL) { in match()
1461 if (level >= AST.JLS3_INTERNAL) { in match()
1501 && (level >= AST.JLS3_INTERNAL in match()
2140 return (level >= AST.JLS3_INTERNAL in match()
2147 && (level >= AST.JLS3_INTERNAL in match()
2568 if (level >= AST.JLS3_INTERNAL) { in match()
2756 if (level >= AST.JLS3_INTERNAL) { in match()
[all …]
H A DMethodInvocation.java149 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in MethodInvocation()
205 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
224 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DSuperMethodInvocation.java150 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in SuperMethodInvocation()
205 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
224 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DVariableDeclarationExpression.java163 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in VariableDeclarationExpression()
226 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
247 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DVariableDeclarationStatement.java166 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in VariableDeclarationStatement()
230 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
250 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DClassInstanceCreation.java196 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in ClassInstanceCreation()
274 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
300 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DInitializer.java213 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
233 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DFieldDeclaration.java248 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
269 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DTypeDeclaration.java261 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in TypeDeclaration()
408 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in clone0()
440 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
H A DBodyDeclaration.java161 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in BodyDeclaration()
H A DSingleVariableDeclaration.java235 if (ast.apiLevel >= AST.JLS3_INTERNAL) { in SingleVariableDeclaration()
392 if (this.ast.apiLevel >= AST.JLS3_INTERNAL) { in accept0()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/
H A DFullSourceWorkspaceModelTests.java91 /*package*/ static final int JLS3_INTERNAL = AST.JLS3; field in FullSourceWorkspaceModelTests
715 CompilationUnit unit = workingCopy.reconcile(JLS3_INTERNAL, true, null, null); in testPerfReconcile()
727 workingCopy.reconcile(JLS3_INTERNAL, true, null, null); in testPerfReconcile()
790 …workingCopy.reconcile(JLS3_INTERNAL, false/*no pb detection*/, null/*no owner*/, null/*no progress… in testPerfReconcileBigFileWithSyntaxError()
799 …workingCopy.reconcile(JLS3_INTERNAL, false/*no pb detection*/, null/*no owner*/, null/*no progress… in testPerfReconcileBigFileWithSyntaxError()
955 copy.reconcile(JLS3_INTERNAL, true, null, monitor); in testPerfBatchCreatePackageAndReconcile()
958 copy.reconcile(JLS3_INTERNAL, true, null, monitor); in testPerfBatchCreatePackageAndReconcile()
973 copy.reconcile(JLS3_INTERNAL, true, null, monitor); in testPerfBatchCreatePackageAndReconcile()
977 copy.reconcile(JLS3_INTERNAL, true, null, monitor); in testPerfBatchCreatePackageAndReconcile()
1029 CompilationUnit unit = workingCopy.reconcile(JLS3_INTERNAL, true, null, null); in testPerfSearchAllTypeNamesAndReconcile()
[all …]
/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 DBatchASTCreationTests.java50 /*package*/ static final int JLS3_INTERNAL = AST.JLS3; field in BatchASTCreationTests
224 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in createASTs()
1756 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in test073()
1903 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in test078()
1959 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in test079()
2017 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in test080()
2065 final ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in test081()
2094 final ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in test082()
2245 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in testIgnoreMethodBodies1()
2277 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in testIgnoreMethodBodies2()
H A DSampleASTs.java28 /*package*/ static final int JLS3_INTERNAL = AST.JLS3; field in SampleASTs
76 if (target.apiLevel() >= JLS3_INTERNAL) { in oneOfEach()
96 if (target.apiLevel() >= JLS3_INTERNAL) { in oneOfEach()
133 if (target.apiLevel() >= JLS3_INTERNAL) { in oneOfEach()
243 if (target.apiLevel() >= JLS3_INTERNAL) { in oneOfEach()
H A DProfilingASTConvertionTest.java49 /*package*/ static final int JLS3_INTERNAL = AST.JLS3; field in ProfilingASTConvertionTest
173 case JLS3_INTERNAL : in reportResults()
251 final int apiLevel = JLS3_INTERNAL; in test0000()
287 final int apiLevel = JLS3_INTERNAL; in test0001()
326 final int apiLevel = JLS3_INTERNAL; in test0002()
H A DASTMatcherTest.java219 if (this.ast.apiLevel() >= JLS3_INTERNAL) { in setUp()
273 case JLS3_INTERNAL: in getName()
880 if (this.ast.apiLevel() >= JLS3_INTERNAL) { in testConstructorInvocation()
981 if (this.ast.apiLevel() >= JLS3_INTERNAL) { in testFieldDeclaration()
1023 if (this.ast.apiLevel() >= JLS3_INTERNAL) { in testInitializer()
1096 if (this.ast.apiLevel() >= JLS3_INTERNAL) { in testMethodInvocation()
1129 if (this.ast.apiLevel() >= JLS3_INTERNAL) { in testPackageDeclaration()
1159 if (this.ast.apiLevel() >= JLS3_INTERNAL) { in testSingleVariableDeclaration()
1176 if (this.ast.apiLevel() >= JLS3_INTERNAL) { in testSuperConstructorInvocation()
1192 if (this.ast.apiLevel() >= JLS3_INTERNAL) { in testSuperMethodInvocation()
[all …]
H A DASTModelBridgeTests.java50 /*package*/ static final int JLS3_INTERNAL = AST.JLS3; field in ASTModelBridgeTests
117 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in createBindings()
125 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in createBinaryBindings()
810 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in testCreateBindings01()
861 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in testCreateBindings23()
1300 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in testCreateBindings24()
2580 ASTParser parser = ASTParser.newParser(JLS3_INTERNAL); in testTypeParameter2()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/
H A DASTRewriteFlattener.java87 private static final int JLS3_INTERNAL = AST.JLS3; field in ASTRewriteFlattener
447 if (node.getAST().apiLevel() >= JLS3_INTERNAL) { in visit()
579 if (node.getAST().apiLevel() >= JLS3_INTERNAL) { in visit()
768 if (node.getAST().apiLevel() >= JLS3_INTERNAL) {
793 if (node.getAST().apiLevel() >= JLS3_INTERNAL) { in visit()
928 if (node.getAST().apiLevel() >= JLS3_INTERNAL) { in visit()
957 if (node.getAST().apiLevel() >= JLS3_INTERNAL) { in visit()
986 if (node.getAST().apiLevel() >= JLS3_INTERNAL) { in visit()
1121 if (apiLevel >= JLS3_INTERNAL) {
1261 if (node.getAST().apiLevel() >= JLS3_INTERNAL) { in visit()
/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/modifying/
H A DASTRewritingModifyingTest.java53 /*package*/ static final int JLS3_INTERNAL = AST.JLS3; field in ASTRewritingModifyingTest
230 return JLS3_INTERNAL; in getJLS3()

123