public class ObjectAllocation extends CaseOfInterest
| Modifier and Type | Field and Description |
|---|---|
CtConstructorCall |
constructorCall |
CtVariableReference |
variable |
index, statement, statementIndex| Modifier and Type | Method and Description |
|---|---|
static ObjectAllocation |
detect(DetectionPhaseContext context) |
static boolean |
isClearable(CtTypeReference type) |
java.lang.String |
toString() |
compareTo, getIndex, getStatement, getStatementIndexpublic final CtVariableReference variable
public final CtConstructorCall constructorCall
public static boolean isClearable(CtTypeReference type)
public static ObjectAllocation detect(DetectionPhaseContext context)
public java.lang.String toString()
toString in class java.lang.Object