Uses of Interface
org.benf.cfr.reader.util.functors.BinaryPredicate
-
Packages that use BinaryPredicate Package Description org.benf.cfr.reader.bytecode.analysis.parse.utils org.benf.cfr.reader.entities.classfilehelpers -
-
Uses of BinaryPredicate in org.benf.cfr.reader.bytecode.analysis.parse.utils
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type BinaryPredicate Modifier and Type Method Description boolean
SSAIdentifiers. mergeWith(SSAIdentifiers<KEYTYPE> other, BinaryPredicate<KEYTYPE,KEYTYPE> pred)
-
Uses of BinaryPredicate in org.benf.cfr.reader.entities.classfilehelpers
Methods in org.benf.cfr.reader.entities.classfilehelpers with parameters of type BinaryPredicate Modifier and Type Method Description static java.util.Map<java.lang.Object,Expression>
ConstantLinks. getFinalConstants(ClassFile classFile, DCCommonState state, BinaryPredicate<ClassFile,Field> fieldTest, TrinaryFunction<ClassFile,ClassFileField,java.lang.Boolean,Expression> expfact)
-