public static void Rule(OptionalProgramStatement lhs, Statement statement)
 {
     lhs.CodeSentence = statement.CodeSentence;
 }
Ejemplo n.º 2
0
 public static void Rule(Statement lhs, Query query)
 {
     lhs.CodeSentence = query.CodeSentence;
 }
Ejemplo n.º 3
0
 public static void Rule(Statement lhs, Query query)
 {
     lhs.CodeSentence = query.CodeSentence;
 }
Ejemplo n.º 4
0
 public static void Rule(Statement lhs, Clause clause)
 {
     lhs.CodeSentence = clause.CodeSentence;
 }
Ejemplo n.º 5
0
 public static void Rule(Statement lhs, Clause clause)
 {
     lhs.CodeSentence = clause.CodeSentence;
 }