Class FindPotentialSecurityCheckBasedOnUntrustedSource.LambdaCallInfo

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • callerClass

        private final org.apache.bcel.classfile.JavaClass callerClass
      • callerMethod

        private final XMethod callerMethod
      • argumentNames

        private final java.lang.String[] argumentNames
    • Constructor Detail

      • LambdaCallInfo

        LambdaCallInfo​(org.apache.bcel.classfile.JavaClass cls,
                       XMethod met,
                       SourceLineAnnotation line,
                       java.lang.String[] argNames)