@@ -36,21 +36,21 @@ Macro-format:
36
36
EXPANDEDPREFIX Length qualified_NameRef selector_NameRef
37
37
TRAITSETTER Length qualified_NameRef selector_NameRef
38
38
UNIQUE Length separator_NameRef uniqid_Nat underlying_NameRef?
39
- DEFAULTGETTER Length underlying_NameRef index_Nat
40
- VARIANT Length underlying_NameRef variance_Nat // 0: Contravariant, 1: Covariant
41
- OUTERSELECT Length underlying_NameRef nhops_Nat // a reference to `nhops` <outer> selections, followed by `underlying`
42
-
43
- SUPERACCESSOR Length underlying_NameRef
44
- PROTECTEDACCESSOR Length underlying_NameRef
45
- PROTECTEDSETTER Length underlying_NameRef
46
- INITIALIZER Length underlying_NameRef
47
- SHADOWED Length underlying_NameRef
48
- AVOIDCLASH Length underlying_NameRef
49
- DIRECT Length underlying_NameRef
50
- FIELD Length underlying_NameRef
51
- EXTMETH Length underlying_NameRef
52
- OBJECTVAR Length underlying_NameRef
53
- OBJECTCLASS Length underlying_NameRef
39
+ DEFAULTGETTER Length underlying_NameRef index_Nat
40
+ VARIANT Length underlying_NameRef variance_Nat // 0: Contravariant, 1: Covariant
41
+ OUTERSELECT Length underlying_NameRef nhops_Nat // a reference to `nhops` <outer> selections, followed by `underlying`
42
+
43
+ SUPERACCESSOR Length underlying_NameRef
44
+ PROTECTEDACCESSOR Length underlying_NameRef
45
+ PROTECTEDSETTER Length underlying_NameRef
46
+ INITIALIZER Length underlying_NameRef
47
+ SHADOWED Length underlying_NameRef
48
+ AVOIDCLASH Length underlying_NameRef
49
+ DIRECT Length underlying_NameRef
50
+ FIELD Length underlying_NameRef
51
+ EXTMETH Length underlying_NameRef
52
+ OBJECTVAR Length underlying_NameRef
53
+ OBJECTCLASS Length underlying_NameRef
54
54
SIGNED Length original_NameRef resultSig_NameRef paramSig_NameRef*
55
55
56
56
NameRef = Nat // ordinal number of name in name table, starting from 1.
0 commit comments