public interface JRQueryChunkHandler
JRQueryParser.parse(String, JRQueryChunkHandler)
Modifier and Type | Method and Description |
---|---|
void |
handleClauseChunk(java.lang.String[] tokens,
char tokenSeparator)
Handle a clause chunk (
$X{..} ). |
void |
handleParameterChunk(java.lang.String text)
Handle a parameter chunk (
$P{..} ). |
void |
handleParameterClauseChunk(java.lang.String text)
Handle a parameter clause chunk (
$P!{..} ). |
void |
handleTextChunk(java.lang.String text)
Handle a plain text query chunk.
|
void handleTextChunk(java.lang.String text)
text
- the textvoid handleParameterChunk(java.lang.String text)
$P{..}
).text
- the chunk text, i.e. the parameter namevoid handleParameterClauseChunk(java.lang.String text)
$P!{..}
).text
- the chunk text, i.e. the parameter namevoid handleClauseChunk(java.lang.String[] tokens, char tokenSeparator)
$X{..}
).tokens
- the chunk tokenstokenSeparator
- the token separator character© 2001-2014 TIBCO Software Inc. www.jaspersoft.com