public class NdTypeBound extends NdNode
| Modifier and Type | Field and Description |
|---|---|
static FieldManyToOne<NdTypeParameter> |
PARENT |
static StructDef<NdTypeBound> |
type |
static FieldManyToOne<NdTypeSignature> |
TYPE |
| Constructor and Description |
|---|
NdTypeBound(Nd nd,
long address) |
NdTypeBound(NdTypeParameter parent,
NdTypeSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
NdTypeParameter |
getParent() |
void |
getSignature(CharArrayBuffer result) |
NdTypeSignature |
getType() |
public static final FieldManyToOne<NdTypeParameter> PARENT
public static final FieldManyToOne<NdTypeSignature> TYPE
public static final StructDef<NdTypeBound> type
public NdTypeBound(Nd nd, long address)
public NdTypeBound(NdTypeParameter parent, NdTypeSignature signature)
public NdTypeParameter getParent()
public NdTypeSignature getType()
public void getSignature(CharArrayBuffer result)