public class NumericNameLexer extends Object
NumericLexer class.
CLI javadoc and README file.| Constructor and Description |
|---|
NumericNameLexer(BufferedReader breader,
SequenceLabelFactory nameFactory)
Construct a new NumericNameLexer.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceLabel |
getNextToken()
Get the next token provided by yylex().
|
List<SequenceLabel> |
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, SequenceLabelFactory nameFactory)
breader - ReadernameFactory - The NameFactory that will be invoked to convert each string
extracted by the @link NumericLexer into a @Sequence objectpublic List<SequenceLabel> getNumericNames()
public boolean hasNextToken()
public SequenceLabel getNextToken()
Copyright © 2017 IXA pipes. All rights reserved.