Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LexKind.cs
Go to the documentation of this file.
1
namespace
System.Xml.Xsl.XPath
;
2
3
internal
enum
LexKind
4
{
5
Unknown
= 0,
6
Or
= 1,
7
And
= 2,
8
Eq
= 3,
9
Ne
= 4,
10
Lt
= 5,
11
Le
= 6,
12
Gt
= 7,
13
Ge
= 8,
14
Plus
= 9,
15
Minus
= 10,
16
Multiply
= 11,
17
Divide
= 12,
18
Modulo
= 13,
19
UnaryMinus
= 14,
20
Union
= 15,
21
LastOperator
= 15,
22
DotDot
= 16,
23
ColonColon
= 17,
24
SlashSlash
= 18,
25
Number
= 19,
26
Axis
= 20,
27
Name
= 21,
28
String
= 22,
29
Eof
= 23,
30
FirstStringable
= 21,
31
LastNonChar
= 23,
32
LParens
= 40,
33
RParens
= 41,
34
LBracket
= 91,
35
RBracket
= 93,
36
Dot
= 46,
37
At
= 64,
38
Comma
= 44,
39
Star
= 42,
40
Slash
= 47,
41
Dollar
= 36,
42
RBrace
= 125
43
}
System.Number
Definition
Number.cs:13
System.String
Definition
String.cs:22
System.Xml.Xsl.XPath.LexKind
LexKind
Definition
LexKind.cs:4
System.Xml.Xsl.XPath.LexKind.Gt
@ Gt
System.Xml.Xsl.XPath.LexKind.Divide
@ Divide
System.Xml.Xsl.XPath.LexKind.LBracket
@ LBracket
System.Xml.Xsl.XPath.LexKind.Star
@ Star
System.Xml.Xsl.XPath.LexKind.Plus
@ Plus
System.Xml.Xsl.XPath.LexKind.Slash
@ Slash
System.Xml.Xsl.XPath.LexKind.Eq
@ Eq
System.Xml.Xsl.XPath.LexKind.Axis
@ Axis
System.Xml.Xsl.XPath.LexKind.Or
@ Or
System.Xml.Xsl.XPath.LexKind.RBrace
@ RBrace
System.Xml.Xsl.XPath.LexKind.Minus
@ Minus
System.Xml.Xsl.XPath.LexKind.Eof
@ Eof
System.Xml.Xsl.XPath.LexKind.Name
@ Name
System.Xml.Xsl.XPath.LexKind.Modulo
@ Modulo
System.Xml.Xsl.XPath.LexKind.Ne
@ Ne
System.Xml.Xsl.XPath.LexKind.Dollar
@ Dollar
System.Xml.Xsl.XPath.LexKind.Lt
@ Lt
System.Xml.Xsl.XPath.LexKind.RParens
@ RParens
System.Xml.Xsl.XPath.LexKind.Comma
@ Comma
System.Xml.Xsl.XPath.LexKind.LParens
@ LParens
System.Xml.Xsl.XPath.LexKind.LastOperator
@ LastOperator
System.Xml.Xsl.XPath.LexKind.SlashSlash
@ SlashSlash
System.Xml.Xsl.XPath.LexKind.UnaryMinus
@ UnaryMinus
System.Xml.Xsl.XPath.LexKind.Unknown
@ Unknown
System.Xml.Xsl.XPath.LexKind.LastNonChar
@ LastNonChar
System.Xml.Xsl.XPath.LexKind.FirstStringable
@ FirstStringable
System.Xml.Xsl.XPath.LexKind.Union
@ Union
System.Xml.Xsl.XPath.LexKind.Dot
@ Dot
System.Xml.Xsl.XPath.LexKind.Le
@ Le
System.Xml.Xsl.XPath.LexKind.RBracket
@ RBracket
System.Xml.Xsl.XPath.LexKind.And
@ And
System.Xml.Xsl.XPath.LexKind.Ge
@ Ge
System.Xml.Xsl.XPath.LexKind.At
@ At
System.Xml.Xsl.XPath.LexKind.ColonColon
@ ColonColon
System.Xml.Xsl.XPath.LexKind.Multiply
@ Multiply
System.Xml.Xsl.XPath.LexKind.DotDot
@ DotDot
System.Xml.Xsl.XPath
Definition
IFocus.cs:3
source
System.Private.Xml
System.Xml.Xsl.XPath
LexKind.cs
Generated by
1.10.0