toBeParsed| Constructor and Description |
|---|
FixedSave()
Standard constructor
|
FixedSave(LineToParse l)
Standard constructor with line to parse
|
| 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?
no changes to LineToParse are made
|
void |
consumeToken()
consume the next token if canParse()==true ; token is stored
in LinetoParse object
|
abstract java.lang.String |
getPattern() |
abstract FixedSave |
klone(LineToParse l)
return copy of 'this'
|
void |
parse()
actually parse toBeParsed given requested parsing task
|
getEmsg, setLineToParsepublic FixedSave()
public FixedSave(LineToParse l)
l - -- line to parsepublic abstract java.lang.String getPattern()
public boolean canParse()
Tokenpublic void consumeToken()
TokenconsumeToken in class Tokenpublic void parse()
Tokenpublic abstract FixedSave klone(LineToParse l)
Token