| com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICMethod |
C method (any C routine).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void | generateName(COutputSink out, boolean definition) | ||||||||||
| abstract ICBlock | getBody() | ||||||||||
| abstract ICType | getClassType() | ||||||||||
| abstract int | getFlags() | ||||||||||
| abstract int | getIndex() | ||||||||||
| abstract String | getName() | ||||||||||
| abstract List<? extends ICDefinition> | getParameters() | ||||||||||
| abstract ICType |
getReturnType()
Retrieve the primary return type, or the void type if this method does not return anything.
| ||||||||||
| abstract List<? extends ICType> | getReturnTypes() | ||||||||||
| abstract boolean | isEmpty() | ||||||||||
| abstract boolean | isExternal() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
| |||||||||||
Retrieve the primary return type, or the void type if this method does not return anything.
The primary return type, if not void, is the first element returned by
getReturnTypes().