withFields method

Implementation

GeneratedTreeSitterNode withFields(List<GeneratedTreeSitterField> value) =>
    GeneratedTreeSitterNode(
      symbol: symbol,
      structuralSymbol: structuralSymbol,
      type: type,
      startByte: startByte,
      endByte: endByte,
      startPoint: startPoint,
      endPoint: endPoint,
      named: named,
      visible: visible,
      extra: extra,
      productionId: productionId,
      dynamicPrecedence: dynamicPrecedence,
      missing: missing,
      missingNameIsNamed: missingNameIsNamed,
      recoveryRepeat: _recoveryRepeat,
      unexpectedCharacter: unexpectedCharacter,
      children: children,
      fields: value,
      productionFields: productionFields,
      parseState: parseState,
      firstLeafSymbol: firstLeafSymbol,
      firstLeafParseState: firstLeafParseState,
      paddingBytes: paddingBytes,
      paddingExtent: paddingExtent,
      sizeBytes: sizeBytes,
      sizeExtent: sizeExtent,
      lookaheadBytes: lookaheadBytes,
      hasChanges: hasChanges,
      fragileLeft: fragileLeft,
      fragileRight: fragileRight,
      dependsOnColumn: dependsOnColumn,
      isKeyword: isKeyword,
      hasExternalTokens: hasExternalTokens,
      externalScannerStateBefore: externalScannerStateBefore,
      externalScannerStateAfter: externalScannerStateAfter,
    );