public class NameList extends Token
toBeParsed| Constructor and Description |
|---|
NameList() |
NameList(LineToParse x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canParse()
can this token be parsed? is the next character
of toBeParsed consistent with the requested parsing task?
|
void |
parse()
actually parse toBeParsed given requested parsing task
|
setLineToParsepublic NameList()
public NameList(LineToParse x)
public boolean canParse()
Token