Class FindPotentialSecurityCheckBasedOnUntrustedSource.LambdaInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String[] argumentNames  
      private org.apache.bcel.classfile.Method lambdaMethod  
    • Constructor Summary

      Constructors 
      Constructor Description
      LambdaInfo​(org.apache.bcel.classfile.Method method, java.lang.String[] argNames)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • lambdaMethod

        private final org.apache.bcel.classfile.Method lambdaMethod
      • argumentNames

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

      • LambdaInfo

        LambdaInfo​(org.apache.bcel.classfile.Method method,
                   java.lang.String[] argNames)