|
org.netbeans.modules.refactoring.java/1 1.37.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.refactoring.api.AbstractRefactoring
org.netbeans.modules.refactoring.java.api.InlineRefactoring
public final class InlineRefactoring
Refactoring used to replace all references of an element with its body or expression.
| Nested Class Summary | |
|---|---|
static class |
InlineRefactoring.Type
|
| Field Summary |
|---|
| Fields inherited from class org.netbeans.modules.refactoring.api.AbstractRefactoring |
|---|
INIT, PARAMETERS_CHECK, PRE_CHECK, PREPARE |
| Constructor Summary | |
|---|---|
InlineRefactoring(TreePathHandle selectedElement,
InlineRefactoring.Type inlineType)
Creates a new instance of InlineRefactoring. |
|
| Method Summary | |
|---|---|
InlineRefactoring.Type |
getType()
|
| Methods inherited from class org.netbeans.modules.refactoring.api.AbstractRefactoring |
|---|
addProgressListener, cancelRequest, checkParameters, fastCheckParameters, getContext, getRefactoringSource, preCheck, prepare, removeProgressListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InlineRefactoring(@NonNull
TreePathHandle selectedElement,
InlineRefactoring.Type inlineType)
selectedElement, - element to inline.| Method Detail |
|---|
public InlineRefactoring.Type getType()
|
org.netbeans.modules.refactoring.java/1 1.37.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||