Mosa.Compiler.Framework.InstructionNode.InstructionNode C# (CSharp) Method

InstructionNode() public method

public InstructionNode ( ) : System
return System
        public InstructionNode()
        {
        }

Same methods

InstructionNode::InstructionNode ( BaseInstruction instruction ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, BasicBlock block ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, BasicBlock block1, BasicBlock block2 ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, ConditionCode condition ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, ConditionCode condition, BasicBlock block ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, MosaMethod target ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, Operand result ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, Operand result, Operand operand1 ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, bool updateStatus, Operand result ) : System
InstructionNode::InstructionNode ( BaseInstruction instruction, int operandCount, byte resultCount ) : System