Class InstanceOfAssignRewriter.ConditionTest
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers.InstanceOfAssignRewriter.ConditionTest
- Enclosing class:
- InstanceOfAssignRewriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ConditionalExpression
(package private) final boolean
(package private) final InstanceOfAssignRewriter.MatchType
-
Constructor Summary
ConstructorsConstructorDescriptionConditionTest
(ConditionalExpression ct, boolean isPositive, InstanceOfAssignRewriter.MatchType matchType) -
Method Summary
-
Field Details
-
expression
-
isPositive
final boolean isPositive -
matchType
-
-
Constructor Details
-
ConditionTest
ConditionTest(ConditionalExpression ct, boolean isPositive, InstanceOfAssignRewriter.MatchType matchType)
-