| java.lang.Object de.uka.ilkd.key.ocl.gf.GfeditResult
GfeditResult | class GfeditResult (Code) | | Encapsulates the <gfedit> XML tree from GF.
author: hdaniels |
gfCommands | final Vector gfCommands(Code) | | A Vector of StringTuple where first is the command for GF
and second is the show text
|
hmsg | final Hmsg hmsg(Code) | | The fully parsed <hmsg> subtree
|
linearizations | final String linearizations(Code) | | The XML for the linearizations in all languages
|
message | final String message(Code) | | if GF had something extra to tell, it can be found here
|
treeString | final String treeString(Code) | | The tree from GF isn't XML anyway, so here it is in all its raw glory
|
GfeditResult | public GfeditResult(Vector gfCommands, Hmsg hmsg, String linearizations, String message, String treeString)(Code) | | A simple setter constructor
Parameters: gfCommands - A Vector of StringTuple where first is the command for GFand second is the show text Parameters: hmsg - The fully parsed <hmsg> subtree Parameters: linearizations - The XML for the linearizations in all languages Parameters: message - the GF message Parameters: treeString - The tree from GF |
|
|