terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ParseOperator()

QueryOperator Newtonsoft.Json.Linq.JsonPath.JPath.ParseOperator ( )
inlineprivate

Definition at line 359 of file JPath.cs.

360 {
361 string expression = this._expression;
362 int currentIndex = this._currentIndex;
363 int stringLength = expression._stringLength;
364 bool flag = this.Match("==");
365 bool flag2 = this.Match("!=");
366 bool flag3 = this.Match("<>");
367 bool flag4 = this.Match("<=");
368 bool flag5 = this.Match("<");
369 bool flag6 = this.Match(">=");
370 bool flag7 = this.Match(">");
371 return "Could not read query operator.";
372 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JsonPath.JPath._currentIndex, Newtonsoft.Json.Linq.JsonPath.JPath._expression, j__TPar, and Newtonsoft.Json.Linq.JsonPath.JPath.Match().

Referenced by Newtonsoft.Json.Linq.JsonPath.JPath.ParseExpression().