Uses of Interface
com.pnfsoftware.jeb.core.IUnitContribution
Packages that use IUnitContribution
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Standard implementations of basic units objects.
-
Uses of IUnitContribution in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return types with arguments of type IUnitContributionModifier and TypeMethodDescriptionstatic List<IUnitContribution>
RuntimeProjectUtil.findUnitContributions
(IRuntimeProject prj, IUnit target) Retrieve a list of contributions (defined within a given project) for a target unit. -
Uses of IUnitContribution in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return types with arguments of type IUnitContributionModifier and TypeMethodDescriptionAbstractUnit.getContributions()
IUnit.getContributions()
Get the list of contributions attached to the unit. -
Uses of IUnitContribution in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl that return types with arguments of type IUnitContribution