Uses of Class
org.benf.cfr.reader.util.Troolean
-
-
Uses of Troolean in org.benf.cfr.reader.bytecode
Constructors in org.benf.cfr.reader.bytecode with parameters of type Troolean Constructor Description TrooleanRO(PermittedOptionProvider.Argument<Troolean> arg, Troolean value)TrooleanRO(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, DecompilerComment comment)TrooleanRO(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, UnaryFunction<BytecodeMeta,java.lang.Boolean> canHelp)TrooleanRO(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, UnaryFunction<BytecodeMeta,java.lang.Boolean> canHelp, DecompilerComment comment)Constructor parameters in org.benf.cfr.reader.bytecode with type arguments of type Troolean Constructor Description TrooleanRO(PermittedOptionProvider.Argument<Troolean> arg, Troolean value)TrooleanRO(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, DecompilerComment comment)TrooleanRO(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, UnaryFunction<BytecodeMeta,java.lang.Boolean> canHelp)TrooleanRO(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, UnaryFunction<BytecodeMeta,java.lang.Boolean> canHelp, DecompilerComment comment) -
Uses of Troolean in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that return Troolean Modifier and Type Method Description private static TrooleanConditionalSimplifier. isBooleanReturn(Statement s)private static TrooleanConditionalRewriter.DiscoveredTernary. isOneOrZeroLiteral(Expression e) -
Uses of Troolean in org.benf.cfr.reader.bytecode.analysis.parse.expression
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type Troolean Modifier and Type Method Description DumperAbstractExpression. dumpWithOuterPrecedence(Dumper d, Precedence outerP, Troolean isLhs) -
Uses of Troolean in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type Troolean Modifier and Type Method Description DumperAbstractLValue. dumpWithOuterPrecedence(Dumper d, Precedence outerP, Troolean isLhs) -
Uses of Troolean in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type Troolean Modifier and Type Method Description DumperWildcardMatch.AbstractBaseExpressionWildcard. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)DumperWildcardMatch.LValueWildcard. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs) -
Uses of Troolean in org.benf.cfr.reader.bytecode.analysis.types.discovery
Fields in org.benf.cfr.reader.bytecode.analysis.types.discovery declared as Troolean Modifier and Type Field Description private TrooleanInferredJavaType.IJTInternal_Impl. canBeVar -
Uses of Troolean in org.benf.cfr.reader.util
Methods in org.benf.cfr.reader.util that return Troolean Modifier and Type Method Description static TrooleanTroolean. get(java.lang.Boolean a)static TrooleanTroolean. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Troolean[]Troolean. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Troolean in org.benf.cfr.reader.util.getopt
Methods in org.benf.cfr.reader.util.getopt with parameters of type Troolean Modifier and Type Method Description booleanMutableOptions. override(PermittedOptionProvider.ArgumentParam<Troolean,java.lang.Void> argument, Troolean value)Method parameters in org.benf.cfr.reader.util.getopt with type arguments of type Troolean Modifier and Type Method Description booleanMutableOptions. override(PermittedOptionProvider.ArgumentParam<Troolean,java.lang.Void> argument, Troolean value) -
Uses of Troolean in org.benf.cfr.reader.util.output
Methods in org.benf.cfr.reader.util.output with parameters of type Troolean Modifier and Type Method Description DumperDumpableWithPrecedence. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
-