Class ControlFlowGraphBuilder.NodeCreationVisitor

java.lang.Object
com.strobel.decompiler.languages.java.ast.DepthFirstAstVisitor<ControlFlowNode,ControlFlowNode>
com.strobel.decompiler.languages.java.analysis.ControlFlowGraphBuilder.NodeCreationVisitor
All Implemented Interfaces:
IAstVisitor<ControlFlowNode,ControlFlowNode>
Enclosing class:
ControlFlowGraphBuilder

final class ControlFlowGraphBuilder.NodeCreationVisitor extends DepthFirstAstVisitor<ControlFlowNode,ControlFlowNode>