|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.logic.AbstractTheory
com.ibm.wala.logic.CombinedTheory
public class CombinedTheory
| Method Summary | |
|---|---|
java.util.Collection<IFormula> |
getSentences()
|
IVocabulary |
getVocabulary()
|
static ITheory |
make(ITheory t,
BasicVocabulary v)
|
static CombinedTheory |
make(ITheory a,
ITheory b)
|
| Methods inherited from class com.ibm.wala.logic.AbstractTheory |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static CombinedTheory make(ITheory a,
ITheory b)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic java.util.Collection<IFormula> getSentences()
public IVocabulary getVocabulary()
public static ITheory make(ITheory t,
BasicVocabulary v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||