Exemplo n.º 1
0
 public IsOperatorExpressionNode(SourceLocation location, ExpressionNode left, TypeExpressionNode type) : base(location)
 {
     Left = left;
     Type = type;
 }