コード例 #1
0
 public AssignmentFlowNode(InstructionBlock theBlock)
 {
     this.CFGBlock   = theBlock;
     this.NodeState  = AssignmentNodeState.Unknown;
     this.Successors = new AssignmentFlowNode[theBlock.Successors.Length];
 }
コード例 #2
0
 public AssignmentFlowNode(InstructionBlock theBlock)
 {
     this.CFGBlock = theBlock;
     this.NodeState = AssignmentNodeState.Unknown;
     this.Successors = new AssignmentFlowNode[theBlock.Successors.Length];
 }