AliasResolvingVisitorResolveChoiceValue Method
|
Method is called for pair with literal choice assignment =::.
Namespace:
Syntactik.Compiler.Steps
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxprotected abstract 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:
StringString representing resolved literal value of the pair.
See Also