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