Uses of Interface
com.pnfsoftware.jeb.core.units.IUnitLock
Packages that use IUnitLock
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Types relating to the disassembler engine.
Standard implementations of basic units objects.
-
Uses of IUnitLock in com.pnfsoftware.jeb.core.units
Classes in com.pnfsoftware.jeb.core.units that implement IUnitLockModifier and TypeClassDescriptionclass
Singleton, immutable unit lock implementation that locks nothing.Methods in com.pnfsoftware.jeb.core.units that return IUnitLockModifier and TypeMethodDescriptionAbstractUnit.getLock()
The default implementation returns a pass-through lock that never locks.INativeCodeUnit.getLock()
Retrieve the model lock, used to request a full-access model lock or a partial, read-only, transactional lock.IUnit.getLock()
Get the unit lock. -
Uses of IUnitLock in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return IUnitLock -
Uses of IUnitLock in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl that return IUnitLock