Uses of Class
com.strobel.core.BooleanBox
Packages that use BooleanBox
Package
Description
-
Uses of BooleanBox in com.strobel.assembler.flowanalysis
Methods in com.strobel.assembler.flowanalysis with parameters of type BooleanBoxModifier and TypeMethodDescriptionfinal void
ControlFlowGraph.computeDominance
(BooleanBox cancelled) -
Uses of BooleanBox in com.strobel.decompiler
Fields in com.strobel.decompiler declared as BooleanBoxMethods in com.strobel.decompiler that return BooleanBoxMethods in com.strobel.decompiler with parameters of type BooleanBox -
Uses of BooleanBox in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as BooleanBoxModifier and TypeFieldDescriptionprivate static final BooleanBox
AstOptimizer.SCRATCH_BOOLEAN_BOX
Methods in com.strobel.decompiler.ast with parameters of type BooleanBoxModifier and TypeMethodDescriptionprivate 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