Package org.formulacompiler.compiler.internal.expressions

Examples of org.formulacompiler.compiler.internal.expressions.ExpressionNode.describe()


            compileMatch( _node, 1 );
          }
          return;
        }
        throw new InnerExpressionException( typeArg, new CompilerException.UnsupportedExpression(
            "The last argument to MATCH, the match type, must be constant, but is " + typeArg.describe() + "." ) );
      }

    }
    throw new CompilerException.UnsupportedExpression( "MATCH must have two or three arguments." );
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.