|
| 1 | +NameOf.cs: |
| 2 | +# 4| [Class] Program |
| 3 | +# 6| 6: [Method] M |
| 4 | +# 6| -1: [TypeMention] Void |
| 5 | +#-----| 2: (Parameters) |
| 6 | +# 6| 0: [Parameter] x |
| 7 | +# 6| -1: [TypeMention] int |
| 8 | +# 7| 4: [BlockStmt] {...} |
| 9 | +# 8| 0: [LocalVariableDeclStmt] ... ...; |
| 10 | +# 8| 0: [LocalVariableDeclAndInitExpr] String test1 = ... |
| 11 | +# 8| -1: [TypeMention] string |
| 12 | +# 8| 0: [LocalVariableAccess] access to local variable test1 |
| 13 | +# 8| 1: [NameOfExpr] nameof(...) |
| 14 | +# 8| 0: [ParameterAccess] access to parameter x |
| 15 | +# 9| 1: [LocalVariableDeclStmt] ... ...; |
| 16 | +# 9| 0: [LocalVariableDeclAndInitExpr] String test2 = ... |
| 17 | +# 9| -1: [TypeMention] string |
| 18 | +# 9| 0: [LocalVariableAccess] access to local variable test2 |
| 19 | +# 9| 1: [NameOfExpr] nameof(...) |
| 20 | +# 9| 0: [MethodAccess] access to method M |
| 21 | +# 10| 2: [LocalVariableDeclStmt] ... ...; |
| 22 | +# 10| 0: [LocalVariableDeclAndInitExpr] String test3 = ... |
| 23 | +# 10| -1: [TypeMention] string |
| 24 | +# 10| 0: [LocalVariableAccess] access to local variable test3 |
| 25 | +# 10| 1: [NameOfExpr] nameof(...) |
| 26 | +# 10| 0: [TypeAccess] access to type Program |
| 27 | +# 10| 0: [TypeMention] Program |
| 28 | +# 11| 3: [LocalVariableDeclStmt] ... ...; |
| 29 | +# 11| 0: [LocalVariableDeclAndInitExpr] String test4 = ... |
| 30 | +# 11| -1: [TypeMention] string |
| 31 | +# 11| 0: [LocalVariableAccess] access to local variable test4 |
| 32 | +# 11| 1: [NameOfExpr] nameof(...) |
| 33 | +# 11| 0: [TypeAccess] access to type String |
| 34 | +# 11| 0: [TypeMention] string |
| 35 | +# 12| 4: [LocalVariableDeclStmt] ... ...; |
| 36 | +# 12| 0: [LocalVariableDeclAndInitExpr] String test5 = ... |
| 37 | +# 12| -1: [TypeMention] string |
| 38 | +# 12| 0: [LocalVariableAccess] access to local variable test5 |
| 39 | +# 12| 1: [NameOfExpr] nameof(...) |
| 40 | +# 12| 0: [TypeAccess] access to type List<Int32> |
| 41 | +# 12| 0: [TypeMention] List<int> |
| 42 | +# 12| 1: [TypeMention] int |
| 43 | +# 13| 5: [LocalVariableDeclStmt] ... ...; |
| 44 | +# 13| 0: [LocalVariableDeclAndInitExpr] String test6 = ... |
| 45 | +# 13| -1: [TypeMention] string |
| 46 | +# 13| 0: [LocalVariableAccess] access to local variable test6 |
| 47 | +# 13| 1: [NameOfExpr] nameof(...) |
| 48 | +# 13| 0: [TypeAccess] access to type List`1 |
| 49 | +# 13| 0: [TypeMention] List<T> |
| 50 | +# 13| 1: [TypeMention] T |
0 commit comments