Click or drag to resize

SequenceBinaryExpressionBalanceIfStaticallyUnknown Method


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

Parameters

procEnv  IGraphProcessingEnvironment
 
leftValue  Object
 
rightValue  Object
 
balancedType  String
 
leftType  String
 
rightType  String
 
See Also