public class StructFieldDescription extends Object
Modifier and Type | Field and Description |
---|---|
List<org.bridj.StructFieldDeclaration> |
aggregatedFields |
long |
alignment |
long |
arrayLength |
long |
bitLength |
long |
bitMask |
long |
bitOffset |
long |
byteLength |
long |
byteOffset |
Field |
field |
boolean |
isArray |
boolean |
isNativeObject |
Type |
nativeTypeOrPointerTargetType |
Constructor and Description |
---|
StructFieldDescription() |
public final List<org.bridj.StructFieldDeclaration> aggregatedFields
public long alignment
public long byteOffset
public long byteLength
public long bitOffset
public long bitLength
public long arrayLength
public long bitMask
public boolean isArray
public boolean isNativeObject
public Type nativeTypeOrPointerTargetType
public StructFieldDescription()
Copyright © 2009-2020. All Rights Reserved.