Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AstNode.cs
Go to the documentation of this file.
1
using
System.Xml.XPath
;
2
3
namespace
MS.Internal.Xml.XPath
;
4
5
internal
abstract
class
AstNode
6
{
7
public
enum
AstType
8
{
9
Axis
,
10
Operator
,
11
Filter
,
12
ConstantOperand
,
13
Function
,
14
Group
,
15
Root
,
16
Variable
,
17
Error
18
}
19
20
public
abstract
AstType
Type
{
get
; }
21
22
public
abstract
XPathResultType
ReturnType
{
get
; }
23
}
MS.Internal.Xml.XPath.AstNode.AstType
AstType
Definition
AstNode.cs:8
MS.Internal.Xml.XPath.AstNode.AstType.Group
@ Group
MS.Internal.Xml.XPath.AstNode.AstType.Axis
@ Axis
MS.Internal.Xml.XPath.AstNode.AstType.Variable
@ Variable
MS.Internal.Xml.XPath.AstNode.AstType.Function
@ Function
MS.Internal.Xml.XPath.AstNode.AstType.Error
@ Error
MS.Internal.Xml.XPath.AstNode.AstType.Filter
@ Filter
MS.Internal.Xml.XPath.AstNode.AstType.Operator
@ Operator
MS.Internal.Xml.XPath.AstNode.AstType.ConstantOperand
@ ConstantOperand
MS.Internal.Xml.XPath.AstNode.AstType.Root
@ Root
MS.Internal.Xml.XPath.AstNode.ReturnType
XPathResultType ReturnType
Definition
AstNode.cs:22
MS.Internal.Xml.XPath.AstNode
Definition
AstNode.cs:6
System.Type
Definition
Type.cs:14
MS.Internal.Xml.XPath
Definition
AbsoluteQuery.cs:3
System.Xml.XPath.XPathResultType
XPathResultType
Definition
XPathResultType.cs:4
System.Xml.XPath
Definition
Extensions.cs:5
source
System.Private.Xml
MS.Internal.Xml.XPath
AstNode.cs
Generated by
1.10.0