com.pnfsoftware.jeb.core.units.code.asm.type.IReferenceType |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract INativeType |
getMainType()
Get the main type.
| ||||||||||
abstract INativeType |
getPointedType()
Get the pointed type.
| ||||||||||
abstract int |
getReferenceCount()
Get the reference count.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the main type.
Example: If this reference is a int**
(pointer to pointer to int), then the main
type is int
.
Get the pointed type. Example: If this reference is a int**
(pointer to pointer
to int), then the pointed type is int*
(pointer to int).
Get the reference count.
Example: If this reference is a int**
(pointer to pointer to int), then the
reference count is 2.