 | LGSPSequenceGeneratorGenerateXGRSCode Method |
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic bool GenerateXGRSCode(
string xgrsName,
string package,
string xgrsStr,
string[] paramNames,
GrGenType[] paramTypes,
string[] defToBeYieldedToNames,
GrGenType[] defToBeYieldedToTypes,
SourceBuilder source,
int lineNr
)
Parameters
- xgrsName
- Type: SystemString
- package
- Type: SystemString
- xgrsStr
- Type: SystemString
- paramNames
- Type: SystemString
- paramTypes
- Type: de.unika.ipd.grGen.libGrGrGenType
- defToBeYieldedToNames
- Type: SystemString
- defToBeYieldedToTypes
- Type: de.unika.ipd.grGen.libGrGrGenType
- source
- Type: de.unika.ipd.grGen.lgspSourceBuilder
- lineNr
- Type: SystemInt32
Return Value
Type:
Boolean
See Also