-
Couldn't load subscription status.
- Fork 1.1k
How can I get information of scala attributes? #22244
-
Hello!
I want to know the types of attributes in the scala language. I understand scala adds some attributes into class file which is a result of compilation process.
Screenshot 2024年12月19日 at 6 02 02 PMThis is a JVM specification and it shows all attribute types from the JVM. However, I cannot find scala specific attributes. Can I get your help?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions
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
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.
All reactions
-
Thank you for your response! I will check it!
Beta Was this translation helpful? Give feedback.