Class SwitchDetection.LoopContext
java.lang.Object
net.covers1624.coffeegrinder.bytecode.transform.transformers.SwitchDetection.LoopContext
- Enclosing class:
SwitchDetection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.covers1624.quack.collection.FastStream<ControlFlowNode> Similar to how the control flow graph ends with nodes which return/throw unconditionally This method filters out children which are continue blocks (at any depth)booleanmatchContinue(ControlFlowNode node, int depth)
-
Constructor Details
-
LoopContext
-
-
Method Details
-
matchContinue
-
getDominatorTreeChildren
public net.covers1624.quack.collection.FastStream<ControlFlowNode> getDominatorTreeChildren(ControlFlowNode node) Similar to how the control flow graph ends with nodes which return/throw unconditionally This method filters out children which are continue blocks (at any depth)
-