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