Uses of Interface
org.aspectj.org.eclipse.jdt.internal.core.nd.INdStruct
Packages that use INdStruct
Package
Description
-
Uses of INdStruct in org.aspectj.org.eclipse.jdt.internal.core.nd
Classes in org.aspectj.org.eclipse.jdt.internal.core.nd that implement INdStructModifier and TypeClassDescriptionclassThis is a basic polymorphic node in the network database.classBase class for standard implementations ofINdStruct.Methods in org.aspectj.org.eclipse.jdt.internal.core.nd with type parameters of type INdStructMethods in org.aspectj.org.eclipse.jdt.internal.core.nd with parameters of type INdStruct -
Uses of INdStruct in org.aspectj.org.eclipse.jdt.internal.core.nd.field
Classes in org.aspectj.org.eclipse.jdt.internal.core.nd.field with type parameters of type INdStructModifier and TypeClassDescriptionclassFieldManyToOne<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.Fields in org.aspectj.org.eclipse.jdt.internal.core.nd.field with type parameters of type INdStructMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.field with type parameters of type INdStructModifier and TypeMethodDescriptionstatic <T extends INdStruct, B extends INdStruct>
FieldManyToOne<T>FieldManyToOne.create(StructDef<B> builder, FieldOneToMany<B> forwardPointer)static <T extends INdStruct, B extends INdStruct>
FieldManyToOne<T>FieldManyToOne.create(StructDef<B> builder, FieldOneToMany<B> forwardPointer)static <T extends INdStruct, B extends INdStruct>
FieldOneToMany<T>FieldOneToMany.create(StructDef<B> builder, FieldManyToOne<B> forwardPointer)static <T extends INdStruct, B extends INdStruct>
FieldOneToMany<T>FieldOneToMany.create(StructDef<B> builder, FieldManyToOne<B> forwardPointer)static <T extends INdStruct, B extends INdStruct>
FieldOneToMany<T>FieldOneToMany.create(StructDef<B> builder, FieldManyToOne<B> forwardPointer, int inlineElementCount)Creates aFieldOneToManyusing the given builder.static <T extends INdStruct, B extends INdStruct>
FieldOneToMany<T>FieldOneToMany.create(StructDef<B> builder, FieldManyToOne<B> forwardPointer, int inlineElementCount)Creates aFieldOneToManyusing the given builder.static <T extends INdStruct, B extends INdStruct>
FieldOneToOne<T>FieldOneToOne.create(StructDef<B> builder, StructDef<T> nodeType, FieldOneToOne<B> forwardPointer)static <T extends INdStruct, B extends INdStruct>
FieldOneToOne<T>FieldOneToOne.create(StructDef<B> builder, StructDef<T> nodeType, FieldOneToOne<B> forwardPointer)static <T extends INdStruct, B extends INdStruct>
FieldManyToOne<T>FieldManyToOne.createNonNull(StructDef<B> builder, FieldOneToMany<B> forwardPointer)static <T extends INdStruct, B extends INdStruct>
FieldManyToOne<T>FieldManyToOne.createNonNull(StructDef<B> builder, FieldOneToMany<B> forwardPointer)static <T extends INdStruct, B extends INdStruct>
FieldManyToOne<T>FieldManyToOne.createOwner(StructDef<B> builder, FieldOneToMany<B> forwardPointer)Creates a many-to-one pointer which points to this object's owner.static <T extends INdStruct, B extends INdStruct>
FieldManyToOne<T>FieldManyToOne.createOwner(StructDef<B> builder, FieldOneToMany<B> forwardPointer)Creates a many-to-one pointer which points to this object's owner.static <T extends INdStruct, B extends INdStruct>
FieldOneToOne<T>FieldOneToOne.createOwner(StructDef<B> builder, StructDef<T> nodeType, FieldOneToOne<B> forwardPointer)static <T extends INdStruct, B extends INdStruct>
FieldOneToOne<T>FieldOneToOne.createOwner(StructDef<B> builder, StructDef<T> nodeType, FieldOneToOne<B> forwardPointer) -
Uses of INdStruct in org.aspectj.org.eclipse.jdt.internal.core.nd.java
Classes in org.aspectj.org.eclipse.jdt.internal.core.nd.java that implement INdStructModifier and TypeClassDescriptionclassclassclassBase class for bindings in theNd.classRepresents a type signature that is anything other than a trivial reference to a concrete type.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassStores all annotation-related information for a single method.classclassclassRepresents a source of java classes (such as a .jar or .class file).classclassclassclassRepresents the bound on a generic parameter (a ClassBound or InterfaceBound in the sense of the Java VM spec Java SE 8 Edition, section 4.7.9.1).classclassRepresents one interface implemented by a specific type.classRepresents a TypeParameter, as described in Section 4.7.9.1 of the java VM specification, Java SE 8 edititon.classCorresponds roughly to a JavaTypeSignature, as described in section 4.7.9.1 of the Java VM spec version 4, with the addition of annotations and backpointers to locations where the type is used.classclassHolds a location in the Eclipse workspace where a given resource was found.classStores a (non-class) file within a .jar file.