AliasResolvingVisitorResolveValue Method
|
Resolves literal value of the
Pair.
Namespace:
Syntactik.Compiler.Steps
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxprotected bool ResolveValue(
Pair pair
)
Parameters
- pair
- Type: Syntactik.DOMPair
Instance of Pair.
Return Value
Type:
BooleanTrue if literal value was successfully resolved.
See Also