 | LGSPGraphMoveHeadAfter(LGSPEdge) Method |
Moves the type list head of the given edge after the given edge.
Part of the "list trick".
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic void MoveHeadAfter(
LGSPEdge elem
)
Parameters
- elem LGSPEdge
- The edge.
See Also