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