| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Label | |
|---|---|
| com.sun.squawk.compiler | |
| Uses of Label in com.sun.squawk.compiler | 
|---|
| Methods in com.sun.squawk.compiler that return Label | |
|---|---|
|  Label | BaseCompiler.label()Allocate a label. | 
| Methods in com.sun.squawk.compiler with parameters of type Label | |
|---|---|
|  Compiler | BaseCompiler.bf(Label label)Branch to the label if the popped value is false. | 
|  Compiler | BaseCompiler.bind(Label label)Bind a label to the current location. | 
|  Compiler | BaseCompiler.br(Label label)Unconditionally branch to the label. | 
|  Compiler | BaseCompiler.bt(Label label)Branch to the label if the popped value is true. | 
|  Compiler | BaseCompiler.data(Label label,
     Object obj)Define some data. | 
|  Compiler | BaseCompiler.enter(Label label)Emit a function prologue. | 
|  Compiler | BaseCompiler.enter(Label label,
      int preambleCode)Emit a function prologue. | 
|  Compiler | BaseCompiler.literal(Label label)Push the address of a label onto the stack. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||