|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | ParamInfo |
Static Public Member Functions | |
| static AstNode | ParseXPathExpression (string xpathExpression) |
| static AstNode | ParseXPathPattern (string xpathPattern) |
Properties | |
| bool | IsNodeType [get] |
| bool | IsPrimaryExpr [get] |
Static Private Member Functions | |
| static bool | IsStep (XPathScanner.LexKind lexKind) |
| static Dictionary< string, ParamInfo > | CreateFunctionTable () |
| static Dictionary< string, Axis.AxisType > | CreateAxesTable () |
Private Attributes | |
| XPathScanner | _scanner |
| int | _parseDepth |
Static Private Attributes | |
| static readonly XPathResultType[] | s_temparray1 = Array.Empty<XPathResultType>() |
| static readonly XPathResultType[] | s_temparray2 = new XPathResultType[1] { XPathResultType.NodeSet } |
| static readonly XPathResultType[] | s_temparray3 = new XPathResultType[1] { XPathResultType.Any } |
| static readonly XPathResultType[] | s_temparray4 = new XPathResultType[1] { XPathResultType.String } |
| static readonly XPathResultType[] | s_temparray5 |
| static readonly XPathResultType[] | s_temparray6 |
| static readonly XPathResultType[] | s_temparray7 |
| static readonly XPathResultType[] | s_temparray8 = new XPathResultType[1] { XPathResultType.Boolean } |
| static readonly XPathResultType[] | s_temparray9 = new XPathResultType[1] |
| static readonly Dictionary< string, ParamInfo > | s_functionTable = CreateFunctionTable() |
| static readonly Dictionary< string, Axis.AxisType > | s_AxesTable = CreateAxesTable() |
Definition at line 7 of file XPathParser.cs.