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