public class DetectionPhaseContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
CtBlock |
block |
java.util.List<CaseOfInterest> |
caseOfInterestList |
java.lang.Object |
extra |
CtStatement |
statement |
int |
statementIndex |
| Constructor and Description |
|---|
DetectionPhaseContext() |
| Modifier and Type | Method and Description |
|---|---|
CtBlock |
getClosestBlockParent()
The closest Block by bubbling up
|
CtClass |
getClosestClassParent()
The closest Class by bubbling up
|
CtMethod |
getClosestMethodParent()
The closest Method by bubbling up
|
public CtBlock block
public int statementIndex
public CtStatement statement
public java.util.List<CaseOfInterest> caseOfInterestList
public java.lang.Object extra
public CtBlock getClosestBlockParent()
public CtClass getClosestClassParent()
public CtMethod getClosestMethodParent()