| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp2.render |
| Modifier and Type | Class and Description |
|---|---|
class |
ConservativeTokenRenderer
The MVP fallback renderer (plan §7.3/S14): walks the region's slice of a
Pp2TokenStream and emits each token's text with light spacing. |
class |
GuardedAstDelegate
The "fast lane" pp2 renderer: hands an
AST_OK region's parser to
the existing FormatterFactory.pp(parser, opt) machinery, then
runs a TokenEquivalence guard on the result to catch any drift
between input and output. |
class |
LexicalIslandRenderer
The full lexical island renderer: runs the S18-S29 analysis + layout pipeline
over a region's tokens and emits the formatted text via
Pp2OutputWriter. |