| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.transjvm.Statement
net.sf.transjvm.Label
public class Label
A label performs no action, but serves as a target for jumps and branches.
| Field Summary | 
|---|
| Fields inherited from class net.sf.transjvm.Statement | 
|---|
RETURN_VOID, SKIP | 
| Constructor Summary | |
|---|---|
Label()
Constructs a new Label  | 
|
| Method Summary | |
|---|---|
 void | 
intOffset(InstructionStream stream,
          int base)
 | 
 void | 
write(InstructionStream stream)
Writes this Statement to the stream  | 
| Methods inherited from class net.sf.transjvm.Statement | 
|---|
_goto, _if, _if, _return, _switch, _switch, _throw, always, callSuper, concat, defaultCallSuper, delegate, guarded, line, list, list | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Label()
| Method Detail | 
|---|
public void write(InstructionStream stream)
Statement
write in class Statementstream - The InstructionStream to write to.
public void intOffset(InstructionStream stream,
                      int base)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||