public class NdAnnotation extends NdNode
| Modifier and Type | Field and Description |
|---|---|
static FieldManyToOne<NdTypeSignature> |
ANNOTATION_TYPE |
static FieldOneToMany<NdAnnotationValuePair> |
ELEMENT_VALUE_PAIRS |
static StructDef<NdAnnotation> |
type |
| Constructor and Description |
|---|
NdAnnotation(Nd nd) |
NdAnnotation(Nd nd,
long address) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NdAnnotationValuePair> |
getElementValuePairs() |
NdTypeSignature |
getType() |
void |
setType(NdTypeSignature type) |
public static final FieldManyToOne<NdTypeSignature> ANNOTATION_TYPE
public static final FieldOneToMany<NdAnnotationValuePair> ELEMENT_VALUE_PAIRS
public static final StructDef<NdAnnotation> type
public NdAnnotation(Nd nd, long address)
public NdAnnotation(Nd nd)
public NdTypeSignature getType()
public void setType(NdTypeSignature type)
public java.util.List<NdAnnotationValuePair> getElementValuePairs()