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 Troolean
ConditionalSimplifier. isBooleanReturn(Statement s)
private static Troolean
ConditionalRewriter.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 Dumper
AbstractExpression. 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 Dumper
AbstractLValue. 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 Dumper
WildcardMatch.AbstractBaseExpressionWildcard. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
Dumper
WildcardMatch.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 Troolean
InferredJavaType.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 Troolean
Troolean. get(java.lang.Boolean a)
static Troolean
Troolean. 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 boolean
MutableOptions. 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 boolean
MutableOptions. 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 Dumper
DumpableWithPrecedence. dumpWithOuterPrecedence(Dumper d, Precedence outerPrecedence, Troolean isLhs)
-