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
ChoiceNode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x020000CE RID: 206
6
internal
sealed
class
ChoiceNode
:
InteriorNode
7
{
8
// Token: 0x0600083D RID: 2109 RVA: 0x0001A36C File Offset: 0x0001856C
9
private
static
void
ConstructChildPos
(
SyntaxTreeNode
child,
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
10
{
11
int
count
= firstpos.
count
;
12
int
count2
= lastpos.
count
;
13
}
14
15
// Token: 0x0600083E RID: 2110 RVA: 0x0001A388 File Offset: 0x00018588
16
public
override
void
ConstructPos
(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
17
{
18
int
count
= firstpos.
count
;
19
int
count2
= lastpos.
count
;
20
SyntaxTreeNode
rightChild
= this.
rightChild
;
21
SyntaxTreeNode
leftChild
= this.
leftChild
;
22
while
(
this
!=
null
)
23
{
24
}
25
}
26
27
// Token: 0x170001FF RID: 511
28
// (get) Token: 0x0600083F RID: 2111 RVA: 0x0001A3B4 File Offset: 0x000185B4
29
public
override
bool
IsNullable
30
{
31
get
32
{
33
SyntaxTreeNode
rightChild
= this.
rightChild
;
34
SyntaxTreeNode
leftChild
= this.
leftChild
;
35
while
(
this
!=
null
)
36
{
37
}
38
return
true
;
39
}
40
}
41
42
// Token: 0x06000840 RID: 2112 RVA: 0x0001A3D4 File Offset: 0x000185D4
43
public
override
void
ExpandTree
(
InteriorNode
parent,
SymbolsDictionary
symbols,
Positions
positions)
44
{
45
base
.ExpandTreeNoRecursive(parent, symbols, positions);
46
}
47
48
// Token: 0x06000841 RID: 2113 RVA: 0x0001A3EC File Offset: 0x000185EC
49
public
ChoiceNode
()
50
{
51
}
52
}
53
}
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.ChoiceNode.ChoiceNode
ChoiceNode()
Definition
ChoiceNode.cs:49
System.Xml.Schema.ChoiceNode.ExpandTree
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition
ChoiceNode.cs:43
System.Xml.Schema.ChoiceNode.ConstructChildPos
static void ConstructChildPos(SyntaxTreeNode child, BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition
ChoiceNode.cs:9
System.Xml.Schema.ChoiceNode.ConstructPos
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition
ChoiceNode.cs:16
System.Xml.Schema.ChoiceNode.IsNullable
override bool IsNullable
Definition
ChoiceNode.cs:30
System.Xml.Schema.ChoiceNode
Definition
ChoiceNode.cs:7
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.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
source
System.Xml
System
Xml
Schema
ChoiceNode.cs
Generated by
1.10.0