Uses of Class
org.eclipse.persistence.internal.libraries.asm.Label
Packages that use Label
Package
Description
-
Uses of Label in org.eclipse.persistence.asm.internal.platform.eclipselink
Constructors in org.eclipse.persistence.asm.internal.platform.eclipselink with parameters of type Label -
Uses of Label in org.eclipse.persistence.internal.libraries.asm
Methods in org.eclipse.persistence.internal.libraries.asm that return LabelModifier and TypeMethodDescriptionprotected Label[]Attribute.getLabels()Deprecated.no longer used by ASM.static LabelAttribute.readLabel(ClassReader classReader, int bytecodeOffset, Label[] labels) Returns the label corresponding to the given bytecode offset by callingClassReader.readLabel(int, org.eclipse.persistence.internal.libraries.asm.Label[]).protected LabelReturns the label corresponding to the given bytecode offset.Methods in org.eclipse.persistence.internal.libraries.asm with parameters of type LabelModifier and TypeMethodDescriptionstatic AttributeAttribute.read(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sameAttribute.typeas the given attribute.protected AttributeAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads aAttribute.typeattribute.static LabelAttribute.readLabel(ClassReader classReader, int bytecodeOffset, Label[] labels) Returns the label corresponding to the given bytecode offset by callingClassReader.readLabel(int, org.eclipse.persistence.internal.libraries.asm.Label[]).protected LabelReturns the label corresponding to the given bytecode 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 descriptor, 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 descriptor, 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. -
Uses of Label in org.eclipse.persistence.internal.libraries.asm.commons
Methods in org.eclipse.persistence.internal.libraries.asm.commons that return LabelModifier and TypeMethodDescriptionGeneratorAdapter.mark()Marks the current code position with a new label.GeneratorAdapter.newLabel()Constructs a newLabel.Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type LabelModifier and TypeMethodDescriptionvoidGeneratorAdapter.catchException(Label start, Label end, Type exception) Marks the start of an exception handler.voidTableSwitchGenerator.generateCase(int key, Label end) Generates the code for a switch case.voidGenerates the instruction to jump to the given label.voidvoidvoidvoidGenerates the instructions to jump to a label based on the comparison of the top two stack values.voidvoidvoidvoidGenerates the instructions to jump to a label based on the comparison of the top two integer stack values.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidGenerates the instruction to jump to the given label if the top stack value is not null.voidvoidGenerates the instruction to jump to the given label if the top stack value is null.voidGenerates the instructions to jump to a label based on the comparison of the top integer stack value with zero.voidvoidInstructionAdapter.lookupswitch(Label dflt, int[] keys, Label[] labels) voidMarks the current code position with the given label.voidprotected AttributeModuleHashesAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) protected AttributeModuleResolutionAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeOffset, Label[] labels) protected AttributeModuleTargetAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeOffset, Label[] labels) voidInstructionAdapter.tableswitch(int min, int max, Label dflt, Label... labels) voidAdviceAdapter.visitJumpInsn(int opcode, Label label) voidAnalyzerAdapter.visitJumpInsn(int opcode, Label label) voidCodeSizeEvaluator.visitJumpInsn(int opcode, Label label) voidInstructionAdapter.visitJumpInsn(int opcode, Label label) voidJSRInlinerAdapter.visitJumpInsn(int opcode, Label label) voidAdviceAdapter.visitLabel(Label label) voidAnalyzerAdapter.visitLabel(Label label) voidInstructionAdapter.visitLabel(Label label) voidAnalyzerAdapter.visitLocalVariable(String name, String descriptor, String signature, Label start, Label end, int index) voidLocalVariablesSorter.visitLocalVariable(String name, String descriptor, String signature, Label start, Label end, int index) voidMethodRemapper.visitLocalVariable(String name, String descriptor, String signature, Label start, Label end, int index) LocalVariablesSorter.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) MethodRemapper.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) voidAdviceAdapter.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) voidAnalyzerAdapter.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) voidCodeSizeEvaluator.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) voidInstructionAdapter.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) voidAdviceAdapter.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) voidAnalyzerAdapter.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) voidCodeSizeEvaluator.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) voidInstructionAdapter.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) voidAdviceAdapter.visitTryCatchBlock(Label start, Label end, Label handler, String type) voidMethodRemapper.visitTryCatchBlock(Label start, Label end, Label handler, String type) -
Uses of Label in org.eclipse.persistence.internal.libraries.asm.tree
Methods in org.eclipse.persistence.internal.libraries.asm.tree that return LabelModifier and TypeMethodDescriptionLabelNode.getLabel()Returns the label encapsulated by this node.Methods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type LabelModifier and TypeMethodDescriptionprotected LabelNodeMethodNode.getLabelNode(Label label) Returns the LabelNode corresponding to the given Label.voidMethodNode.visitJumpInsn(int opcode, Label label) voidMethodNode.visitLabel(Label label) voidMethodNode.visitLineNumber(int line, Label start) voidMethodNode.visitLocalVariable(String name, String descriptor, String signature, Label start, Label end, int index) MethodNode.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) voidMethodNode.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) voidMethodNode.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) voidMethodNode.visitTryCatchBlock(Label start, Label end, Label handler, String type) Constructors in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type Label