An interface that transforms tokens from a CharStream. It is implemented by PostProcessor{TResult}s.
Instance member | Description |
Full Usage:
this.Transform
Parameters:
'TSymbol
-
An object identifying the kind of the token.
context : ITransformerContext
-
A ITransformerContext object
that provides more information about the token.
data : ReadOnlySpan<char>
-
A read-only span of the token's characters.
Returns: obj
An object. It can be .
Modifiers: abstract |
Converts a token into an object.
|