public class NdTypeInterface extends NdNode
| Modifier and Type | Field and Description |
|---|---|
static FieldManyToOne<NdType> |
APPLIES_TO |
static FieldManyToOne<NdTypeSignature> |
IMPLEMENTS |
static StructDef<NdTypeInterface> |
type |
| Constructor and Description |
|---|
NdTypeInterface(Nd nd,
long address) |
NdTypeInterface(Nd nd,
NdType targetType,
NdTypeSignature makeTypeId) |
| Modifier and Type | Method and Description |
|---|---|
NdType |
getImplementation() |
NdTypeSignature |
getInterface() |
public static final FieldManyToOne<NdType> APPLIES_TO
public static final FieldManyToOne<NdTypeSignature> IMPLEMENTS
public static StructDef<NdTypeInterface> type
public NdTypeInterface(Nd nd, long address)
public NdTypeInterface(Nd nd, NdType targetType, NdTypeSignature makeTypeId)
public NdType getImplementation()
public NdTypeSignature getInterface()