Click or drag to resize

PatternGraphGetSourcePlusInlined Method

Returns the source pattern node of the given edge, null if edge dangles to the left. Taking inlined stuff into account.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public PatternNode GetSourcePlusInlined(
	PatternEdge edge
)

Parameters

edge
Type: de.unika.ipd.grGen.lgspPatternEdge

Return Value

Type: PatternNode
See Also