com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICFieldFactory |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICField |
create(String faddr)
Create a generic field AST object.
| ||||||||||
abstract ICField |
create(INativeFieldItem fielditem, boolean reInitIfExist)
Create a global or structure field AST object, backed by an explicit native field item.
| ||||||||||
abstract ICField |
createStructureField(IStructureType structType, IStructureTypeField structField)
Create a structure field AST object.
| ||||||||||
abstract ICField |
get(String faddr)
Retrieve an AST field object by address.
|
Create a generic field AST object. If the object exists, it is retrieved.
faddr | original field address |
---|
Create a global or structure field AST object, backed by an explicit native field item.
Create a structure field AST object.
Retrieve an AST field object by address.
faddr | original field address |
---|