Uses of Class
com.h3xstream.findsecbugs.injection.ClassMethodSignature
-
Packages that use ClassMethodSignature Package Description com.h3xstream.findsecbugs.injection -
-
Uses of ClassMethodSignature in com.h3xstream.findsecbugs.injection
Fields in com.h3xstream.findsecbugs.injection with type parameters of type ClassMethodSignature Modifier and Type Field Description protected Map<ClassMethodSignature,Set<InjectionSink>>AbstractInjectionDetector. injectionSinksMethods in com.h3xstream.findsecbugs.injection that return ClassMethodSignature Modifier and Type Method Description static ClassMethodSignatureClassMethodSignature. from(String fullMethodName)ClassMethodSignatureMethodAndSink. getClassMethodSignature()Methods in com.h3xstream.findsecbugs.injection with parameters of type ClassMethodSignature Modifier and Type Method Description protected voidAbstractInjectionDetector. analyzeLocation(edu.umd.cs.findbugs.ba.ClassContext classContext, org.apache.bcel.classfile.Method method, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InvokeInstruction invoke, TaintFrame fact, ClassMethodSignature classMethodSignature)protected abstract voidAbstractTaintDetector. analyzeLocation(edu.umd.cs.findbugs.ba.ClassContext classContext, org.apache.bcel.classfile.Method method, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InvokeInstruction invoke, TaintFrame fact, ClassMethodSignature classMethodSignature)Constructors in com.h3xstream.findsecbugs.injection with parameters of type ClassMethodSignature Constructor Description MethodAndSink(ClassMethodSignature classMethodSignature, InjectionSink sink)
-