コード例 #1
0
 /// <summary>
 /// Adds the shift operation between the child i and i+1.
 /// </summary>
 public void AppendShiftOperation(ShiftOps operation) {
     m_operations.Add(operation);
 }
コード例 #2
0
ファイル: ASTshift_expr.cs プロジェクト: divyang4481/IIOPNet
 /// <summary>
 /// Adds the shift operation between the child i and i+1.
 /// </summary>
 public void AppendShiftOperation(ShiftOps operation)
 {
     m_operations.Add(operation);
 }