org.openqed.parser.tptp
Class TptpSentenceStatement
java.lang.Object
org.openqed.util.MemberwiseEqualsHashCodeObject
org.openqed.parser.tptp.TptpStatement
org.openqed.parser.tptp.TptpSentenceStatement
- All Implemented Interfaces:
- MemberwiseEqualsHashCode
public class TptpSentenceStatement
- extends TptpStatement
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
TptpSentenceStatement
public TptpSentenceStatement(java.io.File inputFile,
int lineNumber,
int columnNumber,
Sentence sentence)
toString
public java.lang.String toString()
- Specified by:
toString in class TptpStatement
memberwiseEqualsHashCode
public void memberwiseEqualsHashCode(MemberwiseEqualsHashCode.MemberVisitor visitor)
- Specified by:
memberwiseEqualsHashCode in interface MemberwiseEqualsHashCode- Overrides:
memberwiseEqualsHashCode in class TptpStatement
getSentence
public Sentence getSentence()