Package | Description |
---|---|
de.erichseifert.gral.util |
Common utility classes.
|
Modifier and Type | Method and Description |
---|---|
StatefulTokenizer.Token |
StatefulTokenizer.Rule.getToken(String data,
int pos)
Analyzes the specified input data starting at the given position
and returns a token with the defined type, the content matched by
the regular expression if the rule matches.
|
Modifier and Type | Method and Description |
---|---|
List<StatefulTokenizer.Token> |
StatefulTokenizer.tokenize(String data)
Analyzes the specified input string using different sets of rules and
returns a list of token objects describing the content structure.
|
Modifier and Type | Method and Description |
---|---|
void |
StatefulTokenizer.Token.append(StatefulTokenizer.Token t)
Joins two tokens by appending the contents of another token to this
token.
|
Copyright © 2009-2013. All Rights Reserved.