| java.lang.Object de.uka.ilkd.key.proof.mgt.QuantifierPrefixEntry
QuantifierPrefixEntry | public class QuantifierPrefixEntry (Code) | | Immutable class for representing information about the quantification of a
formula. The quantifier in all x:int. phi is represented by an
object new QuantifierPrefixEntry(x, true)
|
extractPrefix | public static ListOfQuantifierPrefixEntry extractPrefix(Term t)(Code) | | Represent the quantifier prefix of a formula as a list of prefix entries
|
invert | public static ListOfQuantifierPrefixEntry invert(ListOfQuantifierPrefixEntry list)(Code) | | |
isUniversal | public boolean isUniversal()(Code) | | |
toUniversalList | public static ListOfQuantifierPrefixEntry toUniversalList(Iterator it)(Code) | | Convert a sequence of QuantifiableVariable s to a prefix list
|
|
|