public class JRClauseTokens
extends java.lang.Object
JRQueryChunk.getTokens()
,
JRQueryChunk.TYPE_CLAUSE_TOKENS
Constructor and Description |
---|
JRClauseTokens(java.lang.String[] tokens)
Wraps an array of tokens.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getToken(int position)
Returns a token at a specified position.
|
public JRClauseTokens(java.lang.String[] tokens)
tokens
- the tokenspublic java.lang.String getToken(int position)
If the specified position is greater than the number of tokens or
the token is empty, the method returns null
.
position
- the position© 2001-2010 Jaspersoft Corporation www.jaspersoft.com