Uses of Enum Class
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers.InstanceOfAssignRewriter.MatchType
Packages that use InstanceOfAssignRewriter.MatchType
-
Uses of InstanceOfAssignRewriter.MatchType in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers declared as InstanceOfAssignRewriter.MatchTypeModifier and TypeFieldDescription(package private) final InstanceOfAssignRewriter.MatchType
InstanceOfAssignRewriter.ConditionTest.matchType
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers that return InstanceOfAssignRewriter.MatchTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static InstanceOfAssignRewriter.MatchType[]
InstanceOfAssignRewriter.MatchType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers with parameters of type InstanceOfAssignRewriter.MatchTypeModifierConstructorDescription(package private)
ConditionTest
(ConditionalExpression ct, boolean isPositive, InstanceOfAssignRewriter.MatchType matchType)