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