Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.items.INativeFieldItem
Packages that use INativeFieldItem
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.C AST types, used in AST documents provided by the
source units
generated by gendec
.Native code items, including code items and data items.
-
Uses of INativeFieldItem in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return INativeFieldItemModifier and TypeMethodDescriptionINativeCodeUnit.getFieldByIndex
(int index) Get a field by its internal index.Methods in com.pnfsoftware.jeb.core.units that return types with arguments of type INativeFieldItem -
Uses of INativeFieldItem in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm that return INativeFieldItemMethods in com.pnfsoftware.jeb.core.units.code.asm that return types with arguments of type INativeFieldItem -
Uses of INativeFieldItem in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return INativeFieldItemMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler with parameters of type INativeFieldItemModifier and TypeMethodDescriptionIERoutineContext.createSymbolForField
(INativeFieldItem variable) -
Uses of INativeFieldItem in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast with parameters of type INativeFieldItemModifier and TypeMethodDescriptionICFieldFactory.create
(INativeFieldItem fielditem, boolean reInitIfExist) Create a global or structure field AST object, backed by an explicit native field item. -
Uses of INativeFieldItem in com.pnfsoftware.jeb.core.units.code.asm.items
Methods in com.pnfsoftware.jeb.core.units.code.asm.items that return INativeFieldItemModifier and TypeMethodDescriptionIFieldManager.createField
(INativeItem owner, INativeDataItem dataItem) Create a field backed by an internal data element.IFieldManager.createField
(INativeItem owner, String name, INativeType type) Create an abstract field item that.INativeDataItem.getField()
Retrieve the optional field associated with the data item.Methods in com.pnfsoftware.jeb.core.units.code.asm.items that return types with arguments of type INativeFieldItemModifier and TypeMethodDescriptionList<? extends INativeFieldItem>
INativeClassItem.getFields()
List<? extends INativeFieldItem>
INativeClassItem.getInstanceFields()
List<? extends INativeFieldItem>
INativeClassItem.getStaticFields()