public abstract class Type extends Object
| Constructor and Description |
|---|
Type() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
alignment()
The native alignment of this type, in bytes
|
abstract NativeType |
getNativeType()
The native type of this type
|
abstract int |
size()
The size in bytes of this type.
|
public abstract int size()
public abstract int alignment()
public abstract NativeType getNativeType()
Copyright © 2013. All rights reserved.