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 voidControlFlowGraph.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 BooleanBoxAstOptimizer.SCRATCH_BOOLEAN_BOXMethods in com.strobel.decompiler.ast with parameters of type BooleanBoxModifier and TypeMethodDescriptionprivate 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