 | LGSPNodeMoveInHeadAfter Method |
Moves the head of the incoming list 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 MoveInHeadAfter(
LGSPEdge edge
)
Parameters
- edge LGSPEdge
- The edge.
See Also