Uses of Class
com.strobel.core.BooleanBox
-
Packages that use BooleanBox Package Description com.strobel.assembler.flowanalysis com.strobel.decompiler com.strobel.decompiler.ast com.strobel.reflection -
-
Uses of BooleanBox in com.strobel.assembler.flowanalysis
Methods in com.strobel.assembler.flowanalysis with parameters of type BooleanBox Modifier and Type Method Description void
ControlFlowGraph. computeDominance(BooleanBox cancelled)
-
Uses of BooleanBox in com.strobel.decompiler
Fields in com.strobel.decompiler declared as BooleanBox Modifier and Type Field Description private BooleanBox
DecompilerContext. _isCanceled
Methods in com.strobel.decompiler that return BooleanBox Modifier and Type Method Description BooleanBox
DecompilerContext. getCanceled()
Methods in com.strobel.decompiler with parameters of type BooleanBox Modifier and Type Method Description void
DecompilerContext. setCanceled(BooleanBox canceled)
-
Uses of BooleanBox in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as BooleanBox Modifier and Type Field Description private static BooleanBox
AstOptimizer. SCRATCH_BOOLEAN_BOX
Methods in com.strobel.decompiler.ast with parameters of type BooleanBox Modifier and Type Method Description private static Expression
AstOptimizer.SimplifyTernaryOperatorRoundTwoOptimization. simplify(Expression head, BooleanBox modified)
(package private) static Expression
AstOptimizer. simplifyLogicalNot(Expression expression, BooleanBox modified)
-
Uses of BooleanBox in com.strobel.reflection
Fields in com.strobel.reflection with type parameters of type BooleanBox Modifier and Type Field Description static Type<BooleanBox>
Types. BooleanBox
-