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