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.
1using System;
2
3namespace 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 {
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}
class f__AnonymousType0<< Count > j__TPar
override bool IsNullable
Definition LeafNode.cs:46
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition LeafNode.cs:35
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition LeafNode.cs:30