| com.pnfsoftware.jeb.core.units.code.asm.type.IPrimitiveType |
Definition of native primitive types.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
| |||||||||||
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.ICodeType
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.items.INativeItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.type.INativeType
| |||||||||||
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.