Uses of Class
com.pnfsoftware.jeb.core.units.codeobject.ProcessorVariant
Packages that use ProcessorVariant
Package
Description
Types used to define and represent processors' instructions, operands, and registers.
-
Uses of ProcessorVariant in com.pnfsoftware.jeb.core.units.code.asm.processor
Fields in com.pnfsoftware.jeb.core.units.code.asm.processor declared as ProcessorVariantFields in com.pnfsoftware.jeb.core.units.code.asm.processor with type parameters of type ProcessorVariantModifier and TypeFieldDescriptionprotected Collection<ProcessorVariant>
AbstractProcessor.supportedVariants
Methods in com.pnfsoftware.jeb.core.units.code.asm.processor that return ProcessorVariantModifier and TypeMethodDescriptionAbstractProcessor.getVariant()
IProcessor.getVariant()
Get the processor variant used by this object.Methods in com.pnfsoftware.jeb.core.units.code.asm.processor that return types with arguments of type ProcessorVariantModifier and TypeMethodDescriptionAbstractProcessor.getSupportedVariants()
IProcessor.getSupportedVariants()
Retrieve a list of supported processor variants.Methods in com.pnfsoftware.jeb.core.units.code.asm.processor with parameters of type ProcessorVariantModifier and TypeMethodDescriptionvoid
AbstractProcessor.setVariant
(ProcessorVariant variant) void
IProcessor.setVariant
(ProcessorVariant variant) Set the new variant used by this processor.