Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.type.CodeConstantManager
Packages that use CodeConstantManager
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 CodeConstantManager in com.pnfsoftware.jeb.core.units.code.asm.type
Fields in com.pnfsoftware.jeb.core.units.code.asm.type declared as CodeConstantManagerModifier and TypeFieldDescriptionstatic final CodeConstantManager
CodeConstantManager.EMPTY
An empty read-only constant manager.Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return CodeConstantManagerModifier and TypeMethodDescriptionITypeLibrary.getConstantManager()
Get the constants managed by this typelib.