terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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, 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 |