Uses of Record Class
ca.mcscert.jpipe.commands.ExecutedAction
Packages that use ExecutedAction
-
Uses of ExecutedAction in ca.mcscert.jpipe.commands
Methods in ca.mcscert.jpipe.commands that return types with arguments of type ExecutedActionModifier and TypeMethodDescriptionExecutionEngine.executedCommands()Ordered list of actions that occurred during execution, with depth. -
Uses of ExecutedAction in ca.mcscert.jpipe.compiler.model
Methods in ca.mcscert.jpipe.compiler.model that return types with arguments of type ExecutedActionModifier and TypeMethodDescriptionCompilationContext.executedActions()Ordered list of actions that occurred during interpretation.Method parameters in ca.mcscert.jpipe.compiler.model with type arguments of type ExecutedActionModifier and TypeMethodDescriptionvoidCompilationContext.recordActions(List<ExecutedAction> actions) Record the ordered list of actions that occurred during interpretation.