public class Nothing extends FixedSave
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
tok |
toBeParsed
Constructor and Description |
---|
Nothing()
Standard constructor
|
Nothing(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmsg() |
java.lang.String |
getPattern() |
Nothing |
klone(LineToParse l)
return copy of 'this'
|
void |
parse()
actually parse toBeParsed given requested parsing task
|
canParse, consumeToken
setLineToParse
public static final java.lang.String tok
public Nothing()
public Nothing(LineToParse l)
l
- -- LineToParsepublic java.lang.String getEmsg()
public java.lang.String getPattern()
getPattern
in class FixedSave
public void parse()
Token
public Nothing klone(LineToParse l)
Token