Uses of Interface
org.aspectj.org.eclipse.jdt.core.IField
Packages that use IField
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Uses of IField in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core that return IFieldModifier and TypeMethodDescriptionIType.createField(String contents, IJavaElement sibling, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor) Creates and returns a field in this type with the given contents.Returns the field with the specified name in this type (for example,"bar").IField[]IType.getFields()Returns the fields declared by this type in the order in which they appear in the source or class file.IType.getRecordComponent(String name) Returns the record component with the specified name in this type (for example,"bar").default IField[]IType.getRecordComponents()Returns the record components declared by this record class, or an empty array if this is not a record. -
Uses of IField in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist.impl that implement IField -
Uses of IField in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IFieldModifier and TypeClassDescriptionclassHandle representing a binary field that is resolved.classHandle representing a source field that is resolved.classFields in org.aspectj.org.eclipse.jdt.internal.core declared as IFieldModifier and TypeFieldDescriptionprotected static final IField[]JavaElementRequestor.EMPTY_FIELD_ARRAYEmpty arrays used for efficiencyFields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type IFieldModifier and TypeFieldDescriptionprotected Map<IField, JavadocContents.Range> JavadocContents.fieldDocRangesMethods in org.aspectj.org.eclipse.jdt.internal.core that return IFieldModifier and TypeMethodDescriptionBinaryType.createField(String contents, IJavaElement sibling, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor) SourceType.createField(String contents, IJavaElement sibling, boolean force, org.eclipse.core.runtime.IProgressMonitor monitor) IField[]BinaryType.getFields()IField[]JavaElementRequestor.getFields()IField[]SourceType.getFields()BinaryType.getRecordComponent(String compName) SourceType.getRecordComponent(String compName) IField[]BinaryType.getRecordComponents()IField[]SourceType.getRecordComponents()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IFieldModifier and TypeMethodDescriptionvoidIJavaElementRequestor.acceptField(IField field) voidJavaElementRequestor.acceptField(IField field) protected JavadocContents.RangeJavadocContents.computeFieldRange(IField field) IJavadocContents.getFieldDoc(IField child) Returns the part of the javadoc that describes a field of the typeJavadocContents.getFieldDoc(IField child) protected String -
Uses of IField in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type IField