Uses of Class
com.sun.xml.ws.org.objectweb.asm.Label
-
Packages that use Label Package Description com.sun.xml.ws.org.objectweb.asm -
-
Uses of Label in com.sun.xml.ws.org.objectweb.asm
Methods in com.sun.xml.ws.org.objectweb.asm that return Label Modifier and Type Method Description protected Label[]Attribute. getLabels()Returns the labels corresponding to this attribute.protected LabelClassReader. readLabel(int offset, Label[] labels)Returns the label corresponding to the given offset.Methods in com.sun.xml.ws.org.objectweb.asm with parameters of type Label Modifier and Type Method Description protected AttributeAttribute. read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)Reads atypeattribute.protected LabelClassReader. readLabel(int offset, Label[] labels)Returns the label corresponding to the given offset.voidMethodAdapter. visitJumpInsn(int opcode, Label label)voidMethodVisitor. visitJumpInsn(int opcode, Label label)Visits a jump instruction.voidMethodAdapter. visitLabel(Label label)voidMethodVisitor. visitLabel(Label label)Visits a label.voidMethodAdapter. visitLineNumber(int line, Label start)voidMethodVisitor. visitLineNumber(int line, Label start)Visits a line number declaration.voidMethodAdapter. visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index)voidMethodVisitor. visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index)Visits a local variable declaration.voidMethodAdapter. visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)voidMethodVisitor. visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)Visits a LOOKUPSWITCH instruction.voidMethodAdapter. visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels)voidMethodVisitor. visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels)Visits a TABLESWITCH instruction.voidMethodAdapter. visitTryCatchBlock(Label start, Label end, Label handler, String type)voidMethodVisitor. visitTryCatchBlock(Label start, Label end, Label handler, String type)Visits a try catch block.
-