Searched refs:getCatchClause (Results 1 – 1 of 1) sorted by relevance
| /expo/android/tools/src/main/java/host/exp/exponent/tools/ |
| H A D | ReactAndroidCodeTransformer.java | 82 …private static CatchClause getCatchClause(String title, String details, String exceptionId, String… in getCatchClause() method in ReactAndroidCodeTransformer 86 return getCatchClause(Arrays.asList(t), v, catchBlock); in getCatchClause() 89 private static CatchClause getCatchClause() { in getCatchClause() method in ReactAndroidCodeTransformer 92 return getCatchClause(Arrays.asList(t), v, new BlockStmt()); in getCatchClause() 95 private static CatchClause getCatchClause( in getCatchClause() method in ReactAndroidCodeTransformer 108 …tryStatement.setCatchClauses(NodeList.nodeList(getCatchClause(title, details, exceptionId, isFatal… in getTryCatch() 116 tryStatement.setCatchClauses(NodeList.nodeList(getCatchClause())); in getTryCatch()
|