@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface Field
Virtual
, which virtual table offset is
relative to the declared class).Modifier and Type | Required Element and Description |
---|---|
int |
value
Index of the field in a struct (first field has index 0).
|
Modifier and Type | Optional Element and Description |
---|---|
int |
unionWith
Declare that this field shares its space with another (the two or more
fields are in an union).
|
public abstract int value
public abstract int unionWith
Copyright © 2009-2020. All Rights Reserved.