@Deprecated public interface MachineArchitecture
Note: This interface is not intended for implementation by build script or plugin authors.
Modifier and Type | Method and Description |
---|---|
boolean |
is32Bit()
Deprecated.
Returns whether or not the architecture has 32-bit pointer size.
|
boolean |
is64Bit()
Deprecated.
Returns whether or not the architecture has 64-bit pointer size.
|
boolean is32Bit()
true
if the architecture is 32-bit or false
otherwise.boolean is64Bit()
true
if the architecture is 64-bit or false
otherwise.