public class NothingNess extends FixedStringToken
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
tok |
toBeParsed
Constructor and Description |
---|
NothingNess()
Standard constructor
|
NothingNess(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.
|
NothingNess |
klone(LineToParse l)
return copy of 'this'
|
canParse, consumeToken, parse
setLineToParse
public static final java.lang.String tok
public NothingNess()
public NothingNess(LineToParse l)
l
- -- line to parsepublic java.lang.String getTokenString()
Token
getTokenString
in class FixedStringToken
public NothingNess klone(LineToParse l)
Token