com.pnfsoftware.jeb.core.units.code.asm.type.IPrimitiveType |
Definition of native primitive types.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract PrimitiveCategory |
getCategory()
Get this type encoding category.
| ||||||||||
abstract boolean |
isSigned()
Determine if the primitive represents signed numbers.
| ||||||||||
abstract boolean |
isUnsigned()
Determine if the primitive represents unsigned numbers only.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get this type encoding category.
Determine if the primitive represents signed numbers. Note that float primitives are signed numbers.
Determine if the primitive represents unsigned numbers only.