private static class InstanceOfAssignRewriter.ConditionTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) ConditionalExpression |
expression |
(package private) boolean |
isPositive |
(package private) InstanceOfAssignRewriter.MatchType |
matchType |
Constructor and Description |
---|
ConditionTest(ConditionalExpression ct,
boolean isPositive,
InstanceOfAssignRewriter.MatchType matchType) |
final ConditionalExpression expression
final boolean isPositive
final InstanceOfAssignRewriter.MatchType matchType
ConditionTest(ConditionalExpression ct, boolean isPositive, InstanceOfAssignRewriter.MatchType matchType)