public static class SimpleTptpParserOutput.ThfFormula.ThfBinary extends SimpleTptpParserOutput.ThfFormula
SimpleTptpParserOutput.ThfFormula.Kind, SimpleTptpParserOutput.ThfFormula.ThfAtomic, SimpleTptpParserOutput.ThfFormula.ThfBinary, SimpleTptpParserOutput.ThfFormula.ThfQuantified, SimpleTptpParserOutput.ThfFormula.ThfUnary_kind| Constructor and Description |
|---|
ThfBinary(TptpParserOutput.ThfFormula lhs,
TptpParserOutput.BinaryConnective connective,
TptpParserOutput.ThfFormula rhs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TptpParserOutput.BinaryConnective |
getConnective() |
SimpleTptpParserOutput.ThfFormula |
getLhs() |
SimpleTptpParserOutput.ThfFormula |
getRhs() |
int |
hashCode()
should never be called so throw an error.
|
String |
toString() |
String |
toString(int indent) |
String |
toString(int indent,
TptpParserOutput.BinaryConnective connective) |
getKindpublic ThfBinary(TptpParserOutput.ThfFormula lhs, TptpParserOutput.BinaryConnective connective, TptpParserOutput.ThfFormula rhs)
public TptpParserOutput.BinaryConnective getConnective()
public SimpleTptpParserOutput.ThfFormula getLhs()
public SimpleTptpParserOutput.ThfFormula getRhs()
public boolean equals(Object obj)
equals in class SimpleTptpParserOutput.ThfFormulaobj - must be convertible to Binary, can be nullpublic int hashCode()
SimpleTptpParserOutput.ThfFormulahashCode in class SimpleTptpParserOutput.ThfFormulapublic String toString()
toString in class SimpleTptpParserOutput.ThfFormulapublic String toString(int indent)
toString in class SimpleTptpParserOutput.ThfFormulapublic String toString(int indent, TptpParserOutput.BinaryConnective connective)
toString in class SimpleTptpParserOutput.ThfFormulaCopyright © 2015. All rights reserved.