 | PatternGraphPrepareInline Method |
Copies all the elements in the pattern graph to the XXXPlusInlined attributes.
This duplicates the pattern, the duplicate is used for the computing and emitting the real code,
whereas the original version is retained as interface to the user (and used in generating the match building).
When subpatterns/embedded graphs get inlined, only the duplicate is changed.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic void PrepareInline()
See Also