Uses of Interface
com.strobel.functions.Consumer
Packages that use Consumer
-
Uses of Consumer in com.strobel.assembler.flowanalysis
Methods in com.strobel.assembler.flowanalysis with parameters of type ConsumerModifier and TypeMethodDescriptionfinal voidControlFlowNode.traversePostOrder(Function<ControlFlowNode, Iterable<ControlFlowNode>> children, Consumer<ControlFlowNode> visitAction) final voidControlFlowNode.traversePreOrder(Function<ControlFlowNode, Iterable<ControlFlowNode>> children, Consumer<ControlFlowNode> visitAction) -
Uses of Consumer in com.strobel.core
Classes in com.strobel.core that implement Consumer -
Uses of Consumer in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with parameters of type ConsumerModifier and TypeMethodDescriptionstatic booleanPatternMatching.matchBooleanConstant(Node node, Consumer<? super Boolean> value) static booleanPatternMatching.matchCharacterConstant(Node node, Consumer<? super Character> value) static <T> booleanPatternMatching.matchGetOperand(Node node, AstCode code, Consumer<? super T> operand) static booleanPatternMatching.matchIntegralConstant(Node node, Consumer<? super Long> constant) static booleanstatic booleanPatternMatching.matchLock(List<Node> body, int position, Consumer<? super com.strobel.decompiler.ast.LockInfo> result) static booleanPatternMatching.matchNumericConstant(Node node, Consumer<? super Number> constant)