Class CheckRelaxingNullnessAnnotation.DetectorNode

java.lang.Object
org.objectweb.asm.MethodVisitor
org.objectweb.asm.tree.MethodNode
edu.umd.cs.findbugs.detect.CheckRelaxingNullnessAnnotation.DetectorNode
Enclosing class:
CheckRelaxingNullnessAnnotation

private final class CheckRelaxingNullnessAnnotation.DetectorNode extends org.objectweb.asm.tree.MethodNode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    private boolean
     
    private final XMethod
     

    Fields inherited from class org.objectweb.asm.tree.MethodNode

    access, annotationDefault, attrs, desc, exceptions, instructions, invisibleAnnotableParameterCount, invisibleAnnotations, invisibleLocalVariableAnnotations, invisibleParameterAnnotations, invisibleTypeAnnotations, localVariables, maxLocals, maxStack, name, parameters, signature, tryCatchBlocks, visibleAnnotableParameterCount, visibleAnnotations, visibleLocalVariableAnnotations, visibleParameterAnnotations, visibleTypeAnnotations

    Fields inherited from class org.objectweb.asm.MethodVisitor

    api, mv
  • Constructor Summary

    Constructors
    Constructor
    Description
    DetectorNode(int access, String name, String desc, String signature, String[] exceptions, XMethod xmethod)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private final boolean
     
    void
     

    Methods inherited from class org.objectweb.asm.tree.MethodNode

    accept, accept, check, getLabelNode, visitAnnotableParameterCount, visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMultiANewArrayInsn, visitParameter, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchAnnotation, visitTryCatchBlock, visitTypeAnnotation, visitTypeInsn, visitVarInsn

    Methods inherited from class org.objectweb.asm.MethodVisitor

    getDelegate, visitMethodInsn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • visitEnd

      public void visitEnd()
      Overrides:
      visitEnd in class org.objectweb.asm.tree.MethodNode
    • checkMethod

      private final boolean checkMethod(@Nonnull XMethod method)