Click or drag to resize

AliasResolvingVisitorResolvePairValue Method

Resolves literal value of the pair.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected string ResolvePairValue(
	IMappedPair pair,
	out ValueType valueType
)

Parameters

pair
Type: Syntactik.DOM.MappedIMappedPair
Pair with the literal value.
valueType
Type: Syntactik.DOM.MappedValueType
Calculated type of the value.

Return Value

Type: String
String representing literal value of the pair.
See Also