Class | Description |
---|---|
ChangeParametersRefactoring |
Refactoring used for changing method signature.
|
ChangeParametersRefactoring.ParameterInfo |
Represents one item for setParameters(List params) list parameter.
|
EncapsulateFieldRefactoring |
Refactoring used for changing encapsulate field.
|
ExtractInterfaceRefactoring |
Extract Interface Refactoring.
|
ExtractSuperclassRefactoring |
Extract Super Class Refactoring.
|
InlineRefactoring |
Refactoring used to replace all references of an element with its body
or expression.
|
InnerToOuterRefactoring |
Convert Inner to Top-Level refactoring implementation class.
|
IntroduceLocalExtensionRefactoring |
Introduce Local Extension Refactoring.
|
IntroduceParameterRefactoring |
Introduce parameter refactoring
|
InvertBooleanRefactoring |
Invert Boolean Refactoring.
|
JavaMoveMembersProperties |
This class is just holder for properties of the Java Move Members
Refactoring.
|
JavaRefactoringUtils | |
MemberInfo<H> |
Wrapper class for ElementHandles, TreePathHandles and TypeMirrorHandles.
|
PullUpRefactoring |
Pull Up Refactoring
|
PushDownRefactoring |
Push Down Refactoring implementation class.
|
ReplaceConstructorWithBuilderRefactoring |
Replace Constructor with Builder Refactoring.
|
ReplaceConstructorWithBuilderRefactoring.Setter |
Setter represent one setter of Builder pattern
|
ReplaceConstructorWithFactoryRefactoring |
Replaces public constructor with factory method.
|
UseSuperTypeRefactoring |
Replaces the type usages in a project with those
of the super type, where applicable
|
Enum | Description |
---|---|
InlineRefactoring.Type | |
IntroduceLocalExtensionRefactoring.Equality |
Equality defines the different ways the equals and hashcode methods can
be handled.
|
JavaMoveMembersProperties.Visibility |
Used to specify visibility level.
|
MemberInfo.Group | |
WhereUsedQueryConstants |