Exemple #1
0
        public override MExpUnaryOperator_Sign Duplicate()
        {
            MExpUnaryOperator_Sign_Negate instance = new MExpUnaryOperator_Sign_Negate();

            return(instance);
        }
Exemple #2
0
 public override MExpElement VisitMExpUnaryOperator_Negate(MExpParser.MExpUnaryOperator_NegateContext context)
 {
     return(MExpUnaryOperator_Sign_Negate.DOMify(context));
 }