| com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICMethodFactory |
C AST ICMethod factory.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract ICMethod |
create(String maddr)
Create an uninitialized C AST method object.
| ||||||||||
| abstract ICMethod | createSynthetic(String name) | ||||||||||
| abstract ICMethod |
get(String maddr)
Retrieve an AST method object by address.
| ||||||||||
Create an uninitialized C AST method object. If the object exists, it is retrieved.
| maddr | original method address |
|---|
Retrieve an AST method object by address.
| maddr | original method address |
|---|