Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ QilNodeType

Enumerator
QilExpression 
FunctionList 
GlobalVariableList 
GlobalParameterList 
ActualParameterList 
FormalParameterList 
SortKeyList 
BranchList 
OptimizeBarrier 
Unknown 
DataSource 
Nop 
Error 
Warning 
For 
Let 
Parameter 
PositionOf 
True 
False 
LiteralString 
LiteralInt32 
LiteralInt64 
LiteralDouble 
LiteralDecimal 
LiteralQName 
LiteralType 
LiteralObject 
And 
Or 
Not 
Conditional 
Choice 
Length 
Sequence 
Union 
Intersection 
Difference 
Average 
Sum 
Minimum 
Maximum 
Negate 
Add 
Subtract 
Multiply 
Divide 
Modulo 
StrLength 
StrConcat 
StrParseQName 
Ne 
Eq 
Gt 
Ge 
Lt 
Le 
Is 
After 
Before 
Loop 
Filter 
Sort 
SortKey 
DocOrderDistinct 
Function 
Invoke 
Content 
Attribute 
Parent 
Root 
XmlContext 
Descendant 
DescendantOrSelf 
Ancestor 
AncestorOrSelf 
Preceding 
FollowingSibling 
PrecedingSibling 
NodeRange 
Deref 
ElementCtor 
AttributeCtor 
CommentCtor 
PICtor 
TextCtor 
RawTextCtor 
DocumentCtor 
NamespaceDecl 
RtfCtor 
NameOf 
LocalNameOf 
NamespaceUriOf 
PrefixOf 
TypeAssert 
IsType 
IsEmpty 
XPathNodeValue 
XPathFollowing 
XPathPreceding 
XPathNamespace 
XsltGenerateId 
XsltInvokeLateBound 
XsltInvokeEarlyBound 
XsltCopy 
XsltCopyOf 
XsltConvert 

Definition at line 3 of file QilNodeType.cs.

4{
14 Unknown,
16 Nop,
17 Error,
18 Warning,
19 For,
20 Let,
21 Parameter,
23 True,
24 False,
33 And,
34 Or,
35 Not,
36 Conditional,
37 Choice,
38 Length,
39 Sequence,
40 Union,
42 Difference,
43 Average,
44 Sum,
45 Minimum,
46 Maximum,
47 Negate,
48 Add,
49 Subtract,
51 Divide,
52 Modulo,
56 Ne,
57 Eq,
58 Gt,
59 Ge,
60 Lt,
61 Le,
62 Is,
63 After,
64 Before,
65 Loop,
66 Filter,
67 Sort,
68 SortKey,
71 Invoke,
72 Content,
74 Parent,
75 Root,
85 Deref,
89 PICtor,
94 RtfCtor,
95 NameOf,
100 IsType,
101 IsEmpty,
109 XsltCopy,
112}