|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JpoInputStream | |
jml2b.formula | Provides the classes necessary to create and manage formulas. |
jml2b.languages | |
jml2b.languages.java | |
jml2b.pog | Provides the classes necessary to generate proof obligations. |
jml2b.pog.lemma | |
jpov.structure | |
jpov.substitution | |
jpov.viewer.source |
Uses of JpoInputStream in jml2b.formula |
Methods in jml2b.formula with parameters of type JpoInputStream | |
static Formula |
Formula.create(IJml2bConfiguration config,
JpoInputStream s,
IJmlFile fi)
Create a formula from a token read into a stream. |
Constructors in jml2b.formula with parameters of type JpoInputStream | |
BasicType(JpoInputStream s)
|
Uses of JpoInputStream in jml2b.languages |
Methods in jml2b.languages with parameters of type JpoInputStream | |
ITranslationResult |
ILanguage.load(JpoInputStream s)
Load a terminal formula from a jpo file. |
Uses of JpoInputStream in jml2b.languages.java |
Methods in jml2b.languages.java with parameters of type JpoInputStream | |
ITranslationResult |
JavaLanguage.load(JpoInputStream s)
|
Uses of JpoInputStream in jml2b.pog |
Methods in jml2b.pog with parameters of type JpoInputStream | |
ProverStatus |
IProverStatus.factory(JpoInputStream s)
|
Uses of JpoInputStream in jml2b.pog.lemma |
Constructors in jml2b.pog.lemma with parameters of type JpoInputStream | |
GoalOrigin(JpoInputStream s)
Constructs a goal origin from a loaded .jpo file |
|
GoalStatus(JpoInputStream s)
Constructs a non obvious goal from a .jpo file |
Uses of JpoInputStream in jpov.structure |
Methods in jpov.structure with parameters of type JpoInputStream | |
static JmlFile |
JmlFile.loadJmlFile(IJml2bConfiguration config,
java.io.File jpoFile,
JpoInputStream s)
Loads the root node from a .jpo file |
Constructors in jpov.structure with parameters of type JpoInputStream | |
Field(JpoInputStream s)
|
|
Method(IJml2bConfiguration config,
IJmlFile fi,
JpoInputStream s)
Constructs a method from a loaded .jpo file |
|
PartialJmlFile(JpoInputStream s)
Constructs a jml file from loaded informations |
Uses of JpoInputStream in jpov.substitution |
Uses of JpoInputStream in jpov.viewer.source |
Constructors in jpov.viewer.source with parameters of type JpoInputStream | |
Box(JpoInputStream s)
Constructs a box from a .jpo file |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |