| Modifier and Type | Field and Description |
|---|---|
static FieldList<NdAnnotation> |
ANNOTATIONS |
static FieldManyToOne<NdTypeSignature> |
ARGUMENT_TYPE |
static FieldByte |
FLAGS |
static FieldString |
NAME |
static StructDef<NdMethodParameter> |
type |
| Constructor and Description |
|---|
NdMethodParameter(Nd nd,
long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
allocateAnnotations(int length) |
NdAnnotation |
createAnnotation() |
java.util.List<NdAnnotation> |
getAnnotations() |
IString |
getName() |
NdTypeSignature |
getType() |
boolean |
isCompilerDefined() |
void |
setCompilerDefined(boolean isCompilerDefined) |
void |
setName(char[] name) |
void |
setType(NdTypeSignature argumentType) |
java.lang.String |
toString() |
getAddress, getDB, getNdpublic static final FieldManyToOne<NdTypeSignature> ARGUMENT_TYPE
public static final FieldString NAME
public static final FieldList<NdAnnotation> ANNOTATIONS
public static final FieldByte FLAGS
public static StructDef<NdMethodParameter> type
public NdMethodParameter(Nd nd, long address)
public void setType(NdTypeSignature argumentType)
public NdTypeSignature getType()
public void setName(char[] name)
public IString getName()
public java.util.List<NdAnnotation> getAnnotations()
public void setCompilerDefined(boolean isCompilerDefined)
public boolean isCompilerDefined()
public java.lang.String toString()
toString in class java.lang.Objectpublic NdAnnotation createAnnotation()
public void allocateAnnotations(int length)