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