| Frames | No Frames |
Constructors with parameter type gnu.bytecode.Label | |
Methods with parameter type gnu.bytecode.Label | |
| boolean | Add a new case. |
| void | |
| void | Add an exception handler. |
| int | |
| void | Compile an unconditional branch (goto). |
| void | |
| void | |
| void | Compile a conditional transfer if 2 top stack elements are equal. |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | Compile conditional transfer if 2 top stack elements are not equal. |
| void | |
| void | Add a fixup at this location. |
| void | This causes a later processFixup to rearrange the code. |
Methods with return type gnu.bytecode.Label | |
| Label | Get a new Label for the current location. |
Constructors with parameter type gnu.bytecode.Label | |
Fields of type gnu.bytecode.Label | |
| Label | Where to go when done executing the Expression whose target this is. |
| Label | A function to call (using jsr/jsr_w). |
| Label | |
| Label | |