Uses of Class
org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor.Field
Packages that use ExtractClassDescriptor.Field
Package
Description
Application programming interface to access Java refactorings provided by JDT.
-
Uses of ExtractClassDescriptor.Field in org.eclipse.jdt.core.refactoring.descriptors
Methods in org.eclipse.jdt.core.refactoring.descriptors that return ExtractClassDescriptor.FieldModifier and TypeMethodDescriptionExtractClassDescriptor.getFields()
Returns the fields.static ExtractClassDescriptor.Field[]
CreatesExtractClassDescriptor.Field
objects for all instance fields of the typeMethods in org.eclipse.jdt.core.refactoring.descriptors with parameters of type ExtractClassDescriptor.FieldModifier and TypeMethodDescriptionvoid
ExtractClassDescriptor.setFields
(ExtractClassDescriptor.Field[] fields) Sets the fields.