public class ConvertViewReuseWithTernary extends CaseOfInterest
| Modifier and Type | Field | Description |
|---|---|---|
spoon.reflect.code.CtVariableRead |
assignedVariable |
|
spoon.reflect.code.CtVariableRead |
checkedVariable |
|
spoon.reflect.reference.CtVariableReference |
reassignedVariable |
index, statement, statementIndex| Modifier and Type | Method | Description |
|---|---|---|
static ConvertViewReuseWithTernary |
detect(DetectionPhaseContext context) |
|
java.lang.String |
toString() |
compareTo, getIndex, getStatement, getStatementIndexpublic final spoon.reflect.reference.CtVariableReference reassignedVariable
public final spoon.reflect.code.CtVariableRead checkedVariable
public final spoon.reflect.code.CtVariableRead assignedVariable
public static ConvertViewReuseWithTernary detect(DetectionPhaseContext context)
public java.lang.String toString()
toString in class java.lang.Object