|
| 1 | +NativeInt.cs: |
| 2 | +# 3| [Class] Class1 |
| 3 | +# 5| 5: [Method] M1 |
| 4 | +# 5| -1: [TypeMention] Void |
| 5 | +#-----| 2: (Parameters) |
| 6 | +# 5| 0: [Parameter] j |
| 7 | +# 5| -1: [TypeMention] int |
| 8 | +# 5| 1: [Parameter] k |
| 9 | +# 5| -1: [TypeMention] uint |
| 10 | +# 6| 4: [BlockStmt] {...} |
| 11 | +# 7| 0: [LocalVariableDeclStmt] ... ...; |
| 12 | +# 7| 0: [LocalVariableDeclAndInitExpr] IntPtr x = ... |
| 13 | +# 7| -1: [TypeMention] IntPtr |
| 14 | +# 7| 0: [LocalVariableAccess] access to local variable x |
| 15 | +# 7| 1: [CastExpr] (...) ... |
| 16 | +# 7| 1: [ParameterAccess] access to parameter j |
| 17 | +# 8| 1: [LocalVariableDeclStmt] ... ...; |
| 18 | +# 8| 0: [LocalVariableDeclAndInitExpr] IntPtr x0 = ... |
| 19 | +# 8| -1: [TypeMention] IntPtr |
| 20 | +# 8| 0: [LocalVariableAccess] access to local variable x0 |
| 21 | +# 8| 1: [CastExpr] (...) ... |
| 22 | +# 8| 0: [TypeAccess] access to type IntPtr |
| 23 | +# 8| 0: [TypeMention] IntPtr |
| 24 | +# 8| 1: [ParameterAccess] access to parameter j |
| 25 | +# 9| 2: [LocalVariableDeclStmt] ... ...; |
| 26 | +# 9| 0: [LocalVariableDeclAndInitExpr] IntPtr x1 = ... |
| 27 | +# 9| -1: [TypeMention] IntPtr |
| 28 | +# 9| 0: [LocalVariableAccess] access to local variable x1 |
| 29 | +# 9| 1: [CastExpr] (...) ... |
| 30 | +# 9| 0: [TypeAccess] access to type IntPtr |
| 31 | +# 9| 0: [TypeMention] IntPtr |
| 32 | +# 9| 1: [ParameterAccess] access to parameter j |
| 33 | +# 10| 3: [LocalVariableDeclStmt] ... ...; |
| 34 | +# 10| 0: [LocalVariableDeclAndInitExpr] UIntPtr y = ... |
| 35 | +# 10| -1: [TypeMention] UIntPtr |
| 36 | +# 10| 0: [LocalVariableAccess] access to local variable y |
| 37 | +# 10| 1: [CastExpr] (...) ... |
| 38 | +# 10| 1: [ParameterAccess] access to parameter k |
| 39 | +# 12| 4: [LocalConstantDeclStmt] const ... ...; |
| 40 | +# 12| 0: [LocalVariableDeclAndInitExpr] IntPtr i = ... |
| 41 | +# 12| -1: [TypeMention] IntPtr |
| 42 | +# 12| 0: [LocalVariableAccess] access to local variable i |
| 43 | +# 12| 1: [CastExpr] (...) ... |
| 44 | +# 12| 0: [TypeAccess] access to type IntPtr |
| 45 | +# 12| 0: [TypeMention] IntPtr |
| 46 | +# 12| 1: [IntLiteral] 42 |
| 47 | +# 15| 6: [Method] M2 |
| 48 | +# 15| -1: [TypeMention] Void |
| 49 | +# 16| 4: [BlockStmt] {...} |
| 50 | +# 17| 0: [LocalVariableDeclStmt] ... ...; |
| 51 | +# 17| 0: [LocalVariableDeclAndInitExpr] IntPtr x = ... |
| 52 | +# 17| -1: [TypeMention] IntPtr |
| 53 | +# 17| 0: [LocalVariableAccess] access to local variable x |
| 54 | +# 17| 1: [CastExpr] (...) ... |
| 55 | +# 17| 1: [IntLiteral] 3 |
| 56 | +# 18| 1: [LocalVariableDeclStmt] ... ...; |
| 57 | +# 18| 0: [LocalVariableDeclAndInitExpr] Int32 y = ... |
| 58 | +# 18| -1: [TypeMention] int |
| 59 | +# 18| 0: [LocalVariableAccess] access to local variable y |
| 60 | +# 18| 1: [IntLiteral] 3 |
| 61 | +# 19| 2: [LocalVariableDeclStmt] ... ...; |
| 62 | +# 19| 0: [LocalVariableDeclAndInitExpr] Int64 v = ... |
| 63 | +# 19| -1: [TypeMention] long |
| 64 | +# 19| 0: [LocalVariableAccess] access to local variable v |
| 65 | +# 19| 1: [CastExpr] (...) ... |
| 66 | +# 19| 1: [IntLiteral] 10 |
| 67 | +# 21| 3: [LocalVariableDeclStmt] ... ...; |
| 68 | +# 21| 0: [LocalVariableDeclAndInitExpr] Type test3 = ... |
| 69 | +# 21| -1: [TypeMention] Type |
| 70 | +# 21| 0: [LocalVariableAccess] access to local variable test3 |
| 71 | +# 21| 1: [TypeofExpr] typeof(...) |
| 72 | +# 21| 0: [TypeAccess] access to type IntPtr |
| 73 | +# 21| 0: [TypeMention] IntPtr |
| 74 | +# 22| 4: [LocalVariableDeclStmt] ... ...; |
| 75 | +# 22| 0: [LocalVariableDeclAndInitExpr] Type test4 = ... |
| 76 | +# 22| -1: [TypeMention] Type |
| 77 | +# 22| 0: [LocalVariableAccess] access to local variable test4 |
| 78 | +# 22| 1: [TypeofExpr] typeof(...) |
| 79 | +# 22| 0: [TypeAccess] access to type UIntPtr |
| 80 | +# 22| 0: [TypeMention] UIntPtr |
| 81 | +# 23| 5: [LocalVariableDeclStmt] ... ...; |
| 82 | +# 23| 0: [LocalVariableDeclAndInitExpr] Type test5 = ... |
| 83 | +# 23| -1: [TypeMention] Type |
| 84 | +# 23| 0: [LocalVariableAccess] access to local variable test5 |
| 85 | +# 23| 1: [MethodCall] call to method GetType |
| 86 | +# 23| -1: [AddExpr] ... + ... |
| 87 | +# 23| 0: [LocalVariableAccess] access to local variable x |
| 88 | +# 23| 1: [CastExpr] (...) ... |
| 89 | +# 23| 1: [IntLiteral] 1 |
| 90 | +# 24| 6: [LocalVariableDeclStmt] ... ...; |
| 91 | +# 24| 0: [LocalVariableDeclAndInitExpr] Type test6 = ... |
| 92 | +# 24| -1: [TypeMention] Type |
| 93 | +# 24| 0: [LocalVariableAccess] access to local variable test6 |
| 94 | +# 24| 1: [MethodCall] call to method GetType |
| 95 | +# 24| -1: [AddExpr] ... + ... |
| 96 | +# 24| 0: [LocalVariableAccess] access to local variable x |
| 97 | +# 24| 1: [CastExpr] (...) ... |
| 98 | +# 24| 1: [LocalVariableAccess] access to local variable y |
| 99 | +# 25| 7: [LocalVariableDeclStmt] ... ...; |
| 100 | +# 25| 0: [LocalVariableDeclAndInitExpr] Type test7 = ... |
| 101 | +# 25| -1: [TypeMention] Type |
| 102 | +# 25| 0: [LocalVariableAccess] access to local variable test7 |
| 103 | +# 25| 1: [MethodCall] call to method GetType |
| 104 | +# 25| -1: [AddExpr] ... + ... |
| 105 | +# 25| 0: [CastExpr] (...) ... |
| 106 | +# 25| 1: [LocalVariableAccess] access to local variable x |
| 107 | +# 25| 1: [LocalVariableAccess] access to local variable v |
0 commit comments