public class RefactoringPhaseContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
CtBlock |
block |
CaseOfInterest |
caseOfInterest |
java.util.List<CaseOfInterest> |
casesOfInterest |
java.lang.Object |
extra |
int |
offset |
| Constructor and Description |
|---|
RefactoringPhaseContext() |
| 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 int offset
public CaseOfInterest caseOfInterest
public CtBlock block
public java.util.List<CaseOfInterest> casesOfInterest
public java.lang.Object extra
public CtBlock getClosestBlockParent()
public CtClass getClosestClassParent()
public CtMethod getClosestMethodParent()