Click or drag to resize

SequenceBinaryExpressionBalanceIfStaticallyUnknown Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected void BalanceIfStaticallyUnknown(
	IGraphProcessingEnvironment procEnv,
	Object leftValue,
	Object rightValue,
	ref string balancedType,
	ref string leftType,
	ref string rightType
)

Parameters

procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
leftValue
Type: SystemObject
rightValue
Type: SystemObject
balancedType
Type: SystemString
leftType
Type: SystemString
rightType
Type: SystemString
See Also