Uses of Class
com.strobel.decompiler.ast.BasicBlock
Packages that use BasicBlock
-
Uses of BasicBlock in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with parameters of type BasicBlockModifier and TypeMethodDescriptionstatic booleanPatternMatching.matchAssignmentAndConditionalBreak(BasicBlock block, StrongBox<Expression> assignedValue, StrongBox<Expression> condition, StrongBox<Label> trueLabel, StrongBox<Label> falseLabel, StrongBox<Expression> equivalentLoad) static booleanPatternMatching.matchLast(BasicBlock block, AstCode code) static <T> booleanPatternMatching.matchLast(BasicBlock block, AstCode code, StrongBox<? super T> operand) static <T> booleanPatternMatching.matchLast(BasicBlock block, AstCode code, StrongBox<? super T> operand, StrongBox<Expression> argument) static <T> booleanPatternMatching.matchLastAndBreak(BasicBlock block, AstCode code, StrongBox<? super T> operand, StrongBox<Expression> argument, StrongBox<Label> label) static booleanPatternMatching.matchSimpleBreak(BasicBlock block, StrongBox<Label> label) static booleanPatternMatching.matchSimpleBreak(BasicBlock block, Label label) static <T> booleanPatternMatching.matchSingle(BasicBlock block, AstCode code, StrongBox<? super T> operand, StrongBox<Expression> argument) static <T> booleanPatternMatching.matchSingleAndBreak(BasicBlock block, AstCode code, StrongBox<? super T> operand, StrongBox<Expression> argument, StrongBox<Label> label)