Uses of Interface
org.aspectj.org.eclipse.jdt.internal.core.nd.field.IField
Packages that use IField
Package
Description
-
Uses of IField in org.aspectj.org.eclipse.jdt.internal.core.nd
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd with parameters of type IFieldModifier and TypeMethodDescriptionIndexExceptionBuilder.addProblemAddress(String description, IField field, long address)Adds an address range to this problem description, given a field that may be corrupt, the base address for its struct, and a custom description for the field.IndexExceptionBuilder.addProblemAddress(IField field, long address)Adds an address range to this problem description, given the field that may be corrupt and the base address for its struct. -
Uses of IField in org.aspectj.org.eclipse.jdt.internal.core.nd.field
Classes in org.aspectj.org.eclipse.jdt.internal.core.nd.field that implement IFieldModifier and TypeClassDescriptionclassField<T>Used to represent a single field of an object stored in the database.classDeclares a Nd field of type byte.classDeclares a Nd field of type char.classDeclares a Nd field of type double.classDeclares a Nd field of type float.classDeclares a Nd field of type int.classFieldList<T>Stores a singly-linked list of blocks, each of which contains a variable number of embedded elements.classDeclares a Nd field of type long.classFieldManyToOne<T extends INdStruct>Holds the n side of a n..1 relationship.classFieldOneToMany<T extends INdStruct>Holds the 1 side of a 1..n relationship between two objects.classFieldOneToOne<T extends INdStruct>Represents a 1-to-0..1 relationship in a Nd database.classclassFieldSearchIndex<T extends NdNode>Declares a field representing a case-insensitive search tree over elements which are a subtype of NdNode.classRepresents a search key into a global search index.classDeclares a Nd field of type short.classDeclares a Nd field of type string.Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.field with parameters of type IField