예제 #1
0
 static new public MExpBinaryOperator_Multiplicative_Division DOMify(string text)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(text).mExpBinaryMultiplicativeOperator()));
 }
예제 #2
0
 static public MExpExpression DOMify(Stream stream)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(stream).mExpExpression()));
 }
예제 #3
0
 static new public MExpBinaryOperator_Additive_Subtraction DOMify(string text)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(text).mExpBinaryAdditiveOperator()));
 }
예제 #4
0
 static new public MExpBinaryOperator_Multiplicative_Multiplication DOMify(Stream stream)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(stream).mExpBinaryMultiplicativeOperator()));
 }
예제 #5
0
 static new public MExpUnaryOperator_Sign_Negate DOMify(string text)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(text).mExpUnarySignOperator()));
 }
예제 #6
0
 static public MExpBinaryOperator_Additive DOMify(Stream stream)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(stream).mExpBinaryAdditiveOperator()));
 }
예제 #7
0
 static public MExpUnaryOperator_Sign DOMify(Stream stream)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(stream).mExpUnarySignOperator()));
 }
예제 #8
0
 static new public MExpExpression_Additive DOMify(string text)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(text).mExpExpression()));
 }
예제 #9
0
 static new public MExpExpression_Multiplicative DOMify(Stream stream)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(stream).mExpExpression()));
 }
예제 #10
0
 static public MExpEntry DOMify(string text)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(text).mExpEntry()));
 }
예제 #11
0
 static public MExpFunction DOMify(string text)
 {
     return(DOMify(MExpDOMinatorUtilities.CreateParser(text).mExpFunction()));
 }