Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.items.INativeClassItem
Packages that use INativeClassItem
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Types relating to the disassembler engine.
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.
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec).-
Uses of INativeClassItem in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return INativeClassItemModifier and TypeMethodDescriptionINativeCodeUnit.getClassByIndex(int index) Get a class by its internal index.Methods in com.pnfsoftware.jeb.core.units that return types with arguments of type INativeClassItem -
Uses of INativeClassItem in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return types with arguments of type INativeClassItem -
Uses of INativeClassItem in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return INativeClassItem -
Uses of INativeClassItem 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 INativeClassItemModifier and TypeMethodDescriptionICClassFactory.create(INativeClassItem classitem, boolean reInitIfExist) Create a C++ class object. -
Uses of INativeClassItem in com.pnfsoftware.jeb.core.units.code.asm.items
Methods in com.pnfsoftware.jeb.core.units.code.asm.items that return INativeClassItem -
Uses of INativeClassItem in com.pnfsoftware.jeb.core.units.code.asm.type
Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return INativeClassItemModifier and TypeMethodDescriptionIClassManager.createClass(IClassType classtype) IClassType.getClassItem()Methods in com.pnfsoftware.jeb.core.units.code.asm.type with parameters of type INativeClassItemModifier and TypeMethodDescriptionvoidIClassManager.addNonVirtualMethod(INativeClassItem classitem, INativeMethodItem method) voidIClassManager.addStaticMethod(INativeClassItem classitem, INativeMethodItem method) voidIClassManager.completeClassInitialization(INativeClassItem classitem) booleanIPackageManager.moveToClass(INativeItem item, INativeClassItem dst) voidIClassManager.setVirtualTableMethods(INativeClassItem classitem, List<IMethodTable> vtables)