Uses of Class
org.objectweb.asm.MethodWriter
-
Packages that use MethodWriter Package Description org.objectweb.asm Provides a small and fast bytecode manipulation framework. -
-
Uses of MethodWriter in org.objectweb.asm
Fields in org.objectweb.asm declared as MethodWriter Modifier and Type Field Description private MethodWriter
ClassWriter. firstMethod
The methods of this class, stored in a linked list ofMethodWriter
linked via theirMethodVisitor.mv
field.private MethodWriter
ClassWriter. lastMethod
The methods of this class, stored in a linked list ofMethodWriter
linked via theirMethodVisitor.mv
field.Methods in org.objectweb.asm with parameters of type MethodWriter Modifier and Type Method Description (package private) void
Frame. accept(MethodWriter methodWriter)
Makes the givenMethodWriter
visit the input frame of thisFrame
.
-