Uses of Class
jml2b.pog.util.ContextFromPureMethod

Packages that use ContextFromPureMethod
jml2b.pog.util   
 

Uses of ContextFromPureMethod in jml2b.pog.util
 

Constructors in jml2b.pog.util with parameters of type ContextFromPureMethod
ContextFromPureMethod(ContextFromPureMethod c, Formula f)
          Constructs a context from an existing context and a formula.
ContextFromPureMethod(ContextFromPureMethod c, java.lang.String res, Formula f, Type t, Formula ens)
          Constructs a context from a method call with parameter.
ContextFromPureMethod(ContextFromPureMethod c1, ContextFromPureMethod c2, Formula f)
          Constructs a context from the translation of a binary operator.
ContextFromPureMethod(ContextFromPureMethod c1, ContextFromPureMethod c2, ContextFromPureMethod c3, Formula f)
          Constructs a context from the translation of a 3-ary operator.