-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bytecodeAll issues that relate to the generation of Java BytecodeAll issues that relate to the generation of Java BytecodetestsIssues that are about creating/fixing test cases or the test runnerIssues that are about creating/fixing test cases or the test runner
Milestone
Description
The asm Classvisitor expects its methods to be called in this order (from their JavaDoc):
A visitor to visit a Java class. The methods of this class must be called in the following order:
visit
[ visitSource ]
[ visitModule ]
[ visitNestHost ]
[ visitOuterClass ]
( visitAnnotation | visitTypeAnnotation | visitAttribute )*
( visitNestMember | [ * visitPermittedSubclass ] | visitInnerClass | visitRecordComponent | visitField | visitMethod )*
visitEnd
Metadata
Metadata
Assignees
Labels
bytecodeAll issues that relate to the generation of Java BytecodeAll issues that relate to the generation of Java BytecodetestsIssues that are about creating/fixing test cases or the test runnerIssues that are about creating/fixing test cases or the test runner