Uses of Interface
org.aspectj.org.eclipse.jdt.internal.core.nd.ITypeFactory
Packages that use ITypeFactory
Package
Description
-
Uses of ITypeFactory in org.aspectj.org.eclipse.jdt.internal.core.nd
Classes in org.aspectj.org.eclipse.jdt.internal.core.nd that implement ITypeFactoryFields in org.aspectj.org.eclipse.jdt.internal.core.nd declared as ITypeFactoryModifier and TypeFieldDescriptionstatic ITypeFactory<Integer>PrimitiveTypes.Integerstatic ITypeFactory<Long>PrimitiveTypes.Pointerstatic ITypeFactory<Short>PrimitiveTypes.ShortMethods in org.aspectj.org.eclipse.jdt.internal.core.nd that return ITypeFactoryModifier and TypeMethodDescriptionITypeFactory<? extends R>NdNodeTypeRegistry.getClassForType(short type)Returns the class associated with the given type or null if the given type ID is not knownstatic <T> ITypeFactory<Pointer<T>>Pointer.getFactory(ITypeFactory<T> targetFactory)static <T> ITypeFactory<NdLinkedList<T>>NdLinkedList.getFactoryFor(ITypeFactory<T> elementFactory, int recordsInFirstBlock, int recordsInSubsequentBlocks)static <T> ITypeFactory<NdLinkedList<T>>NdLinkedList.getFactoryFor(ITypeFactory<T> elementFactory, int recordsInFirstBlock, int recordsInSubsequentBlocks, int metadataBitsPerElement)<T extends NdNode>
ITypeFactory<T>Nd.getTypeFactory(short nodeType)<T extends R>
ITypeFactory<T>NdNodeTypeRegistry.getTypeFactory(short nodeType)Methods in org.aspectj.org.eclipse.jdt.internal.core.nd with parameters of type ITypeFactoryModifier and TypeMethodDescriptionstatic <T> ITypeFactory<Pointer<T>>Pointer.getFactory(ITypeFactory<T> targetFactory)static <T> ITypeFactory<NdLinkedList<T>>NdLinkedList.getFactoryFor(ITypeFactory<T> elementFactory, int recordsInFirstBlock, int recordsInSubsequentBlocks)static <T> ITypeFactory<NdLinkedList<T>>NdLinkedList.getFactoryFor(ITypeFactory<T> elementFactory, int recordsInFirstBlock, int recordsInSubsequentBlocks, int metadataBitsPerElement)<T extends R>
voidNdNodeTypeRegistry.register(int typeId, ITypeFactory<T> toRegister)Registers a class to be used with this node type registry.Constructors in org.aspectj.org.eclipse.jdt.internal.core.nd with parameters of type ITypeFactoryModifierConstructorDescriptionNdLinkedList(Nd nd, long address, ITypeFactory<T> elementFactory, int recordsInFirstBlock, int recordsInSubsequentBlocks)NdLinkedList(Nd nd, long address, ITypeFactory<T> elementFactory, int recordsInFirstBlock, int recordsInSubsequentBlocks, int metadataBitsPerElement)Pointer(Nd nd, long address, ITypeFactory<T> targetFactory) -
Uses of ITypeFactory in org.aspectj.org.eclipse.jdt.internal.core.nd.db
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.db that return ITypeFactoryModifier and TypeMethodDescriptionstatic ITypeFactory<BTree>BTree.getFactory(int degree, IBTreeComparator cmp)static ITypeFactory<BTree>BTree.getFactory(IBTreeComparator cmp) -
Uses of ITypeFactory in org.aspectj.org.eclipse.jdt.internal.core.nd.field
Fields in org.aspectj.org.eclipse.jdt.internal.core.nd.field declared as ITypeFactoryMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.field that return ITypeFactoryMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.field with parameters of type ITypeFactoryConstructors in org.aspectj.org.eclipse.jdt.internal.core.nd.field with parameters of type ITypeFactoryModifierConstructorDescriptionField(ITypeFactory<T> objectFactory, String structName, int fieldNumber)