Uses of Class
org.datanucleus.enhancer.asm.Label
-
Packages that use Label Package Description org.datanucleus.enhancer DataNucleus ByteCode enhancer framework.org.datanucleus.enhancer.asm ASM : a small and fast bytecode manipulation framework. -
-
Uses of Label in org.datanucleus.enhancer
Methods in org.datanucleus.enhancer with parameters of type Label Modifier and Type Method Description voidEnhancerCloneAdapter. visitJumpInsn(int arg0, Label arg1)voidEnhancerPropertyGetterAdapter. visitJumpInsn(int arg0, Label arg1)voidEnhancerPropertySetterAdapter. visitJumpInsn(int arg0, Label arg1)voidEnhancerCloneAdapter. visitLabel(Label arg0)voidEnhancerMethodAdapter. visitLabel(Label label)voidEnhancerPropertyGetterAdapter. visitLabel(Label arg0)voidEnhancerPropertySetterAdapter. visitLabel(Label arg0)voidEnhancerCloneAdapter. visitLineNumber(int arg0, Label arg1)voidEnhancerPropertyGetterAdapter. visitLineNumber(int arg0, Label arg1)voidEnhancerPropertySetterAdapter. visitLineNumber(int arg0, Label arg1)voidEnhancerCloneAdapter. visitLocalVariable(String arg0, String arg1, String arg2, Label arg3, Label arg4, int arg5)voidEnhancerPropertyGetterAdapter. visitLocalVariable(String arg0, String arg1, String arg2, Label arg3, Label arg4, int arg5)voidEnhancerPropertySetterAdapter. visitLocalVariable(String arg0, String arg1, String arg2, Label arg3, Label arg4, int arg5)AnnotationVisitorEnhancerCloneAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible)AnnotationVisitorEnhancerPropertyGetterAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible)AnnotationVisitorEnhancerPropertySetterAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible)voidEnhancerCloneAdapter. visitLookupSwitchInsn(Label arg0, int[] arg1, Label[] arg2)voidEnhancerPropertyGetterAdapter. visitLookupSwitchInsn(Label arg0, int[] arg1, Label[] arg2)voidEnhancerPropertySetterAdapter. visitLookupSwitchInsn(Label arg0, int[] arg1, Label[] arg2)voidEnhancerCloneAdapter. visitTableSwitchInsn(int arg0, int arg1, Label arg2, Label... arg3)voidEnhancerPropertyGetterAdapter. visitTableSwitchInsn(int arg0, int arg1, Label arg2, Label... arg3)voidEnhancerPropertySetterAdapter. visitTableSwitchInsn(int arg0, int arg1, Label arg2, Label... arg3)voidEnhancerCloneAdapter. visitTryCatchBlock(Label arg0, Label arg1, Label arg2, String arg3)voidEnhancerPropertyGetterAdapter. visitTryCatchBlock(Label arg0, Label arg1, Label arg2, String arg3)voidEnhancerPropertySetterAdapter. visitTryCatchBlock(Label arg0, Label arg1, Label arg2, String arg3) -
Uses of Label in org.datanucleus.enhancer.asm
Methods in org.datanucleus.enhancer.asm that return Label Modifier and Type Method Description protected Label[]Attribute. getLabels()Returns the labels corresponding to this attribute.protected LabelClassReader. readLabel(int bytecodeOffset, Label[] labels)Returns the label corresponding to the given bytecode offset.Methods in org.datanucleus.enhancer.asm with parameters of type Label Modifier and Type Method Description protected AttributeAttribute. read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)Reads aAttribute.typeattribute.protected LabelClassReader. readLabel(int bytecodeOffset, Label[] labels)Returns 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.AnnotationVisitorMethodVisitor. 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.
-