public static class SimpleTptpParserOutput.TopLevelItem extends Object implements TptpParserOutput.TptpInput
TptpParserOutput.TptpInput.Kind| Modifier and Type | Field and Description |
|---|---|
protected TptpParserOutput.TptpInput.Kind |
_kind |
protected int |
_lineNumber |
| Constructor and Description |
|---|
TopLevelItem() |
| Modifier and Type | Method and Description |
|---|---|
TptpParserOutput.TptpInput.Kind |
getKind() |
int |
getLineNumber() |
String |
toString() |
String |
toString(int indent) |
protected TptpParserOutput.TptpInput.Kind _kind
protected int _lineNumber
public TptpParserOutput.TptpInput.Kind getKind()
public int getLineNumber()
public String toString(int indent)
indent - - 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.