DynamicParseTreeCreator.adjustStart

Called for the outermost tree node after parsing. It adjusts the start location if it is stored as the offset from the parent node.

class DynamicParseTreeCreator(alias GrammarModule, Location_, alias LocationRangeImpl = LocationRangeStartLength)
void
adjustStart
(
T
)

Parameters

result T

Outermost tree node.

start Location

Start location of the tree.

Meta