|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Label | |
jas |
Uses of Label in jas |
Methods in jas with parameters of type Label | |
void |
LineTableAttr.addEntry(Label l,
int line)
Add a pc to line number entry to the line table. |
void |
Catchtable.addEntry(Label start,
Label end,
Label handler,
CP cat)
add an entry to the catch table |
Constructors in jas with parameters of type Label | |
TableswitchInsn(int min,
int max,
Label def,
Label[] j)
|
|
LookupswitchInsn(Label def,
int[] match,
Label[] target)
|
|
LocalVarEntry(Label startLabel,
Label endLabel,
String name,
String sig,
int slot)
Create local variable scope information that can be used while debugging. |
|
LocalVarEntry(Label startLabel,
Label endLabel,
CP name,
CP sig,
int slot)
Create local variable scope information that can be used while debugging. |
|
Insn(int opc,
Label target)
Instructions that take a Label as an argument. |
|
CatchEntry(Label start,
Label end,
Label handler,
CP cat)
Catch entries are created and then added to the Catchtable. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |