public static class SimpleTptpParserOutput.IncludeDirective extends SimpleTptpParserOutput.TopLevelItem
TptpParserOutput.TptpInput.Kind_kind, _lineNumber| Constructor and Description |
|---|
IncludeDirective(String fileName,
Iterable<String> formulaSelection,
int lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
Iterable<String> |
getFormulaSelection() |
String |
toString() |
String |
toString(int indent) |
getKind, getLineNumberpublic String getFileName()
public String toString()
toString in class SimpleTptpParserOutput.TopLevelItempublic String toString(int indent)
toString in class SimpleTptpParserOutput.TopLevelItemindent - - indicate indentation for pretty-printing. if indent <= 0
then no indentation and not pretty-printing is used.
The current indentation is expected to NOT be already output.
Java calls the most specific subclass method automatically, so
it would seem this entire method is superfluous and can be deleted.Copyright © 2015. All rights reserved.