terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SyntaxTreeNode.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000C8")]
8 internal abstract class SyntaxTreeNode
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000821")]
11 public abstract void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions);
12
13 [global::Cpp2ILInjected.Token(Token = "0x6000822")]
14 public abstract void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos);
15
16 [global::Cpp2ILInjected.Token(Token = "0x170001F7")]
17 public abstract bool IsNullable
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x6000823")]
20 get;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x170001F8")]
24 public virtual bool IsRangeNode
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x6000824")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1DB54B8", Offset = "0x1DB54B8", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 get
30 {
31 throw null;
32 }
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000825")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1DB54C0", Offset = "0x1DB54C0", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
39 protected SyntaxTreeNode()
40 {
41 throw null;
42 }
43 }
44}
class f__AnonymousType0<< Count > j__TPar
void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)