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
ResolveDqsEscape Method
Resolves escape sequence
Namespace:
Syntactik.Compiler.Steps
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
protected
virtual
void
ResolveDqsEscape
(
EscapeMatch
escapeMatch
,
StringBuilder
sb
)
Parameters
escapeMatch
Type:
Syntactik.Compiler.Steps
EscapeMatch
Escape sequence wrapper class instance.
sb
Type:
System.Text
StringBuilder
StringBuilder
used to build the literal value of the pair.
See Also
Reference
AliasResolvingVisitor Class
Syntactik.Compiler.Steps Namespace
Send comments on this topic to
info@syntactik.com