Uses of Class
mockit.asm.controlFlow.Label
Packages that use Label
Package
Description
-
Uses of Label in mockit.asm.controlFlow
Methods in mockit.asm.controlFlow that return LabelModifier and TypeMethodDescriptionLabel.getFirst()Returns the first label of the series to which this label belongs.CFGAnalysis.getLabelForCurrentBasicBlock()CFGAnalysis.getLabelForFirstBasicBlock()Label.getSuccessor()Returns this label'sLabel.successor, if any.Label.setSuccessors(Edge edge) CFGAnalysis.updateCurrentBlockForJumpInstruction(int opcode, Label label) Methods in mockit.asm.controlFlow with parameters of type LabelModifier and TypeMethodDescriptionCFGAnalysis.updateCurrentBlockForJumpInstruction(int opcode, Label label) voidCFGAnalysis.updateCurrentBlockForJumpTarget(int opcode, Label nextInsn) voidCFGAnalysis.updateCurrentBlockForLabelBeforeNextInstruction(Label label) voidCFGAnalysis.updateCurrentBlockForSwitchInstruction(Label dflt, Label[] caseLabels) Constructors in mockit.asm.controlFlow with parameters of type Label -
Uses of Label in mockit.asm.exceptionHandling
Methods in mockit.asm.exceptionHandling with parameters of type LabelModifier and TypeMethodDescriptionvoidExceptionHandling.addHandler(Label start, Label end, Label handler, String type) -
Uses of Label in mockit.asm.methods
Methods in mockit.asm.methods that return LabelMethods in mockit.asm.methods with parameters of type LabelModifier and TypeMethodDescriptionvoidMethodVisitor.visitJumpInsn(int opcode, Label label) Visits a jump instruction.voidMethodWriter.visitJumpInsn(int opcode, Label label) voidWrappingMethodVisitor.visitJumpInsn(int opcode, Label label) voidMethodVisitor.visitLabel(Label label) Visits a label, which designates the instruction that will be visited just after it.voidMethodWriter.visitLabel(Label label) voidWrappingMethodVisitor.visitLabel(Label label) voidMethodVisitor.visitLineNumber(@NonNegative int line, Label start) Visits a line number within the body of the method.voidMethodWriter.visitLineNumber(@NonNegative int line, Label start) voidWrappingMethodVisitor.visitLineNumber(@NonNegative int line, Label start) voidMethodVisitor.visitLocalVariable(String name, String desc, String signature, Label start, Label end, @NonNegative int index) Visits a local variable declaration.voidMethodWriter.visitLocalVariable(String name, String desc, String signature, Label start, Label end, @NonNegative int index) voidWrappingMethodVisitor.visitLocalVariable(String name, String desc, String signature, Label start, Label end, @NonNegative int index) voidMethodVisitor.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) Visits aLOOKUPSWITCHinstruction.voidMethodWriter.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) voidWrappingMethodVisitor.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) voidMethodVisitor.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) Visits aTABLESWITCHinstruction.voidMethodWriter.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) voidWrappingMethodVisitor.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) voidMethodVisitor.visitTryCatchBlock(Label start, Label end, Label handler, String type) Visits atry..catchblock.voidMethodWriter.visitTryCatchBlock(Label start, Label end, Label handler, String type) voidWrappingMethodVisitor.visitTryCatchBlock(Label start, Label end, Label handler, String type) -
Uses of Label in mockit.coverage.lines
Methods in mockit.coverage.lines with parameters of type LabelModifier and TypeMethodDescription@NonNegative intLineCoverageData.addBranchingPoint(Label jumpSource, Label jumpTarget) -
Uses of Label in mockit.internal.expectations.transformation
Methods in mockit.internal.expectations.transformation with parameters of type LabelModifier and TypeMethodDescriptionvoidInvocationBlockModifier.visitJumpInsn(@NonNegative int opcode, Label label) voidInvocationBlockModifier.visitLabel(Label label) voidInvocationBlockModifier.visitLocalVariable(String name, String desc, String signature, Label start, Label end, @NonNegative int index) voidInvocationBlockModifier.visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) voidInvocationBlockModifier.visitTableSwitchInsn(int min, int max, Label dflt, Label... labels)