public class Box extends Pattern
toBeParsed
Constructor and Description |
---|
Box()
Standard constructor
|
Box(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
Token[] |
getSequence() |
Box |
klone(LineToParse l)
return copy of 'this'
|
canParse, consumeToken, getEmsg, parse
getTokenString, setLineToParse
public Box()
public Box(LineToParse l)
l
- -- LineToParsepublic Token[] getSequence()
getSequence
in class Pattern
public Box klone(LineToParse l)
Token