Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.IField
Packages, die IField verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Verwendungen von IField in org.aspectj.org.eclipse.jdt.core
Methoden in org.aspectj.org.eclipse.jdt.core, die IField zurückgebenModifizierer und TypMethodeBeschreibungIType.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. -
Verwendungen von IField in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Klassen in org.aspectj.org.eclipse.jdt.internal.codeassist.impl, die IField implementierenMethoden in org.aspectj.org.eclipse.jdt.internal.codeassist.impl, die IField zurückgeben -
Verwendungen von IField in org.aspectj.org.eclipse.jdt.internal.core
Klassen in org.aspectj.org.eclipse.jdt.internal.core, die IField implementierenModifizierer und TypKlasseBeschreibungclassHandle representing a binary field that is resolved.classHandle representing a source field that is resolved.classFelder in org.aspectj.org.eclipse.jdt.internal.core, die deklariert sind als IFieldModifizierer und TypFeldBeschreibungprotected static final IField[]JavaElementRequestor.EMPTY_FIELD_ARRAYEmpty arrays used for efficiencyMethoden in org.aspectj.org.eclipse.jdt.internal.core, die IField zurückgebenModifizierer und TypMethodeBeschreibungBinaryType.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()Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IFieldModifizierer und TypMethodeBeschreibungvoidIJavaElementRequestor.acceptField(IField field) voidJavaElementRequestor.acceptField(IField field) JavadocContents.getFieldDoc(IField child) protected String -
Verwendungen von IField in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ IFieldModifizierer und TypMethodeBeschreibung