Exemplo n.º 1
0
 public TestExpression(TestValue left, T operation, TestValue right)
 {
     this.left      = left;
     this.operation = operation;
     this.right     = right;
 }
Exemplo n.º 2
0
 public TestNegate([RuleSymbol("<Value>")] TestValue value)
 {
     this.value = value;
 }