You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="markdown level1 summary"><p>Throws a <aclass="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryParseException.html">QueryParseException</a> when <aclass="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,
<divclass="markdown level1 summary"><p>Consumes the expected token kind from the top of <aclass="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.html#JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_TokenStack">TokenStack</a>. Throws a <aclass="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryParseException.html">QueryParseException</a> if a different token kind is
<divclass="markdown level1 summary"><p>Consumes a token containing the expected text from the top of <aclass="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryExpressionParser.html#JsonApiDotNetCore_Queries_Parsing_QueryExpressionParser_TokenStack">TokenStack</a>. Throws a <aclass="xref" href="JsonApiDotNetCore.Queries.Parsing.QueryParseException.html">QueryParseException</a> if a different
<divclass="markdown level1 summary"><p>Gets the zero-based position of the token at the top of <aclass="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
<divclass="markdown level1 summary"><p>Parses a comma-separated sequence of relationship chains, taking relationships on derived types into account.</p>
<divclass="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>
<divclass="markdown level1 summary"><p>Parses a relationship chain that ends in a to-many relationship, taking relationships on derived types into account.</p>
<ahref="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L7" class="edit-link">Edit this page</a>
260
+
<ahref="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Parsing/QueryTokenizer.cs/#L6" class="edit-link">Edit this page</a>
0 commit comments