Uses of Class
org.eclipse.sisu.space.asm.Label
Packages that use Label
-
Uses of Label in org.eclipse.sisu.space.asm
Methods in org.eclipse.sisu.space.asm that return LabelModifier and TypeMethodDescriptionprotected LabelReturns the label corresponding to the given offset.Methods in org.eclipse.sisu.space.asm with parameters of type LabelModifier and TypeMethodDescriptionprotected LabelReturns the label corresponding to the given offset.voidMethodVisitor.visitJumpInsn(int opcode, Label label) Visits a jump instruction.voidMethodVisitor.visitLabel(Label label) Visits a label.voidMethodVisitor.visitLineNumber(int line, Label start) Visits a line number declaration.voidMethodVisitor.visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) Visits a local variable declaration.MethodVisitor.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) Visits an annotation on a local variable type.voidMethodVisitor.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) Visits a LOOKUPSWITCH instruction.voidMethodVisitor.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) Visits a TABLESWITCH instruction.voidMethodVisitor.visitTryCatchBlock(Label start, Label end, Label handler, String type) Visits a try catch block.