|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodWriter | |
|---|---|
| org.compass.core.util.asm | Provides a small and fast bytecode manipulation framework. |
| Uses of MethodWriter in org.compass.core.util.asm |
|---|
| Fields in org.compass.core.util.asm declared as MethodWriter | |
|---|---|
(package private) MethodWriter |
ClassWriter.firstMethod
The methods of this class. |
(package private) MethodWriter |
ClassWriter.lastMethod
The methods of this class. |
(package private) MethodWriter |
MethodWriter.next
Next method writer (see firstMethod). |
| Methods in org.compass.core.util.asm with parameters of type MethodWriter | |
|---|---|
(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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||