mockit.external.asm.MethodVisitor.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmockit-coverage Show documentation
Show all versions of jmockit-coverage Show documentation
JMockit Coverage is a code coverage tool with several metrics (line, path, data) capable of generating HTML
reports. It is designed with ease of use in mind, avoiding the need for complex configuration.
Instead, smart (but overridable) defaults are employed, such as the selection of which classes to consider for
coverage, and where to find sources files for report generation.
???? 2 ?
" ?
# ? " ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ?
" ? ? ? mv #Lmockit/external/asm/MethodVisitor; ()V Code LineNumberTable LocalVariableTable this &(Lmockit/external/asm/MethodVisitor;)V visitParameter (Ljava/lang/String;I)V name Ljava/lang/String; access I
StackMapTable visitAnnotationDefault )()Lmockit/external/asm/AnnotationVisitor; visitAnnotation <(Ljava/lang/String;Z)Lmockit/external/asm/AnnotationVisitor; desc visible Z visitTypeAnnotation [(ILmockit/external/asm/TypePath;Ljava/lang/String;Z)Lmockit/external/asm/AnnotationVisitor; typeRef typePath Lmockit/external/asm/TypePath; visitParameterAnnotation =(ILjava/lang/String;Z)Lmockit/external/asm/AnnotationVisitor; parameter visitAttribute "(Lmockit/external/asm/Attribute;)V attr Lmockit/external/asm/Attribute; visitCode
visitFrame ,(II[Ljava/lang/Object;I[Ljava/lang/Object;)V type nLocal local [Ljava/lang/Object; nStack stack visitInsn (I)V opcode visitIntInsn (II)V operand visitVarInsn var
visitTypeInsn (ILjava/lang/String;)V visitFieldInsn :(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V owner visitMethodInsn ;(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V itf visitInvokeDynamicInsn V(Ljava/lang/String;Ljava/lang/String;Lmockit/external/asm/Handle;[Ljava/lang/Object;)V bsm Lmockit/external/asm/Handle; bsmArgs
visitJumpInsn (ILmockit/external/asm/Label;)V label Lmockit/external/asm/Label;
visitLabel (Lmockit/external/asm/Label;)V visitLdcInsn (Ljava/lang/Object;)V cst Ljava/lang/Object;
visitIincInsn increment visitTableSwitchInsn <(IILmockit/external/asm/Label;[Lmockit/external/asm/Label;)V min max dflt labels [Lmockit/external/asm/Label; visitLookupSwitchInsn <(Lmockit/external/asm/Label;[I[Lmockit/external/asm/Label;)V keys [I visitMultiANewArrayInsn dims visitInsnAnnotation visitTryCatchBlock f(Lmockit/external/asm/Label;Lmockit/external/asm/Label;Lmockit/external/asm/Label;Ljava/lang/String;)V start end handler visitTryCatchAnnotation visitLocalVariable p(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lmockit/external/asm/Label;Lmockit/external/asm/Label;I)V signature index visitLocalVariableAnnotation ?(ILmockit/external/asm/TypePath;[Lmockit/external/asm/Label;[Lmockit/external/asm/Label;[ILjava/lang/String;Z)Lmockit/external/asm/AnnotationVisitor; visitLineNumber line visitMaxs maxStack maxLocals visitEnd
SourceFile MethodVisitor.java &