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) MethodWriterClassWriter. firstMethodThe methods of this class.(package private) MethodWriterClassWriter. lastMethodThe methods of this class.Methods in com.googlecode.aviator.asm with parameters of type MethodWriter Modifier and Type Method Description (package private) voidLabel. put(MethodWriter owner, ByteVector out, int source, boolean wideOffset)Puts a reference to this label in the bytecode of a method.(package private) booleanLabel. resolve(MethodWriter owner, int position, byte[] data)Resolves all forward references to this label.
-