Class NdStruct
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.NdStruct
- All Implemented Interfaces:
INdStruct
- Direct Known Subclasses:
NdAnnotation,NdAnnotationValuePair,NdMethodException,NdMethodParameter,NdNode,NdTypeBound,NdTypeParameter,NdZipEntry
Base class for standard implementations of
INdStruct. Holds the address of the struct
and the pointer to the database.-
Field Details
-
address
public long address -
nd
-
type
-
-
Constructor Details
-
NdStruct
-
-
Method Details
-
getAddress
public long getAddress()Description copied from interface:INdStructReturns the database address at which the struct begins.- Specified by:
getAddressin interfaceINdStruct
-
getNd
Description copied from interface:INdStructReturns the database backing this struct. -
getDB
-