Uses of Class
com.pnfsoftware.jeb.util.interpreter.ExecutionResult
Packages that use ExecutionResult
Package
Description
Facility code to provide implementors of JEB clients a way to offer scripting supports to JEB
 users.
Types used to build program interpreters.
- 
Uses of ExecutionResult in com.pnfsoftware.jeb.client.script
Methods in com.pnfsoftware.jeb.client.script that return ExecutionResultModifier and TypeMethodDescriptionJebPythonInterpreter.executeCommand(String command) JebPythonInterpreter.executeInternal(String command, boolean allowAutoImport)  - 
Uses of ExecutionResult in com.pnfsoftware.jeb.util.interpreter
Fields in com.pnfsoftware.jeb.util.interpreter declared as ExecutionResultModifier and TypeFieldDescriptionstatic final ExecutionResultExecutionResult.GENERIC_ERRORstatic final ExecutionResultExecutionResult.GENERIC_SUCCESSstatic final ExecutionResultExecutionResult.NOT_IMPLEMENTEDstatic final ExecutionResultExecutionResult.NOT_SUPPORTEDMethods in com.pnfsoftware.jeb.util.interpreter that return ExecutionResultModifier and TypeMethodDescriptionstatic ExecutionResultstatic ExecutionResultICommandNode.execute(List<InputToken> tokens) Execute the command.SimpleCommandManager.execute(List<InputToken> tokens) ICommandInterpreter.executeCommand(String command) Execute a command.static ExecutionResultstatic ExecutionResultExecutionResult.fromBoolean(boolean success) static ExecutionResultExecutionResult.fromObject(Object object) protected ExecutionResultSimpleCommandManager.postCheck()Override to do command post-execution check.protected ExecutionResultSimpleCommandManager.preCheck()Override to do command pre-execution check.static ExecutionResult