Exemple #1
0
 public MExpExpression GetMExpExpression()
 {
     return(m_exp_expression.Get());
 }
Exemple #2
0
 public MExpBinaryOperator_Additive GetMExpBinaryAdditiveOperator()
 {
     return(m_exp_binary_additive_operator.Get());
 }
Exemple #3
0
 public MExpUnaryOperator_Sign GetMExpUnarySignOperator()
 {
     return(m_exp_unary_sign_operator.Get());
 }
Exemple #4
0
 public MExpBinaryOperator_Multiplicative GetMExpBinaryMultiplicativeOperator()
 {
     return(m_exp_binary_multiplicative_operator.Get());
 }
Exemple #5
0
 public MExpFunction GetMExpFunction()
 {
     return(m_exp_function.Get());
 }