|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjml2b.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 instance| Method Detail |
public java.lang.Object clone()
Substitution
clone in interface Substitutionclone in class SubInstancespublic 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 Substitutionsave in class SubInstancesjava.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||