Ejemplo n.º 1
0
 private void SetMExpExpression(MExpExpression input)
 {
     m_exp_expression.Set(input);
 }
Ejemplo n.º 2
0
 private void SetMExpBinaryAdditiveOperator(MExpBinaryOperator_Additive input)
 {
     m_exp_binary_additive_operator.Set(input);
 }
Ejemplo n.º 3
0
 private void SetMExpUnarySignOperator(MExpUnaryOperator_Sign input)
 {
     m_exp_unary_sign_operator.Set(input);
 }
Ejemplo n.º 4
0
 private void SetMExpBinaryMultiplicativeOperator(MExpBinaryOperator_Multiplicative input)
 {
     m_exp_binary_multiplicative_operator.Set(input);
 }
Ejemplo n.º 5
0
 private void SetMExpFunction(MExpFunction input)
 {
     m_exp_function.Set(input);
 }