terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SequenceNode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x020000CC RID: 204
6
internal
sealed
class
SequenceNode
:
InteriorNode
7
{
8
// Token: 0x06000838 RID: 2104 RVA: 0x0001A280 File Offset: 0x00018480
9
public
override
void
ConstructPos
(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
10
{
11
int
count
= lastpos.
count
;
12
int
count2
= lastpos.
count
;
13
}
14
15
// Token: 0x170001FE RID: 510
16
// (get) Token: 0x06000839 RID: 2105 RVA: 0x0001A2DC File Offset: 0x000184DC
17
public
override
bool
IsNullable
18
{
19
get
20
{
21
SyntaxTreeNode
rightChild
= this.
rightChild
;
22
if
(this.rightChild !=
null
)
23
{
24
}
25
SyntaxTreeNode
rightChild2
= this.
rightChild
;
26
SyntaxTreeNode
rightChild3
= this.
rightChild
;
27
SyntaxTreeNode
leftChild
= this.
leftChild
;
28
while
(
this
!=
null
)
29
{
30
}
31
return
true
;
32
}
33
}
34
35
// Token: 0x0600083A RID: 2106 RVA: 0x0001A31C File Offset: 0x0001851C
36
public
override
void
ExpandTree
(
InteriorNode
parent,
SymbolsDictionary
symbols,
Positions
positions)
37
{
38
base
.ExpandTreeNoRecursive(parent, symbols, positions);
39
}
40
41
// Token: 0x0600083B RID: 2107 RVA: 0x0001A334 File Offset: 0x00018534
42
public
SequenceNode
()
43
{
44
}
45
46
// Token: 0x020000CD RID: 205
47
private
struct
SequenceConstructPosContext
48
{
49
// Token: 0x0600083C RID: 2108 RVA: 0x0001A348 File Offset: 0x00018548
50
public
SequenceConstructPosContext
(
SequenceNode
node,
BitSet
firstpos
,
BitSet
lastpos
)
51
{
52
this.this_
= node;
53
this.firstpos
=
firstpos
;
54
this.lastpos
=
lastpos
;
55
}
56
57
// Token: 0x04000428 RID: 1064
58
public
SequenceNode
this_
;
59
60
// Token: 0x04000429 RID: 1065
61
public
BitSet
firstpos
;
62
63
// Token: 0x0400042A RID: 1066
64
public
BitSet
lastpos
;
65
66
// Token: 0x0400042B RID: 1067
67
public
BitSet
lastposLeft
;
68
69
// Token: 0x0400042C RID: 1068
70
public
BitSet
firstposRight
;
71
}
72
}
73
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.BitSet.count
int count
Definition
BitSet.cs:195
System.Xml.Schema.BitSet
Definition
BitSet.cs:8
System.Xml.Schema.InteriorNode.rightChild
SyntaxTreeNode rightChild
Definition
InteriorNode.cs:63
System.Xml.Schema.InteriorNode.leftChild
SyntaxTreeNode leftChild
Definition
InteriorNode.cs:60
System.Xml.Schema.InteriorNode
Definition
InteriorNode.cs:8
System.Xml.Schema.Positions
Definition
Positions.cs:8
System.Xml.Schema.SequenceNode.ExpandTree
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition
SequenceNode.cs:36
System.Xml.Schema.SequenceNode.IsNullable
override bool IsNullable
Definition
SequenceNode.cs:18
System.Xml.Schema.SequenceNode.ConstructPos
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition
SequenceNode.cs:9
System.Xml.Schema.SequenceNode.SequenceNode
SequenceNode()
Definition
SequenceNode.cs:42
System.Xml.Schema.SequenceNode
Definition
SequenceNode.cs:7
System.Xml.Schema.SymbolsDictionary
Definition
SymbolsDictionary.cs:10
System.Xml.Schema.SyntaxTreeNode
Definition
SyntaxTreeNode.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System.ExceptionArgument.count
@ count
System
Definition
__ComObject.cs:4
System.Xml.Schema.SequenceNode.SequenceConstructPosContext.lastpos
BitSet lastpos
Definition
SequenceNode.cs:64
System.Xml.Schema.SequenceNode.SequenceConstructPosContext.firstposRight
BitSet firstposRight
Definition
SequenceNode.cs:70
System.Xml.Schema.SequenceNode.SequenceConstructPosContext.firstpos
BitSet firstpos
Definition
SequenceNode.cs:61
System.Xml.Schema.SequenceNode.SequenceConstructPosContext.SequenceConstructPosContext
SequenceConstructPosContext(SequenceNode node, BitSet firstpos, BitSet lastpos)
Definition
SequenceNode.cs:50
System.Xml.Schema.SequenceNode.SequenceConstructPosContext.this_
SequenceNode this_
Definition
SequenceNode.cs:58
System.Xml.Schema.SequenceNode.SequenceConstructPosContext.lastposLeft
BitSet lastposLeft
Definition
SequenceNode.cs:67
System.Xml.Schema.SequenceNode.SequenceConstructPosContext
Definition
SequenceNode.cs:48
source
System.Xml
System
Xml
Schema
SequenceNode.cs
Generated by
1.10.0