public static void Rule(UnaryElementExpression200 lhs, UnaryOp200 unaryOp200, Element element) { lhs.CodeTerm = new CodeCompoundTerm( unaryOp200.CodeFunctor, new CodeTerm[] { element.CodeTerm }); }
public static void Rule(UnaryOp200 lhs, OpBitwiseNegate op) { lhs.CodeFunctor = new CodeFunctor(op.Text, 1, true); }
public static void Rule(UnaryOp200 lhs, OpSubtract op) { lhs.CodeFunctor = new CodeFunctor(op.Text, 1, true); }