Exemple #1
0
 static public MExpBinaryOperator_Multiplicative DOMify(MExpParser.MExpBinaryMultiplicativeOperatorContext context)
 {
     return(MExpResolver.Resolve <MExpBinaryOperator_Multiplicative>(context));
 }
Exemple #2
0
 static public MExpExpression DOMify(MExpParser.MExpExpressionContext context)
 {
     return(MExpResolver.Resolve <MExpExpression>(context));
 }
Exemple #3
0
 static public MExpUnaryOperator_Sign DOMify(MExpParser.MExpUnarySignOperatorContext context)
 {
     return(MExpResolver.Resolve <MExpUnaryOperator_Sign>(context));
 }