Uses of Class
com.strobel.decompiler.ast.Inlining
-
Packages that use Inlining Package Description com.strobel.decompiler.ast -
-
Uses of Inlining in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with parameters of type Inlining Modifier and Type Method Description private static boolean
AstOptimizer. introducePreIncrementForInstanceFields(java.util.List<Node> body, MutableInteger position, Inlining inlining)
private static boolean
AstOptimizer. introducePreIncrementForStaticFields(java.util.List<Node> body, MutableInteger position, Inlining inlining)
-