Class RewriterBuilder
Tools for building rewriters.
Inherited Members
Namespace: Sawmill
Assembly: Sawmill.dll
Syntax
public static class RewriterBuilder
Methods
| Improve this Doc View SourceFor<T>()
Create a new RewriterBuilder<T>.
Declaration
public static RewriterBuilder<T> For<T>()
Returns
Type | Description |
---|---|
RewriterBuilder<T> |
Type Parameters
Name | Description |
---|---|
T | The rewritable tree type |