Uses of Interface
org.benf.cfr.reader.util.functors.TrinaryFunction
-
Packages that use TrinaryFunction Package Description org.benf.cfr.reader.entities.classfilehelpers org.benf.cfr.reader.util.getopt -
-
Uses of TrinaryFunction in org.benf.cfr.reader.entities.classfilehelpers
Methods in org.benf.cfr.reader.entities.classfilehelpers with parameters of type TrinaryFunction Modifier and Type Method Description private static void
ConstantLinks. addOrPoison(ClassFile classFile, TrinaryFunction<ClassFile,ClassFileField,java.lang.Boolean,Expression> expfact, java.util.Map<java.lang.Object,Expression> rewrites, boolean local, ClassFileField f, java.lang.Object o)
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)
-
Uses of TrinaryFunction in org.benf.cfr.reader.util.getopt
Subinterfaces of TrinaryFunction in org.benf.cfr.reader.util.getopt Modifier and Type Interface Description interface
OptionDecoder<T>
interface
OptionDecoderParam<T,ARG>
Classes in org.benf.cfr.reader.util.getopt that implement TrinaryFunction Modifier and Type Class Description private static class
OptionsImpl.DefaultChainBooleanDecoder
private static class
OptionsImpl.DefaultingBooleanDecoder
private static class
OptionsImpl.DefaultingIntDecoder
private static class
OptionsImpl.DefaultNullEnumDecoder<EnumType extends java.lang.Enum<EnumType>>
static class
OptionsImpl.ExperimentalVersionSpecificDefaulter
private static class
OptionsImpl.VersionSpecificDefaulter
-