Click or drag to resize

AliasResolvingVisitorResolveValueAlias Method

Resolves literal value of Alias.

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

Parameters

alias
Type: Syntactik.DOM.MappedAlias
Instance of Alias.
valueType
Type: Syntactik.DOM.MappedValueType
Value type of the resolved literal.

Return Value

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