|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Label | |
---|---|
org.objectweb.asm |
Uses of Label in org.objectweb.asm |
---|
Methods in org.objectweb.asm with parameters of type Label | |
---|---|
void |
CodeWriter.visitJumpInsn(int opcode,
Label label)
|
void |
CodeVisitor.visitJumpInsn(int opcode,
Label label)
Visits a jump instruction. |
void |
CodeWriter.visitLabel(Label label)
|
void |
CodeVisitor.visitLabel(Label label)
Visits a label. |
void |
CodeWriter.visitLineNumber(int line,
Label start)
|
void |
CodeVisitor.visitLineNumber(int line,
Label start)
Visits a line number declaration. |
void |
CodeWriter.visitLocalVariable(java.lang.String name,
java.lang.String desc,
Label start,
Label end,
int index)
|
void |
CodeVisitor.visitLocalVariable(java.lang.String name,
java.lang.String desc,
Label start,
Label end,
int index)
Visits a local variable declaration. |
void |
CodeWriter.visitLookupSwitchInsn(Label dflt,
int[] keys,
Label[] labels)
|
void |
CodeWriter.visitLookupSwitchInsn(Label dflt,
int[] keys,
Label[] labels)
|
void |
CodeVisitor.visitLookupSwitchInsn(Label dflt,
int[] keys,
Label[] labels)
Visits a LOOKUPSWITCH instruction. |
void |
CodeVisitor.visitLookupSwitchInsn(Label dflt,
int[] keys,
Label[] labels)
Visits a LOOKUPSWITCH instruction. |
void |
CodeWriter.visitTableSwitchInsn(int min,
int max,
Label dflt,
Label[] labels)
|
void |
CodeWriter.visitTableSwitchInsn(int min,
int max,
Label dflt,
Label[] labels)
|
void |
CodeVisitor.visitTableSwitchInsn(int min,
int max,
Label dflt,
Label[] labels)
Visits a TABLESWITCH instruction. |
void |
CodeVisitor.visitTableSwitchInsn(int min,
int max,
Label dflt,
Label[] labels)
Visits a TABLESWITCH instruction. |
void |
CodeWriter.visitTryCatchBlock(Label start,
Label end,
Label handler,
java.lang.String type)
|
void |
CodeVisitor.visitTryCatchBlock(Label start,
Label end,
Label handler,
java.lang.String type)
Visits a try catch block. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |