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