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