Uses of Class
org.eclipse.sisu.space.asm.MethodWriter
Packages that use MethodWriter
-
Uses of MethodWriter in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as MethodWriterModifier and TypeFieldDescriptionprivate MethodWriterClassWriter.firstMethodThe methods of this class, stored in a linked list ofMethodWriterlinked via theirMethodVisitor.mvfield.private MethodWriterClassWriter.lastMethodThe methods of this class, stored in a linked list ofMethodWriterlinked via theirMethodVisitor.mvfield.Methods in org.eclipse.sisu.space.asm with parameters of type MethodWriterModifier and TypeMethodDescription(package private) final voidFrame.accept(MethodWriter methodWriter) Makes the givenMethodWritervisit the input frame of thisFrame.