Package | Description |
---|---|
PrologProductions |
Modifier and Type | Field and Description |
---|---|
protected LineToParse |
Token.toBeParsed
string to be parsed
|
Modifier and Type | Method and Description |
---|---|
void |
Token.setLineToParse(LineToParse l)
set line to parse (l)
|
Constructor and Description |
---|
ColumnDecl(LineToParse l) |
Comma(LineToParse l) |
Dot(LineToParse l) |
End(LineToParse l) |
Fixed(java.lang.String tok,
LineToParse l)
used in parsing actual statements
|
LeftBracket(LineToParse l) |
LeftParen(LineToParse l) |
Name(LineToParse l) |
NameList(LineToParse x) |
Number(LineToParse l) |
RightBracket(LineToParse l) |
RightParen(LineToParse l) |
SingleQuotedString(LineToParse l) |
Token(LineToParse l)
used when parsing -- an actual line l is needed
|
TupleValues(LineToParse l) |