|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjml2b.util.Profiler
jml2b.pog.substitution.SubTypeof
This abstract class describes substitutions applied on typeof
| 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 | |
SubTypeof(Formula f,
Formula t)
Constructs a substitution for typeof |
|
| Method Summary | |
abstract java.lang.Object |
clone()
Clones the substitution. |
Formula |
getF()
Returns the formula corresponding to the extended typeof domain. |
Formula |
getT()
Returns the formula corresponding to the value asociated to new domain. |
void |
save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
Saves the substitution in a .jpo file |
void |
sub(Substitution s)
Apply a substitution on the current substitution. |
| Methods inherited from class jml2b.util.Profiler |
runGC |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jml2b.pog.substitution.Substitution |
sub |
| Constructor Detail |
public SubTypeof(Formula f,
Formula t)
typeof
f - The formula corresponding to the extended typeof domaint - The formula corresponding to the value asociated to new domain| Method Detail |
public abstract java.lang.Object clone()
Substitution
clone in interface Substitution
public void save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
throws java.io.IOException
Substitution
save in interface Substitutionconfig - s - output stream for the jpo filejf -
java.io.IOExceptionjml2b.pog.NonObviousGoal#save(DataOutputStream, JmlFile, IJmlFile)public void sub(Substitution s)
Substitution
sub in interface Substitutions - The substitution to appliedpublic Formula getF()
fpublic Formula getT()
t
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||