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