Uses of Class
com.strobel.decompiler.ast.TryCatchBlock
Packages that use TryCatchBlock
-
Uses of TryCatchBlock in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with parameters of type TryCatchBlockModifier and TypeMethodDescriptionprivate static boolean
AstOptimizer.isEmptyTryCatch
(TryCatchBlock tryCatch) private static boolean
AstOptimizer.rewriteSynchronizedCore
(TryCatchBlock tryCatch, int depth) -
Uses of TryCatchBlock in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type TryCatchBlockModifier and TypeMethodDescriptionprivate SynchronizedStatement
AstMethodBodyBuilder.transformSynchronized
(Expression expression, TryCatchBlock tryCatch)