java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.Pointer<T>

public class Pointer<T> extends Object
Points to a concrete type, NOT one of its subclasses. This should not be used for node pointers, since they are stored as a pointer to the base class. If you want a pointer to a node, use a NodeFieldDefinition instead.
  • Constructor Details

    • Pointer

      public Pointer(Nd nd, long address, ITypeFactory<T> targetFactory)
  • Method Details