com.pnfsoftware.jeb.core.units.code.ICodeMethod |
Known Indirect Subclasses |
Interface representing a method.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
|
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
|
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.