org.gvsig.remoteclient.wfs.filters
Class ParseExpressions

java.lang.Object
  extended by org.gvsig.remoteclient.wfs.filters.ParseExpressions

public class ParseExpressions
extends java.lang.Object

It parses a SQL expression (just the where part) and seperates it in "sub-expresion". A sub-expresion could be a separator ('(' or ')'), a logical operator ('And', 'Not' or 'Or') or a expresion (A op B).

Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)

Constructor Summary
ParseExpressions()
           
 
Method Summary
 java.util.ArrayList parseExpression(java.lang.String expression)
          It parses a expression and return one arrayList with the separated words
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseExpressions

public ParseExpressions()
Method Detail

parseExpression

public java.util.ArrayList parseExpression(java.lang.String expression)
It parses a expression and return one arrayList with the separated words

Parameters:
expression -
Returns:


Copyright © 2004-2013 gvSIG. All Rights Reserved.