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
---
source: crates/rascal/src/program.rs
expression: parsed
input_file: samples/as2_classes/NotMtascStyle.as
---
Ok:
initial_script: []
interfaces: []
classes:
- name: NotMtascStyle
extends: ~
implements: []
functions:
main:
function:
signature:
name:
span:
start: 42
end: 46
value: main
args: []
return_type: ~
body:
- Expr:
span:
start: 59
end: 97
value:
Trace:
span:
start: 65
end: 96
value:
Constant:
String: Not actually the main method!
is_static: false
virtual_properties: {}
fields: {}
constructor:
signature:
name:
span:
start: 6
end: 19
value: NotMtascStyle
args: []
return_type: ~
body: []