com.ibm.wala.logic
Class AbstractBinaryFormula
java.lang.Object
com.ibm.wala.logic.AbstractBinaryFormula
- All Implemented Interfaces:
- IFormula
- Direct Known Subclasses:
- BinaryFormula, CNFFormula, Disjunction
public abstract class AbstractBinaryFormula
- extends java.lang.Object
- implements IFormula
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AbstractBinaryFormula
protected AbstractBinaryFormula()
getKind
public final IFormula.Kind getKind()
- Specified by:
getKind in interface IFormula
getConnective
public abstract ILogicConstants.BinaryConnective getConnective()
getF1
public abstract IFormula getF1()
getF2
public abstract IFormula getF2()
equals
public abstract boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public abstract int hashCode()
- Overrides:
hashCode in class java.lang.Object