org.eobjects.metamodel.query.parser
Interface QueryPartProcessor

All Known Implementing Classes:
QueryPartCollectionProcessor, SelectItemParser

public interface QueryPartProcessor

Callback of the QueryPartParser, which recieves notifications whenever a token is identified/parsed. A QueryPartProcessor is used to perform the actual processing of identified tokens.


Method Summary
 void parse(String delim, String token)
          Method invoked whenever the QueryPartParser identifies a token.
 

Method Detail

parse

void parse(String delim,
           String token)
Method invoked whenever the QueryPartParser identifies a token.

Parameters:
delim - the (previous) delimitor identified before the token. This will always be null in case of the first token.
token - the token identified.


Copyright © 2007-2013. All Rights Reserved.