Uses of Interface
com.strobel.functions.Consumer
Packages that use Consumer
Package
Description
-
Uses of Consumer in com.strobel.assembler.flowanalysis
Methods in com.strobel.assembler.flowanalysis with parameters of type ConsumerModifier and TypeMethodDescriptionfinal void
ControlFlowNode.traversePostOrder
(Function<ControlFlowNode, Iterable<ControlFlowNode>> children, Consumer<ControlFlowNode> visitAction) final void
ControlFlowNode.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 boolean
PatternMatching.matchBooleanConstant
(Node node, Consumer<? super Boolean> value) static boolean
PatternMatching.matchCharacterConstant
(Node node, Consumer<? super Character> value) static <T> boolean
PatternMatching.matchGetOperand
(Node node, AstCode code, Consumer<? super T> operand) static boolean
PatternMatching.matchIntegralConstant
(Node node, Consumer<? super Long> constant) static boolean
static boolean
static boolean
PatternMatching.matchNumericConstant
(Node node, Consumer<? super Number> constant) -
Uses of Consumer in com.strobel.expressions
Fields in com.strobel.expressions declared as ConsumerModifier and TypeFieldDescriptionprivate final Consumer
<? extends Expression> DebugViewWriter.VISITOR_BLOCK
Methods in com.strobel.expressions that return ConsumerModifier and TypeMethodDescriptionprivate <T extends Expression>
Consumer<T> DebugViewWriter.visitorBlock()
Methods in com.strobel.expressions with parameters of type ConsumerModifier and TypeMethodDescriptionprivate <T extends Expression>
voidDebugViewWriter.visitExpressions
(char open, char separator, ExpressionList<T> expressions, Consumer<T> visit)