Uses of Enum Class
org.benf.cfr.reader.util.Troolean
Packages that use Troolean
Package
Description
-
Uses of Troolean in org.benf.cfr.reader.bytecode
Constructors in org.benf.cfr.reader.bytecode with parameters of type TrooleanModifierConstructorDescription(package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value) (package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, DecompilerComment comment) (package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, UnaryFunction<BytecodeMeta, Boolean> canHelp) (package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, UnaryFunction<BytecodeMeta, Boolean> canHelp, DecompilerComment comment) Constructor parameters in org.benf.cfr.reader.bytecode with type arguments of type TrooleanModifierConstructorDescription(package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value) (package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, DecompilerComment comment) (package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, UnaryFunction<BytecodeMeta, Boolean> canHelp) (package private)
TrooleanRO
(PermittedOptionProvider.Argument<Troolean> arg, Troolean value, UnaryFunction<BytecodeMeta, 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 TrooleanModifier and TypeMethodDescriptionprivate 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 TrooleanModifier and TypeMethodDescriptionfinal 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 TrooleanModifier and TypeMethodDescriptionfinal 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 TrooleanModifier and TypeMethodDescriptionWildcardMatch.AbstractBaseExpressionWildcard.dumpWithOuterPrecedence
(Dumper d, Precedence outerPrecedence, Troolean isLhs) 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 -
Uses of Troolean in org.benf.cfr.reader.util
Methods in org.benf.cfr.reader.util that return Troolean -
Uses of Troolean in org.benf.cfr.reader.util.getopt
Fields in org.benf.cfr.reader.util.getopt with type parameters of type TrooleanModifier and TypeFieldDescriptionstatic final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.AGGRESSIVE_DO_EXTENSION
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.AGGRESSIVE_DUFF
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.ALLOW_MALFORMED_SWITCH
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.CLOBBER_FILES
private static final OptionDecoder<Troolean>
OptionsImpl.defaultNeitherTrooleanDecoder
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.FOR_LOOP_CAPTURE
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.FORCE_AGGRESSIVE_EXCEPTION_AGG
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.FORCE_AGGRESSIVE_EXCEPTION_AGG2
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.FORCE_COND_PROPAGATE
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.FORCE_PRUNE_EXCEPTIONS
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.FORCE_RETURNING_IFS
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.FORCE_TOPSORT
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.FORCE_TOPSORT_EXTRA
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.FORCE_TOPSORT_NOPULL
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.RECOVER_TYPECLASHES
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.REDUCE_COND_SCOPE
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.REMOVE_DEAD_CONDITIONALS
static final PermittedOptionProvider.Argument<Troolean>
OptionsImpl.USE_RECOVERED_ITERATOR_TYPE_HINTS
Methods in org.benf.cfr.reader.util.getopt with parameters of type TrooleanModifier and TypeMethodDescriptionboolean
MutableOptions.override
(PermittedOptionProvider.ArgumentParam<Troolean, Void> argument, Troolean value) Method parameters in org.benf.cfr.reader.util.getopt with type arguments of type TrooleanModifier and TypeMethodDescriptionboolean
MutableOptions.override
(PermittedOptionProvider.ArgumentParam<Troolean, 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 TrooleanModifier and TypeMethodDescriptionDumpableWithPrecedence.dumpWithOuterPrecedence
(Dumper d, Precedence outerPrecedence, Troolean isLhs)