org.eobjects.metamodel.query.parser
Class QueryPartParser

java.lang.Object
  extended by org.eobjects.metamodel.query.parser.QueryPartParser

public final class QueryPartParser
extends Object

Parser of query parts. This parser is aware of parenthesis symbols '(' and ')' and only yields tokens that have balanced parentheses. Delimitors are configurable.


Constructor Summary
QueryPartParser(QueryPartProcessor processor, String clause, String... itemDelims)
           
 
Method Summary
 void parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryPartParser

public QueryPartParser(QueryPartProcessor processor,
                       String clause,
                       String... itemDelims)
Method Detail

parse

public void parse()


Copyright © 2007-2013. All Rights Reserved.