Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.nd.NdNode
Packages that use NdNode
Package
Description
-
Uses of NdNode in org.aspectj.org.eclipse.jdt.internal.core.nd
Classes in org.aspectj.org.eclipse.jdt.internal.core.nd with type parameters of type NdNodeModifier and TypeClassDescriptionclassDatabaseRef<T extends NdNode>Holds a reference to a database entity that may be retained across read locks.Fields in org.aspectj.org.eclipse.jdt.internal.core.nd with type parameters of type NdNodeMethods in org.aspectj.org.eclipse.jdt.internal.core.nd with type parameters of type NdNodeModifier and TypeMethodDescription<T extends NdNode>
ITypeFactory<T>Nd.getTypeFactory(short nodeType)Methods in org.aspectj.org.eclipse.jdt.internal.core.nd that return NdNodeModifier and TypeMethodDescriptionNd.getNode(long address, short nodeType)static NdNodeLoad a node from the specified address in the given database.Methods in org.aspectj.org.eclipse.jdt.internal.core.nd that return types with arguments of type NdNodeConstructor parameters in org.aspectj.org.eclipse.jdt.internal.core.nd with type arguments of type NdNodeModifierConstructorDescriptionNd(File dbPath, ChunkCache chunkCache, NdNodeTypeRegistry<NdNode> nodeTypes, int minVersion, int maxVersion, int currentVersion)Nd(File dbPath, NdNodeTypeRegistry<NdNode> nodeTypes, int minVersion, int maxVersion, int currentVersion) -
Uses of NdNode 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 NdNodeModifier and TypeClassDescriptionclassFieldSearchIndex<T extends NdNode>Declares a field representing a case-insensitive search tree over elements which are a subtype of NdNode.Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.field with type parameters of type NdNodeModifier and TypeMethodDescriptionstatic <T extends NdNode, B>
FieldSearchIndex<T>FieldSearchIndex.create(StructDef<B> builder, FieldSearchKey<B> searchKey)static <T, B extends NdNode>
FieldSearchKey<T>FieldSearchKey.create(StructDef<B> builder, FieldSearchIndex<B> searchIndex)Creates a search key attribute in the given struct which stores an entry in the given global search index -
Uses of NdNode in org.aspectj.org.eclipse.jdt.internal.core.nd.java
Subclasses of NdNode in org.aspectj.org.eclipse.jdt.internal.core.nd.javaModifier and TypeClassDescriptionclassBase 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.classRepresents a source of java classes (such as a .jar or .class file).classclassclassclassRepresents one interface implemented by a specific type.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.