Uses of Class
com.googlecode.aviator.asm.MethodWriter
-
Packages that use MethodWriter Package Description com.googlecode.aviator.asm -
-
Uses of MethodWriter in com.googlecode.aviator.asm
Fields in com.googlecode.aviator.asm declared as MethodWriter Modifier and Type Field Description (package private) MethodWriter
ClassWriter. firstMethod
The methods of this class.(package private) MethodWriter
ClassWriter. lastMethod
The methods of this class.Methods in com.googlecode.aviator.asm with parameters of type MethodWriter Modifier and Type Method Description (package private) void
Label. put(MethodWriter owner, ByteVector out, int source, boolean wideOffset)
Puts a reference to this label in the bytecode of a method.(package private) boolean
Label. resolve(MethodWriter owner, int position, byte[] data)
Resolves all forward references to this label.
-