Click or drag to resize

AliasResolvingVisitorResolveValue Method

Resolves literal value of the Pair.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected bool ResolveValue(
	Pair pair
)

Parameters

pair
Type: Syntactik.DOMPair
Instance of Pair.

Return Value

Type: Boolean
True if literal value was successfully resolved.
See Also