Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.Compiler.Steps
AliasResolvingVisitor Class
AliasResolvingVisitor Methods
OnValue Method
ResolveAttributes Method
ResolveAttributesInAlias Method
ResolveAttributesInParameter Method
ResolveChoiceValue Method
ResolveDqsEscape Method
ResolveDqsEscapeChar Method
ResolvePairValue Method
ResolveValue Method
ResolveValueAlias Method
ResolveValueParameter Method
Visit Method
AliasResolvingVisitor
OnValue Method
Method called when the value of the current pair is resolved.
Namespace:
Syntactik.Compiler.Steps
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
public
virtual
void
OnValue
(
string
value
,
ValueType
type
)
Parameters
value
Type:
System
String
String representing the value of the current pair.
type
Type:
Syntactik.DOM.Mapped
ValueType
Type of value.
See Also
Reference
AliasResolvingVisitor Class
Syntactik.Compiler.Steps Namespace
Send comments on this topic to
info@syntactik.com