Methods in jml2b.formula with parameters of type IJmlFile |
void |
BinaryForm.save(IJml2bConfiguration config,
IOutputStream s,
IJmlFile jf)
|
void |
ElementsForm.save(IJml2bConfiguration config,
IOutputStream s,
IJmlFile jf)
|
static Formula |
Formula.create(IJml2bConfiguration config,
JpoInputStream s,
IJmlFile fi)
Create a formula from a token read into a stream. |
abstract void |
Formula.save(IJml2bConfiguration config,
IOutputStream s,
IJmlFile jf)
Saves the formula in a
.jpo file |
void |
QuantifiedForm.save(IJml2bConfiguration config,
IOutputStream s,
IJmlFile jf)
|
void |
TTypeForm.save(IJml2bConfiguration config,
IOutputStream s,
IJmlFile jf)
|
void |
TerminalForm.save(IJml2bConfiguration config,
IOutputStream s,
IJmlFile jf)
|
void |
TriaryForm.save(IJml2bConfiguration config,
IOutputStream s,
IJmlFile jf)
|
void |
UnaryForm.save(IJml2bConfiguration config,
IOutputStream s,
IJmlFile jf)
|
Methods in jml2b.pog.substitution with parameters of type IJmlFile |
void |
SubArrayElement.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubArrayElementSingle.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubArrayLength.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubForm.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubInstances.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubInstancesSet.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubInstancesSingle.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubMemberField.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubTmpVar.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubTypeof.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubTypeofSet.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubTypeofSingle.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
Substitution.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
Saves the substitution in a
.jpo file |
Methods in jpov.substitution with parameters of type IJmlFile |
void |
SubArrayElement.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubArrayElementSingle.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubArrayLength.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubForm.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubInstancesSet.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubInstancesSingle.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubMemberField.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubTmpVar.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubTypeofSet.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
SubTypeofSingle.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
|
void |
Substitution.save(IJml2bConfiguration config,
JpoOutputStream s,
IJmlFile jf)
Saves the substitution in a
.jpo file |
Constructors in jpov.substitution with parameters of type IJmlFile |
SubArrayElement(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution |
SubArrayElementSingle(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution |
SubArrayLength(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution |
SubForm(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution. |
SubInstancesSet(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution for instances |
SubInstancesSingle(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution for instances |
SubMemberField(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution |
SubTmpVar(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution from a loaded
.jpo file |
SubTypeofSet(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution for typeof |
SubTypeofSingle(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a substitution for typeof |