Uses of Interface
com.pnfsoftware.jeb.core.units.code.ICodeField
Packages that use ICodeField
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types representing an Dex structures and Dalvik code.
Native code items, including code items and data items.
-
Uses of ICodeField in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return ICodeFieldModifier and TypeMethodDescriptionThe skeleton implementation returns null.Convenience method used to retrieve a field by name.static ICodeField
CodeUtil.getFieldByName
(ICodeUnit unit, String partialName, boolean failIfAmbiguous) Get a field by name.Methods in com.pnfsoftware.jeb.core.units.code that return types with arguments of type ICodeFieldModifier and TypeMethodDescriptionList<? extends ICodeField>
AbstractCodeUnit.getFields()
The skeleton implementation returns an empty list.List<? extends ICodeField>
ICodeClass.getFields()
Get the list of fields that are defined in this class (super fields are not returned).List<? extends ICodeField>
ICodeUnit.getFields()
Get the list of fields. -
Uses of ICodeField in com.pnfsoftware.jeb.core.units.code.android.dex
Subinterfaces of ICodeField in com.pnfsoftware.jeb.core.units.code.android.dexModifier and TypeInterfaceDescriptioninterface
This interface represents a Dexfield_id_item
object, that is, a reference to an internal or external field used in the dex. -
Uses of ICodeField in com.pnfsoftware.jeb.core.units.code.asm.items
Subinterfaces of ICodeField in com.pnfsoftware.jeb.core.units.code.asm.itemsModifier and TypeInterfaceDescriptioninterface
A field item can reference an external field (name+type only), an internal data item, or a struct/class field.