Skip to content

Commit 9c6de03

Browse files
committed
Auto-generated documentation from 21cc6e2
1 parent bc516d9 commit 9c6de03

3 files changed

Lines changed: 442 additions & 442 deletions

File tree

api/JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h2 class="section" id="methods">Methods
248248

249249
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_AssertTokenStackIsEmpty" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.AssertTokenStackIsEmpty">
250250
AssertTokenStackIsEmpty()
251-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L187"><i class="bi bi-code-slash"></i></a>
251+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L204"><i class="bi bi-code-slash"></i></a>
252252
</h3>
253253

254254
<div class="markdown level1 summary"><p>Throws a <a class="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryParseException.html">QueryParseException</a> when <a class="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.html#JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_TokenStack">TokenStack</a> is not empty. Derived types should call this when parsing has completed,
@@ -276,7 +276,7 @@ <h3 id="JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_AssertTokenStack
276276

277277
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_EatSingleCharacterToken_JsonApiDotNetCore_Queries_Parsing_TokenKind_" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.EatSingleCharacterToken(JsonApiDotNetCore.Queries.Parsing.TokenKind)">
278278
EatSingleCharacterToken(TokenKind)
279-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L142"><i class="bi bi-code-slash"></i></a>
279+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L155"><i class="bi bi-code-slash"></i></a>
280280
</h3>
281281

282282
<div class="markdown level1 summary"><p>Consumes the expected token kind from the top of <a class="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.html#JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_TokenStack">TokenStack</a>. Throws a <a class="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryParseException.html">QueryParseException</a> if a different token kind is
@@ -309,7 +309,7 @@ <h4 class="section">Parameters</h4>
309309

310310
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_EatText_System_String_" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.EatText(System.String)">
311311
EatText(string)
312-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L127"><i class="bi bi-code-slash"></i></a>
312+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L140"><i class="bi bi-code-slash"></i></a>
313313
</h3>
314314

315315
<div class="markdown level1 summary"><p>Consumes a token containing the expected text from the top of <a class="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.html#JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_TokenStack">TokenStack</a>. Throws a <a class="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryParseException.html">QueryParseException</a> if a different
@@ -342,7 +342,7 @@ <h4 class="section">Parameters</h4>
342342

343343
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_GetNextTokenPositionOrEnd" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.GetNextTokenPositionOrEnd">
344344
GetNextTokenPositionOrEnd()
345-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L156"><i class="bi bi-code-slash"></i></a>
345+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L173"><i class="bi bi-code-slash"></i></a>
346346
</h3>
347347

348348
<div class="markdown level1 summary"><p>Gets the zero-based position of the token at the top of <a class="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.html#JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_TokenStack">TokenStack</a>, or the position at the end of the source text if there are no more
@@ -375,7 +375,7 @@ <h4 class="section">Returns</h4>
375375

376376
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_GetRelativePositionOfLastFieldInChain_JsonApiDotNetCore_Queries_Expressions_ResourceFieldChainExpression_" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.GetRelativePositionOfLastFieldInChain(JsonApiDotNetCore.Queries.Expressions.ResourceFieldChainExpression)">
377377
GetRelativePositionOfLastFieldInChain(ResourceFieldChainExpression)
378-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L169"><i class="bi bi-code-slash"></i></a>
378+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L186"><i class="bi bi-code-slash"></i></a>
379379
</h3>
380380

381381
<div class="markdown level1 summary"><p>Gets the zero-based position of the last field in the specified resource field chain.</p>
@@ -412,7 +412,7 @@ <h4 class="section">Returns</h4>
412412

413413
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_ParseCommaSeparatedSequenceOfRelationshipChains_JsonApiDotNetCore_Configuration_ResourceType_" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.ParseCommaSeparatedSequenceOfRelationshipChains(JsonApiDotNetCore.Configuration.ResourceType)">
414414
ParseCommaSeparatedSequenceOfRelationshipChains(ResourceType)
415-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L199"><i class="bi bi-code-slash"></i></a>
415+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L216"><i class="bi bi-code-slash"></i></a>
416416
</h3>
417417

418418
<div class="markdown level1 summary"><p>Parses a comma-separated sequence of relationship chains, taking relationships on derived types into account.</p>
@@ -449,7 +449,7 @@ <h4 class="section">Returns</h4>
449449

450450
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_ParseFieldChain_JsonApiDotNetCore_QueryStrings_FieldChains_FieldChainPattern_JsonApiDotNetCore_QueryStrings_FieldChains_FieldChainPatternMatchOptions_JsonApiDotNetCore_Configuration_ResourceType_System_String_" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.ParseFieldChain(JsonApiDotNetCore.QueryStrings.FieldChains.FieldChainPattern,JsonApiDotNetCore.QueryStrings.FieldChains.FieldChainPatternMatchOptions,JsonApiDotNetCore.Configuration.ResourceType,System.String)">
451451
ParseFieldChain(FieldChainPattern, FieldChainPatternMatchOptions, ResourceType, string?)
452-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L62"><i class="bi bi-code-slash"></i></a>
452+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L75"><i class="bi bi-code-slash"></i></a>
453453
</h3>
454454

455455
<div class="markdown level1 summary"><p>Parses a dot-separated path of field names into a chain of resource fields, while matching it against the specified pattern.</p>
@@ -492,7 +492,7 @@ <h4 class="section">Returns</h4>
492492

493493
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_ParseRelationshipChainEndingInToMany_JsonApiDotNetCore_Configuration_ResourceType_System_String_" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.ParseRelationshipChainEndingInToMany(JsonApiDotNetCore.Configuration.ResourceType,System.String)">
494494
ParseRelationshipChainEndingInToMany(ResourceType, string?)
495-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L226"><i class="bi bi-code-slash"></i></a>
495+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryExpressionParser.cs/#L243"><i class="bi bi-code-slash"></i></a>
496496
</h3>
497497

498498
<div class="markdown level1 summary"><p>Parses a relationship chain that ends in a to-many relationship, taking relationships on derived types into account.</p>

api/JsonApiDotNetCore.Queries.Parsing.QueryTokenizer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
9292

9393

9494
<h1 id="JsonApiDotNetCore_Queries_Parsing_QueryTokenizer" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryTokenizer" class="text-break">
95-
Class QueryTokenizer <a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L7"><i class="bi bi-code-slash"></i></a>
95+
Class QueryTokenizer <a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L6"><i class="bi bi-code-slash"></i></a>
9696
</h1>
9797

9898
<div class="facts text-secondary">
@@ -157,7 +157,7 @@ <h2 class="section" id="constructors">Constructors
157157

158158
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryTokenizer__ctor_System_String_" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryTokenizer.#ctor(System.String)">
159159
QueryTokenizer(string)
160-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L29"><i class="bi bi-code-slash"></i></a>
160+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L30"><i class="bi bi-code-slash"></i></a>
161161
</h3>
162162

163163
<div class="markdown level1 summary"></div>
@@ -191,7 +191,7 @@ <h2 class="section" id="fields">Fields
191191

192192
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryTokenizer_SingleCharacterToTokenKinds" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryTokenizer.SingleCharacterToTokenKinds">
193193
SingleCharacterToTokenKinds
194-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L10"><i class="bi bi-code-slash"></i></a>
194+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L9"><i class="bi bi-code-slash"></i></a>
195195
</h3>
196196

197197
<div class="markdown level1 summary"></div>
@@ -226,7 +226,7 @@ <h2 class="section" id="methods">Methods
226226

227227
<h3 id="JsonApiDotNetCore_Queries_Parsing_QueryTokenizer_EnumerateTokens" data-uid="JsonApiDotNetCore.Queries.Parsing.QueryTokenizer.EnumerateTokens">
228228
EnumerateTokens()
229-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L36"><i class="bi bi-code-slash"></i></a>
229+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L37"><i class="bi bi-code-slash"></i></a>
230230
</h3>
231231

232232
<div class="markdown level1 summary"></div>
@@ -257,7 +257,7 @@ <h4 class="section">Returns</h4>
257257
</article>
258258

259259
<div class="contribution d-print-none">
260-
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L7" class="edit-link">Edit this page</a>
260+
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L6" class="edit-link">Edit this page</a>
261261
</div>
262262

263263

0 commit comments

Comments
 (0)