|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jml2b.util.Profiler jml2b.pog.substitution.SubInstances jml2b.pog.substitution.SubInstancesSingle
This class corresponds to the substituion of instances
with
instances \/ {f}
corresponding to an instance creation.
Field Summary |
Fields inherited from interface jml2b.pog.substitution.Substitution |
ARRAY_ELEMENT, ARRAY_ELEMENT_SINGLE, ARRAY_LENGTH, FORM, INSTANCES_SET, INSTANCES_SINGLE, MEMBER_FIELD, TMP_VAR, TYPEOF_SET, TYPEOF_SINGLE |
Constructor Summary | |
SubInstancesSingle(Formula f)
Constructs a substitution for instances |
Method Summary | |
java.lang.Object |
clone()
Clones the substitution. |
void |
save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
Saves the substitution in a .jpo file |
Formula |
sub(Formula p)
Substitute instances with instances \/ {f} into
a given formula. |
Methods inherited from class jml2b.pog.substitution.SubInstances |
sub |
Methods inherited from class jml2b.util.Profiler |
runGC |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubInstancesSingle(Formula f)
instances
f
- The formula corresponding to the new instanceMethod Detail |
public java.lang.Object clone()
Substitution
clone
in interface Substitution
clone
in class SubInstances
public Formula sub(Formula p)
instances
with instances \/ {f}
into
a given formula.
p
- The formula on which the substitution is applied
public void save(IJml2bConfiguration config, JpoOutputStream s, IJmlFile jf) throws java.io.IOException
Substitution
save
in interface Substitution
save
in class SubInstances
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |