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'ssuccessor
, 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) void
CFGAnalysis.updateCurrentBlockForJumpTarget
(int opcode, Label nextInsn) void
CFGAnalysis.updateCurrentBlockForLabelBeforeNextInstruction
(Label label) void
CFGAnalysis.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 TypeMethodDescriptionvoid
ExceptionHandling.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 TypeMethodDescriptionvoid
MethodVisitor.visitJumpInsn
(int opcode, Label label) Visits a jump instruction.void
MethodWriter.visitJumpInsn
(int opcode, Label label) void
WrappingMethodVisitor.visitJumpInsn
(int opcode, Label label) void
MethodVisitor.visitLabel
(Label label) Visits a label, which designates the instruction that will be visited just after it.void
MethodWriter.visitLabel
(Label label) void
WrappingMethodVisitor.visitLabel
(Label label) void
MethodVisitor.visitLineNumber
(@org.checkerframework.checker.index.qual.NonNegative int line, Label start) Visits a line number within the body of the method.void
MethodWriter.visitLineNumber
(@org.checkerframework.checker.index.qual.NonNegative int line, Label start) void
WrappingMethodVisitor.visitLineNumber
(@org.checkerframework.checker.index.qual.NonNegative int line, Label start) void
MethodVisitor.visitLocalVariable
(String name, String desc, String signature, Label start, Label end, @org.checkerframework.checker.index.qual.NonNegative int index) Visits a local variable declaration.void
MethodWriter.visitLocalVariable
(String name, String desc, String signature, Label start, Label end, @org.checkerframework.checker.index.qual.NonNegative int index) void
WrappingMethodVisitor.visitLocalVariable
(String name, String desc, String signature, Label start, Label end, @org.checkerframework.checker.index.qual.NonNegative int index) void
MethodVisitor.visitLookupSwitchInsn
(Label dflt, int[] keys, Label[] labels) Visits aLOOKUPSWITCH
instruction.void
MethodWriter.visitLookupSwitchInsn
(Label dflt, int[] keys, Label[] labels) void
WrappingMethodVisitor.visitLookupSwitchInsn
(Label dflt, int[] keys, Label[] labels) void
MethodVisitor.visitTableSwitchInsn
(int min, int max, Label dflt, Label... labels) Visits aTABLESWITCH
instruction.void
MethodWriter.visitTableSwitchInsn
(int min, int max, Label dflt, Label... labels) void
WrappingMethodVisitor.visitTableSwitchInsn
(int min, int max, Label dflt, Label... labels) void
MethodVisitor.visitTryCatchBlock
(Label start, Label end, Label handler, String type) Visits atry..catch
block.void
MethodWriter.visitTryCatchBlock
(Label start, Label end, Label handler, String type) void
WrappingMethodVisitor.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@org.checkerframework.checker.index.qual.NonNegative int
LineCoverageData.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 TypeMethodDescriptionvoid
InvocationBlockModifier.visitJumpInsn
(@org.checkerframework.checker.index.qual.NonNegative int opcode, Label label) void
InvocationBlockModifier.visitLabel
(Label label) void
InvocationBlockModifier.visitLocalVariable
(String name, String desc, String signature, Label start, Label end, @org.checkerframework.checker.index.qual.NonNegative int index) void
InvocationBlockModifier.visitLookupSwitchInsn
(Label dflt, int[] keys, Label[] labels) void
InvocationBlockModifier.visitTableSwitchInsn
(int min, int max, Label dflt, Label... labels)