Uses of Class
com.strobel.decompiler.ast.LockInfo
-
Packages that use LockInfo Package Description com.strobel.decompiler.ast -
-
Uses of LockInfo in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with parameters of type LockInfo Modifier and Type Method Description private static void
AstOptimizer. inlineLockAccess(Node owner, java.util.List<Node> body, LockInfo lockInfo)
static boolean
PatternMatching. matchUnlock(Node e, LockInfo lockInfo)
Method parameters in com.strobel.decompiler.ast with type arguments of type LockInfo Modifier and Type Method Description static boolean
PatternMatching. matchLock(java.util.List<Node> body, int position, Consumer<? super LockInfo> result)
-