Uses of Class
org.eclipse.sisu.space.asm.MethodWriter
-
Packages that use MethodWriter Package Description org.eclipse.sisu.space.asm -
-
Uses of MethodWriter in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.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 org.eclipse.sisu.space.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.
-