|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Newtonsoft.Json.Linq.JsonPath.JPath:Public Member Functions | |
| JPath (string expression) | |
Package Functions | |
| IEnumerable< JToken > | Evaluate (JToken t, bool errorWhenNoMatch) |
Static Package Functions | |
| static IEnumerable< JToken > | Evaluate (List< PathFilter > filters, JToken t, bool errorWhenNoMatch) |
Properties | |
| List< PathFilter > | Filters [get, set, private set] |
Private Member Functions | |
| void | ParseMain () |
| bool | ParsePath (List< PathFilter > filters, int currentPartStartIndex, bool query) |
| PathFilter | ParseIndexer (char indexerOpenChar) |
| PathFilter | ParseArrayIndexer (char indexerCloseChar) |
| void | EatWhitespace () |
| PathFilter | ParseQuery (char indexerCloseChar) |
| QueryExpression | ParseExpression () |
| object | ParseValue () |
| string | ReadQuotedString () |
| bool | Match (string s) |
| QueryOperator | ParseOperator () |
| PathFilter | ParseQuotedField (char indexerCloseChar) |
| void | EnsureLength (string message) |
Private Attributes | |
| readonly string | _expression |
| List< PathFilter >< Filters > | k__BackingField |
| int | _currentIndex |