Uses of Interface
org.eclipse.persistence.asm.Label
Package
Description
-
Uses of Label in org.eclipse.persistence.asm
Modifier and TypeMethodDescriptionvoid
EclipseLinkMethodVisitor.visitJumpInsn
(int opcode, Label label) abstract void
MethodVisitor.visitJumpInsn
(int opcode, Label label) void
EclipseLinkMethodVisitor.visitJumpInsnSuper
(int opcode, Label label) abstract void
MethodVisitor.visitJumpInsnSuper
(int opcode, Label label) void
EclipseLinkMethodVisitor.visitLabel
(Label label) abstract void
MethodVisitor.visitLabel
(Label label) void
EclipseLinkMethodVisitor.visitLabelSuper
(Label label) abstract void
MethodVisitor.visitLabelSuper
(Label label) void
EclipseLinkMethodVisitor.visitLineNumber
(int line, Label start) abstract void
MethodVisitor.visitLineNumber
(int line, Label start) void
EclipseLinkMethodVisitor.visitLineNumberSuper
(int line, Label start) abstract void
MethodVisitor.visitLineNumberSuper
(int line, Label start) void
EclipseLinkMethodVisitor.visitLocalVariable
(String name, String descriptor, String signature, Label start, Label end, int index) abstract void
MethodVisitor.visitLocalVariable
(String name, String descriptor, String signature, Label start, Label end, int index) void
EclipseLinkMethodVisitor.visitLocalVariableSuper
(String name, String descriptor, String signature, Label start, Label end, int index) abstract void
MethodVisitor.visitLocalVariableSuper
(String name, String descriptor, String signature, Label start, Label end, int index) void
EclipseLinkMethodVisitor.visitLookupSwitchInsn
(Label dflt, int[] keys, Label[] labels) abstract void
MethodVisitor.visitLookupSwitchInsn
(Label dflt, int[] keys, Label[] labels) void
EclipseLinkMethodVisitor.visitLookupSwitchInsnSuper
(Label dflt, int[] keys, Label[] labels) abstract void
MethodVisitor.visitLookupSwitchInsnSuper
(Label dflt, int[] keys, Label[] labels) void
EclipseLinkMethodVisitor.visitTableSwitchInsn
(int min, int max, Label dflt, Label... labels) abstract void
MethodVisitor.visitTableSwitchInsn
(int min, int max, Label dflt, Label... labels) void
EclipseLinkMethodVisitor.visitTableSwitchInsnSuper
(int min, int max, Label dflt, Label... labels) abstract void
MethodVisitor.visitTableSwitchInsnSuper
(int min, int max, Label dflt, Label... labels) void
EclipseLinkMethodVisitor.visitTryCatchBlock
(Label start, Label end, Label handler, String type) abstract void
MethodVisitor.visitTryCatchBlock
(Label start, Label end, Label handler, String type) void
EclipseLinkMethodVisitor.visitTryCatchBlockSuper
(Label start, Label end, Label handler, String type) abstract void
MethodVisitor.visitTryCatchBlockSuper
(Label start, Label end, Label handler, String type) -
Uses of Label in org.eclipse.persistence.asm.internal.platform.eclipselink
Modifier and TypeMethodDescriptionvoid
MethodVisitorImpl.visitJumpInsn
(int opcode, Label label) void
MethodVisitorImpl.visitJumpInsnSuper
(int opcode, Label label) void
MethodVisitorImpl.visitLabel
(Label label) void
MethodVisitorImpl.visitLabelSuper
(Label label) void
MethodVisitorImpl.visitLineNumber
(int line, Label start) void
MethodVisitorImpl.visitLineNumberSuper
(int line, Label start) void
MethodVisitorImpl.visitLocalVariable
(String name, String descriptor, String signature, Label start, Label end, int index) void
MethodVisitorImpl.visitLocalVariableSuper
(String name, String descriptor, String signature, Label start, Label end, int index) void
MethodVisitorImpl.visitLookupSwitchInsn
(Label dflt, int[] keys, Label[] labels) void
MethodVisitorImpl.visitLookupSwitchInsnSuper
(Label dflt, int[] keys, Label[] labels) void
MethodVisitorImpl.visitTableSwitchInsn
(int min, int max, Label dflt, Label... labels) void
MethodVisitorImpl.visitTableSwitchInsnSuper
(int min, int max, Label dflt, Label... labels) void
MethodVisitorImpl.visitTryCatchBlock
(Label start, Label end, Label handler, String type) void
MethodVisitorImpl.visitTryCatchBlockSuper
(Label start, Label end, Label handler, String type) -
Uses of Label in org.eclipse.persistence.asm.internal.platform.ow2
Modifier and TypeMethodDescriptionvoid
MethodVisitorImpl.visitJumpInsn
(int opcode, Label label) void
MethodVisitorImpl.visitJumpInsnSuper
(int opcode, Label label) void
MethodVisitorImpl.visitLabel
(Label label) void
MethodVisitorImpl.visitLabelSuper
(Label label) void
MethodVisitorImpl.visitLineNumber
(int line, Label start) void
MethodVisitorImpl.visitLineNumberSuper
(int line, Label start) void
MethodVisitorImpl.visitLocalVariable
(String name, String descriptor, String signature, Label start, Label end, int index) void
MethodVisitorImpl.visitLocalVariableSuper
(String name, String descriptor, String signature, Label start, Label end, int index) void
MethodVisitorImpl.visitLookupSwitchInsn
(Label dflt, int[] keys, Label[] labels) void
MethodVisitorImpl.visitLookupSwitchInsnSuper
(Label dflt, int[] keys, Label[] labels) void
MethodVisitorImpl.visitTableSwitchInsn
(int min, int max, Label dflt, Label... labels) void
MethodVisitorImpl.visitTableSwitchInsnSuper
(int min, int max, Label dflt, Label... labels) void
MethodVisitorImpl.visitTryCatchBlock
(Label start, Label end, Label handler, String type) void
MethodVisitorImpl.visitTryCatchBlockSuper
(Label start, Label end, Label handler, String type) -
Uses of Label in org.eclipse.persistence.internal.jpa.weaving
Modifier and TypeMethodDescriptionvoid
MethodWeaver.visitJumpInsn
(int opcode, Label label) void
MethodWeaver.visitLabel
(Label label) void
MethodWeaver.visitLineNumber
(int line, Label start) void
MethodWeaver.visitLocalVariable
(String name, String desc, String signature, Label start, Label end, int index) void
MethodWeaver.visitLookupSwitchInsn
(Label dflt, int[] keys, Label[] labels) void
MethodWeaver.visitTableSwitchInsn
(int min, int max, Label dflt, Label... labels) void
MethodWeaver.visitTryCatchBlock
(Label start, Label end, Label handler, String type)