Uses of Class
com.pnfsoftware.jeb.core.actions.ActionContext
Packages that use ActionContext
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Standard implementations of basic units objects.
-
Uses of ActionContext in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units with parameters of type ActionContextModifier and TypeMethodDescriptionboolean
AbstractInteractiveBinaryUnit.canExecuteAction
(ActionContext actionContext) The skeleton implementation returns false.boolean
AbstractInteractiveUnit.canExecuteAction
(ActionContext actionContext) The skeleton implementation returns false.boolean
IInteractiveUnit.canExecuteAction
(ActionContext actionContext) Verify if an action can be executed.boolean
AbstractInteractiveBinaryUnit.executeAction
(ActionContext actionContext, IActionData actionData) The skeleton implementation returnsexecuteAction(actionContext, actionData, true)
.boolean
AbstractInteractiveBinaryUnit.executeAction
(ActionContext actionContext, IActionData actionData, boolean notify) The skeleton implementation returns false.boolean
AbstractInteractiveUnit.executeAction
(ActionContext actionContext, IActionData actionData) The skeleton implementation returnsexecuteAction(actionContext, actionData, true)
.boolean
AbstractInteractiveUnit.executeAction
(ActionContext actionContext, IActionData actionData, boolean notify) The skeleton implementation returns false.boolean
IInteractiveUnit.executeAction
(ActionContext actionContext, IActionData actionData) Execute an action.boolean
IInteractiveUnit.executeAction
(ActionContext actionContext, IActionData actionData, boolean notify) Execute an action and optionally notify clients if the action was executed successfully and modified the unit contents.boolean
AbstractInteractiveBinaryUnit.prepareExecution
(ActionContext actionContext, IActionData actionData) The skeleton implementation returns false.boolean
AbstractInteractiveUnit.prepareExecution
(ActionContext actionContext, IActionData actionData) The skeleton implementation returns false.boolean
IInteractiveUnit.prepareExecution
(ActionContext actionContext, IActionData actionData) Prepare the execution of an action. -
Uses of ActionContext in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl with parameters of type ActionContextModifier and TypeMethodDescriptionboolean
InteractiveWrapperUnit.canExecuteAction
(ActionContext actionContext) boolean
InteractiveWrapperUnit.executeAction
(ActionContext actionContext, IActionData actionData) boolean
InteractiveWrapperUnit.executeAction
(ActionContext actionContext, IActionData actionData, boolean notify) boolean
InteractiveWrapperUnit.prepareExecution
(ActionContext actionContext, IActionData actionData)