Пример #1
0
 internal QueryConditionalBranchOpcode(OpcodeID id, QueryBranchIndex branchIndex)
     : base(id)
 {
     Fx.Assert(null != branchIndex, "");
     this.flags      |= OpcodeFlags.Branch;
     this.branchIndex = branchIndex;
     this.nextID      = 0;
 }
 internal QueryConditionalBranchOpcode(OpcodeID id, QueryBranchIndex branchIndex) : base(id)
 {
     base.flags      |= OpcodeFlags.Branch;
     this.branchIndex = branchIndex;
     this.nextID      = 0;
 }
 internal QueryConditionalBranchOpcode(OpcodeID id, QueryBranchIndex branchIndex) : base(id)
 {
     base.flags |= OpcodeFlags.Branch;
     this.branchIndex = branchIndex;
     this.nextID = 0;
 }