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