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