com.northconcepts.datapipeline.expression
Class ExpressionHelper

java.lang.Object
  extended by com.northconcepts.datapipeline.expression.ExpressionHelper

public class ExpressionHelper
extends Object


Method Summary
static ASTNode parseExpression(String expressionAsString)
           
static ASTNode parseLogicalExpression(String expressionAsString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseExpression

public static ASTNode parseExpression(String expressionAsString)
                               throws ParseException
Throws:
ParseException

parseLogicalExpression

public static ASTNode parseLogicalExpression(String expressionAsString)
                                      throws ParseException
Throws:
ParseException


Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.