Package | Description |
---|---|
org.eclipse.jdt.core.refactoring.descriptors |
Application programming interface to access Java refactorings provided by JDT.
|
Modifier and Type | Method and Description |
---|---|
ExtractClassDescriptor.Field[] |
ExtractClassDescriptor.getFields()
Returns the fields.
|
static ExtractClassDescriptor.Field[] |
ExtractClassDescriptor.getFields(IType type)
Creates
ExtractClassDescriptor.Field objects for all instance fields of the type |
Modifier and Type | Method and Description |
---|---|
void |
ExtractClassDescriptor.setFields(ExtractClassDescriptor.Field[] fields)
Sets the fields.
|
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.