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