public class NumericNameLexer extends Object
NumericLexer class.
CLI javadoc and README file.| Constructor and Description |
|---|
NumericNameLexer(BufferedReader breader,
NameFactory nameFactory)
Construct a new NumericNameLexer.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
getNextToken()
Get the next token provided by yylex().
|
List<Name> |
getNumericNames()
Returns found expressions as a List of names.
|
boolean |
hasNextToken()
Check if the next token provided by yylex() is null.
|
public NumericNameLexer(BufferedReader breader, NameFactory nameFactory)
breader - ReadernameFactory - The NameFactory that will be invoked to convert
each string extracted by the @link NumericLexer into a @Name objectpublic List<Name> getNumericNames()
public boolean hasNextToken()
public Name getNextToken()
Copyright © 2016 IXA pipes. All rights reserved.