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, consumeTokensetLineToParsepublic 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 FixedSavepublic void parse()
Tokenpublic Nothing klone(LineToParse l)
Token