Click or drag to resize

XmlGeneratorResolveChoiceValue Method

Method is called for pair with literal choice assignment =::.

Namespace:  Syntactik.Compiler.Generator
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected override string ResolveChoiceValue(
	Pair pair,
	out ValueType valueType
)

Parameters

pair
Type: Syntactik.DOMPair
Pair with literal choice assignment
valueType
Type: Syntactik.DOM.MappedValueType
Literal value type of the resolved case.

Return Value

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