Home
last modified time | relevance | path

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

/expo/android/tools/src/main/java/host/exp/exponent/tools/
H A DReactAndroidCodeTransformer.java82 …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()