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