public class PrologStreamWriter extends PrologWriter
| Modifier and Type | Field and Description |
|---|---|
static String |
DIRECTIVE_PREFIX |
protected PrintStream |
out |
| Constructor and Description |
|---|
PrologStreamWriter(PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeLogtalkObjectClause(Term clause) |
void |
writeLogtalkObjectDirective(Term directive) |
void |
writePrologClause(Term clause) |
void |
writePrologDirective(Term directive) |
endLogtalkObjectContext, followingDirectives, followingDynamicClauses, getCurrentLogtalkObjectTerm, startLogtalkObjectContext, write, writeClause, writeDirectivecreateCompoundBuilder, startAtom, startFloatTerm, startIntegerTerm, startJRef, startVariableaddLast, endCompound, getFirst, getTerms, process, startCompoundclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendCompound, startAtom, startCompound, startFloatTerm, startIntegerTerm, startJRef, startVariableprotected PrintStream out
public static final String DIRECTIVE_PREFIX
public PrologStreamWriter(PrintStream out)
public void writePrologDirective(Term directive)
writePrologDirective in class PrologWriterpublic void writeLogtalkObjectDirective(Term directive)
writeLogtalkObjectDirective in class PrologWriterpublic void writePrologClause(Term clause)
writePrologClause in class PrologWriterpublic void writeLogtalkObjectClause(Term clause)
writeLogtalkObjectClause in class PrologWriterCopyright © 2014. All rights reserved.