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 voidControlFlowGraph. computeDominance(BooleanBox cancelled) -
Uses of BooleanBox in com.strobel.decompiler
Fields in com.strobel.decompiler declared as BooleanBox Modifier and Type Field Description private BooleanBoxDecompilerContext. _isCanceledMethods in com.strobel.decompiler that return BooleanBox Modifier and Type Method Description BooleanBoxDecompilerContext. getCanceled()Methods in com.strobel.decompiler with parameters of type BooleanBox Modifier and Type Method Description voidDecompilerContext. 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 BooleanBoxAstOptimizer. SCRATCH_BOOLEAN_BOXMethods in com.strobel.decompiler.ast with parameters of type BooleanBox Modifier and Type Method Description private static ExpressionAstOptimizer.SimplifyTernaryOperatorRoundTwoOptimization. simplify(Expression head, BooleanBox modified)(package private) static ExpressionAstOptimizer. 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
-