Uses of Class
org.mvel2.asm.MethodWriter
-
Packages that use MethodWriter Package Description org.mvel2.asm Provides a small and fast bytecode manipulation framework. -
-
Uses of MethodWriter in org.mvel2.asm
Fields in org.mvel2.asm declared as MethodWriter Modifier and Type Field Description private 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.mvel2.asm with parameters of type MethodWriter Modifier and Type Method Description (package private) voidFrame. accept(MethodWriter methodWriter)Makes the givenMethodWritervisit the input frame of thisFrame.
-