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