public class Comma extends FixedSkip
toBeParsed
Constructor and Description |
---|
Comma()
Standard constructor
|
Comma(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmsg() |
java.lang.String |
getPattern() |
Comma |
klone(LineToParse l)
return copy of 'this'
|
canParse, consumeToken, parse
setLineToParse
public Comma()
public Comma(LineToParse l)
l
- -- line t parsepublic java.lang.String getPattern()
getPattern
in class FixedSkip
public java.lang.String getEmsg()
public Comma klone(LineToParse l)
Token