-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtables.txt
More file actions
87 lines (75 loc) · 2.31 KB
/
tables.txt
File metadata and controls
87 lines (75 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
== Scope: Global ===
Symbols:
Name: A , Type: class, Kind: Class
Name: B , Type: class, Kind: Class
Name: b1 , Type: bool, Kind: Var, Value: error
Name: b2 , Type: bool, Kind: Var, Value: true
Name: bfunc , Type: string, Return: string, Parameters: (bool string ), Kind: Func
Name: f , Type: int, Return: int, Parameters: (int float bool ), Kind: Func
Name: fx , Type: float, Kind: Var, Value: 65.000000
Name: ix , Type: int, Kind: Var, Value: 10
Name: oba , Type: A, Kind: Var, Value: error
Name: obb , Type: B, Kind: Var, Value: error
Name: s , Type: string, Kind: Var, Value: test
Name: x , Type: int, Kind: Var
Name: z , Type: int, Kind: Var
== Scope: Class_A ===
Parent scope: Global
Symbols:
Name: A , Type: A, Return: A, Parameters: (), Kind: Func
Name: fl , Type: float, Return: float, Parameters: (int ), Kind: Func
Name: g , Type: int, Return: int, Parameters: (int ), Kind: Func
Name: x , Type: int, Kind: Field
Name: y , Type: int, Kind: Field
Name: z , Type: float, Kind: Field
== Scope: Method_A ===
Parent scope: Class_A
Symbols:
Name: this , Type: A, Kind: Var
== Scope: Method_g ===
Parent scope: Class_A
Symbols:
Name: this , Type: A, Kind: Var
Name: z , Type: int, Kind: Param
== Scope: Method_fl ===
Parent scope: Class_A
Symbols:
Name: this , Type: A, Kind: Var
Name: x , Type: int, Kind: Param
== Scope: Func_f ===
Parent scope: Global
Symbols:
Name: b , Type: bool, Kind: Param
Name: x , Type: float, Kind: Param
Name: z , Type: int, Kind: Param
== Scope: Class_B ===
Parent scope: Global
Symbols:
Name: B , Type: int, Return: int, Parameters: (), Kind: Func
Name: b , Type: int, Kind: Field
Name: bb , Type: int, Kind: Field
Name: f , Type: int, Return: int, Parameters: (int ), Kind: Func
Name: g , Type: int, Return: int, Parameters: (int ), Kind: Func
== Scope: Method_B ===
Parent scope: Class_B
Symbols:
Name: this , Type: B, Kind: Var
== Scope: Method_g ===
Parent scope: Class_B
Symbols:
Name: this , Type: B, Kind: Var
Name: z , Type: int, Kind: Param
== Scope: Method_f ===
Parent scope: Class_B
Symbols:
Name: this , Type: B, Kind: Var
Name: var , Type: int, Kind: Var
Name: z , Type: int, Kind: Param
== Scope: Func_bfunc ===
Parent scope: Global
Symbols:
Name: b , Type: bool, Kind: Param
Name: s , Type: string, Kind: Param
== Scope: Global_Duel ===
Parent scope: Global
Symbols: