Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.type.IStorageEntryGenerator
Packages that use IStorageEntryGenerator
Package
Description
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec).-
Uses of IStorageEntryGenerator in com.pnfsoftware.jeb.core.units.code.asm.type
Classes in com.pnfsoftware.jeb.core.units.code.asm.type that implement IStorageEntryGeneratorModifier and TypeClassDescriptionclassStorage-location generator for routine arguments (inputs).classStorage-location generator for routine return values (outputs).Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return IStorageEntryGeneratorModifier and TypeMethodDescriptionICallingConvention.getInputsGenerator()Create a storage-location generator for the inputs provided to a routine using this calling convention.ICallingConvention.getOutputsGenerator(int inputStackSlotCount) Create a storage-location generator for the outputs provided to a routine using this calling convention.