public static class SimpleTptpParserOutput.ThfFormula extends Object implements TptpParserOutput.ThfFormula
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTptpParserOutput.ThfFormula.Kind |
static class |
SimpleTptpParserOutput.ThfFormula.ThfAtomic |
static class |
SimpleTptpParserOutput.ThfFormula.ThfBinary |
static class |
SimpleTptpParserOutput.ThfFormula.ThfQuantified |
static class |
SimpleTptpParserOutput.ThfFormula.ThfUnary |
| Modifier and Type | Field and Description |
|---|---|
protected SimpleTptpParserOutput.ThfFormula.Kind |
_kind |
| Constructor and Description |
|---|
ThfFormula() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SimpleTptpParserOutput.ThfFormula.Kind |
getKind() |
int |
hashCode()
should never be called so throw an error.
|
String |
toString() |
String |
toString(int indent) |
String |
toString(int indent,
TptpParserOutput.BinaryConnective connective) |
protected SimpleTptpParserOutput.ThfFormula.Kind _kind
public SimpleTptpParserOutput.ThfFormula.Kind getKind()
public boolean equals(Object obj)
public int hashCode()
public String toString(int indent)
public String toString(int indent, TptpParserOutput.BinaryConnective connective)
Copyright © 2015. All rights reserved.