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 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 booleanstatic booleanPatternMatching.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_BLOCKMethods 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)