How can I get information of scala attributes? #22244
Unanswered
ehdrb01
asked this question in
General Question
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
This 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