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
LeafNode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x020000C9 RID: 201
6
internal
class
LeafNode
:
SyntaxTreeNode
7
{
8
// Token: 0x06000826 RID: 2086 RVA: 0x0001A0C4 File Offset: 0x000182C4
9
public
LeafNode
(
int
pos
)
10
{
11
this.pos
=
pos
;
12
}
13
14
// Token: 0x170001F9 RID: 505
15
// (get) Token: 0x06000827 RID: 2087 RVA: 0x0001A0E0 File Offset: 0x000182E0
16
// (set) Token: 0x06000828 RID: 2088 RVA: 0x0001A0F4 File Offset: 0x000182F4
17
public
int
Pos
18
{
19
get
20
{
21
return
this.
pos
;
22
}
23
set
24
{
25
this.pos
=
value
;
26
}
27
}
28
29
// Token: 0x06000829 RID: 2089 RVA: 0x0001A108 File Offset: 0x00018308
30
public
override
void
ExpandTree
(
InteriorNode
parent,
SymbolsDictionary
symbols,
Positions
positions)
31
{
32
}
33
34
// Token: 0x0600082A RID: 2090 RVA: 0x0001A118 File Offset: 0x00018318
35
public
override
void
ConstructPos
(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
36
{
37
int
num = this.
pos
;
38
uint[] bits = firstpos.
bits
;
39
int
num2
= this.
pos
;
40
uint[]
bits2
= lastpos.
bits
;
41
}
42
43
// Token: 0x170001FA RID: 506
44
// (get) Token: 0x0600082B RID: 2091 RVA: 0x0001A144 File Offset: 0x00018344
45
public
override
bool
IsNullable
46
{
47
get
48
{
49
}
50
}
51
52
// Token: 0x04000423 RID: 1059
53
private
int
pos
;
54
}
55
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.BitSet.bits
uint[] bits
Definition
BitSet.cs:198
System.Xml.Schema.BitSet
Definition
BitSet.cs:8
System.Xml.Schema.InteriorNode
Definition
InteriorNode.cs:8
System.Xml.Schema.LeafNode.pos
int pos
Definition
LeafNode.cs:53
System.Xml.Schema.LeafNode.IsNullable
override bool IsNullable
Definition
LeafNode.cs:46
System.Xml.Schema.LeafNode.ConstructPos
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition
LeafNode.cs:35
System.Xml.Schema.LeafNode.ExpandTree
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition
LeafNode.cs:30
System.Xml.Schema.LeafNode.LeafNode
LeafNode(int pos)
Definition
LeafNode.cs:9
System.Xml.Schema.LeafNode.Pos
int Pos
Definition
LeafNode.cs:18
System.Xml.Schema.LeafNode
Definition
LeafNode.cs:7
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.value
@ value
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
LeafNode.cs
Generated by
1.10.0