public class Barrier extends FixedSkip
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
tok |
toBeParsed| Constructor and Description |
|---|
Barrier()
Standard constructor
|
Barrier(LineToParse l)
Standard constructor with line to parse
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmsg() |
java.lang.String |
getPattern() |
Barrier |
klone(LineToParse l)
return copy of 'this'
|
canParse, consumeToken, parsesetLineToParsepublic Barrier()
public Barrier(LineToParse l)
l - -- LineToParsepublic java.lang.String getPattern()
getPattern in class FixedSkippublic Barrier klone(LineToParse l)
Token