com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICClassFactory |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICClass |
create(String caddr)
Create an uninitialized C AST class object.
| ||||||||||
abstract ICClass |
create(INativeClassItem classitem, boolean reInitIfExist)
Create a C++ class object.
| ||||||||||
abstract ICClass |
get(String caddr)
Retrieve an AST class object by address.
|
Create an uninitialized C AST class object. If the object exists, it is retrieved.
caddr | original class address |
---|
Create a C++ class object. The class may be internal or external (a reference). If internal, its body may not be defined yet.
classitem | mandatory |
---|
Retrieve an AST class object by address.
caddr | original class address |
---|