public class Comma extends FixedStringToken
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
tok |
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 |
getTokenString()
basically this returns the last parsed token.
|
Comma |
klone(LineToParse l)
return copy of 'this'
|
canParse, consumeToken, parse
setLineToParse
public static final java.lang.String tok
public Comma()
public Comma(LineToParse l)
l
- -- line t parsepublic java.lang.String getTokenString()
Token
getTokenString
in class FixedStringToken
public java.lang.String getEmsg()
public Comma klone(LineToParse l)
Token