com.pnfsoftware.jeb.core.units.code.ICodeMethod |
![]() |
Interface representing a method.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICodeType |
getClassType()
Get the type of the class holding this method.
| ||||||||||
abstract List<? extends IInstruction> |
getInstructions()
Get the list of instructions of the method's body.
| ||||||||||
abstract List<? extends ICodeType> |
getParameterTypes()
Get the method's parameters list.
| ||||||||||
abstract ICodeType |
getReturnType()
Get the method's return type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the type of the class holding this method. This method will return null if the method is class-less (example, a native sub-routine not contained in any class).
Get the list of instructions of the method's body.
Get the method's parameters list.
Get the method's return type.