-
In |
Beta Was this translation helpful? Give feedback.
Answered by
shedaniel
Dec 20, 2022
Replies: 1 comment
-
Read the javadocs on the method, the extension and the view. You are supposed to make a new categoryview and delegate all methods to the lastView, then within that you may modify it, it should be similar to any visitor based system like ASM |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shedaniel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Read the javadocs on the method, the extension and the view. You are supposed to make a new categoryview and delegate all methods to the lastView, then within that you may modify it, it should be similar to any visitor based system like ASM