Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers |
Modifier and Type | Field and Description |
---|---|
(package private) InstanceOfAssignRewriter.MatchType |
InstanceOfAssignRewriter.ConditionTest.matchType |
Modifier and Type | Method and Description |
---|---|
static InstanceOfAssignRewriter.MatchType |
InstanceOfAssignRewriter.MatchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstanceOfAssignRewriter.MatchType[] |
InstanceOfAssignRewriter.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConditionTest(ConditionalExpression ct,
boolean isPositive,
InstanceOfAssignRewriter.MatchType matchType) |