Package | Description |
---|---|
com.declarativa.interprolog |
Modifier and Type | Method and Description |
---|---|
PrologOperatorsContext |
PrologImplementationPeer.getOperators() |
Modifier and Type | Method and Description |
---|---|
String |
TermModel.flatListToString(PrologOperatorsContext ops,
boolean quoted) |
String |
TermModel.listToString(PrologOperatorsContext ops,
boolean quoted) |
int |
TermModel.precedence(PrologOperatorsContext context) |
String |
TermModel.toString(PrologOperatorsContext ops) |
String |
TermModel.toString(PrologOperatorsContext ops,
boolean quoted)
quoted true: emulates writeq, and also ignores operator precedences, using prefix notation;
also ignores list size limits, writing the full list.
|