How can I get information of scala attributes? #22244
Answered
by
bishabosha
ehdrb01
asked this question in
General Question
-
Beta Was this translation helpful? Give feedback.
Answered by
bishabosha
Dec 19, 2024
Replies: 1 comment 1 reply
-
This parser should tell you what you need: https://github.com/scalacenter/tasty-query/blob/main/tasty-query/shared/src/main/scala/tastyquery/reader/classfiles/ClassfileParser.scala I dont know if there is a spec published of class file additions |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
som-snytt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This parser should tell you what you need: https://github.com/scalacenter/tasty-query/blob/main/tasty-query/shared/src/main/scala/tastyquery/reader/classfiles/ClassfileParser.scala
I dont know if there is a spec published of class file additions