Home
last modified time | relevance | path

Searched defs:catchClauses (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeTryCatchFinallyStatement.cs29 private CodeCatchClauseCollection catchClauses = new CodeCatchClauseCollection(); field in System.CodeDom.CodeTryCatchFinallyStatement
45 …ublic CodeTryCatchFinallyStatement(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses) { in CodeTryCatchFinallyStatement()
56 … CodeTryCatchFinallyStatement(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses, CodeS… in CodeTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/
H A DCodeTryCatchFinallyStatement.cs12 … public CodeTryCatchFinallyStatement(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses) in CodeTryCatchFinallyStatement()
18 … CodeTryCatchFinallyStatement(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses, CodeS… in CodeTryCatchFinallyStatement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeStatements/
H A DCodeTryCatchFinallyStatementTests.cs32 …eStatementArray_CodeCatchClauseArray(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses) in Ctor_CodeStatementArray_CodeCatchClauseArray()
51 …lauseArray_CodeStatementArray(CodeStatement[] tryStatements, CodeCatchClause[] catchClauses, CodeS… in Ctor_CodeStatementArray_CodeCatchClauseArray_CodeStatementArray()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/ast/
H A DTryStatement.java33 private List<CatchClause> catchClauses; field in TryStatement
79 public void setCatchClauses(List<CatchClause> catchClauses) { in setCatchClauses()
/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 DASTConverter17Test.java226 List catchClauses = tryStatement.catchClauses(); in test0005() local
259 List catchClauses = tryStatement.catchClauses(); in test0006() local
290 List catchClauses = tryStatement.catchClauses(); in test0007() local
323 List catchClauses = tryStatement.catchClauses(); in test0008() local
356 List catchClauses = TryStatement.catchClauses(); in test0009() local
390 List catchClauses = tryStatement.catchClauses(); in test0010() local
448 List catchClauses = tryStatement.catchClauses(); in test0011() local
H A DASTConverterAST3Test.java5712 List catchClauses = tryStatement.catchClauses(); in test0243() local
5731 List catchClauses = tryStatement.catchClauses(); in test0244() local
H A DASTConverterAST4Test.java5712 List catchClauses = tryStatement.catchClauses(); in test0243() local
5731 List catchClauses = tryStatement.catchClauses(); in test0244() local
H A DASTConverterAST8Test.java5708 List catchClauses = tryStatement.catchClauses(); in test0243() local
5727 List catchClauses = tryStatement.catchClauses(); in test0244() local
H A DASTConverterTest.java5874 List catchClauses = tryStatement.catchClauses(); in test0243() local
5893 List catchClauses = tryStatement.catchClauses(); in test0244() local
H A DASTConverterTestAST4_2.java8467 List catchClauses = statement2.catchClauses(); in test0661() local
H A DASTConverterTestAST3_2.java8470 List catchClauses = statement2.catchClauses(); in test0661() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/
H A DAbstractExceptionAnalyzer.java111 List<CatchClause> catchClauses= node.catchClauses(); in visit() local
165 private void handleCatchArguments(List<CatchClause> catchClauses) { in handleCatchArguments()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DTryStatement.java170 private ASTNode.NodeList catchClauses = field in TryStatement
327 public List catchClauses() { in catchClauses() method in TryStatement
/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/flow/
H A DFlowContext.java123 List<CatchClause> catchClauses= node.catchClauses(); in pushExcptions() local
H A DFlowAnalyzer.java327 List<CatchClause> catchClauses= node.catchClauses(); in visit() local
/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/util/
H A DStatementAnalyzer.java208 List<CatchClause> catchClauses= node.catchClauses(); in endVisit() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/
H A DMethodExitsFinder.java189 List<CatchClause> catchClauses= node.catchClauses(); in visit() local
H A DExceptionOccurrencesFinder.java350 List<CatchClause> catchClauses= node.catchClauses(); in visit() local
/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 DASTRewritingStatementsTest.java4926 List catchClauses= tryStatement.catchClauses(); in testTryStatement() local
4941 List catchClauses= tryStatement.catchClauses(); in testTryStatement() local
5031 List catchClauses= tryStatement.catchClauses(); in testTryStatement2_since_4() local
5089 List catchClauses= tryStatement.catchClauses(); in testTryStatement3_since_4() local
5231 List catchClauses= tryStatement.catchClauses(); in testTryStatementWithResources_since_4() local
6195 List catchClauses= tryStatement.catchClauses(); in testTryStatementWithMultiCatch1_since_4() local
6270 List catchClauses= tryStatement.catchClauses(); in testTryStatementWithMultiCatch2_since_4() local
H A DASTRewritingExpressionsTest.java674 List catchClauses= ((TryStatement) statements.get(0)).catchClauses(); in testCatchClause() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java1736 List<JCCatch> catchClauses = List.<JCCatch>of(make.Catch(catchExceptionDecl, catchBlock)); in makeTwrFinallyClause() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java1736 List<JCCatch> catchClauses = List.<JCCatch>of(make.Catch(catchExceptionDecl, catchBlock)); in makeTwrFinallyClause() local
/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 DLocalCorrectionsSubProcessor.java356 List<CatchClause> catchClauses= surroundingTry.catchClauses(); in addUncaughtExceptionProposals() local
H A DQuickAssistProcessor.java2931 List<CatchClause> catchClauses= tryStatement.catchClauses(); in getConvertToMultiCatchProposals() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs655 …atement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClause… in CodeTryCatchFinallyStatement()
656 …atement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClause… in CodeTryCatchFinallyStatement()

12