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