File tree 1 file changed +34
-34
lines changed
library/src/scala/tasty/reflect
1 file changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -12,43 +12,43 @@ package scala.tasty.reflect
12
12
* | +- DefDef
13
13
* | +- ValDef
14
14
* |
15
- * +- Term --------+- Ref -+- Ident
16
- * | +- Select
15
+ * +- Term --------+- Term_Ref -+- Term_Ident
16
+ * | +- Term_Select
17
17
* |
18
- * +- Literal
19
- * +- This
20
- * +- New
21
- * +- NamedArg
22
- * +- Apply
23
- * +- TypeApply
24
- * +- Super
25
- * +- Typed
26
- * +- Assign
27
- * +- Block
28
- * +- Lambda
29
- * +- If
30
- * +- Match
31
- * +- Try
32
- * +- Return
33
- * +- Repeated
34
- * +- Inlined
35
- * +- SelectOuter
36
- * +- While
18
+ * +- Term_Literal
19
+ * +- Term_This
20
+ * +- Term_New
21
+ * +- Term_NamedArg
22
+ * +- Term_Apply
23
+ * +- Term_TypeApply
24
+ * +- Term_Super
25
+ * +- Term_Typed
26
+ * +- Term_Assign
27
+ * +- Term_Block
28
+ * +- Term_Lambda
29
+ * +- Term_If
30
+ * +- Term_Match
31
+ * +- Term_Try
32
+ * +- Term_Return
33
+ * +- Term_Repeated
34
+ * +- Term_Inlined
35
+ * +- Term_SelectOuter
36
+ * +- Term_While
37
37
*
38
38
*
39
- * +- TypeTree ----+- Inferred
40
- * | +- Ident
41
- * | +- Select
42
- * | +- Project
43
- * | +- Singleton
44
- * +- TypeOrBoundsTree ---+ +- Refined
45
- * | +- Applied
46
- * | +- Annotated
47
- * | +- MatchType
48
- * | +- ByName
49
- * | +- LambdaTypeTree
50
- * | +- TypeBind
51
- * | +- TypeBlock
39
+ * +- TypeTree ----+- TypeTree_Inferred
40
+ * | +- TypeTree_Ident
41
+ * | +- TypeTree_Select
42
+ * | +- TypeTree_Project
43
+ * | +- TypeTree_Singleton
44
+ * +- TypeOrBoundsTree ---+ +- TypeTree_Refined
45
+ * | +- TypeTree_Applied
46
+ * | +- TypeTree_Annotated
47
+ * | +- TypeTree_MatchType
48
+ * | +- TypeTree_ByName
49
+ * | +- TypeTree_LambdaTypeTree
50
+ * | +- TypeTree_TypeBind
51
+ * | +- TypeTree_TypeBlock
52
52
* |
53
53
* +- TypeBoundsTree
54
54
* +- WildcardTypeTree
You can’t perform that action at this time.
0 commit comments