public abstract class Instruction extends Object implements Serializable
Title: VM Instruction
Description: Abstract Instruction Implementation
Constructor and Description |
---|
Instruction() |
Modifier and Type | Method and Description |
---|---|
abstract int |
execute(ExecutionContext context)
Instruction execution
|
abstract Object[] |
getParameters() |
String |
toString()
Outputs Instruction Name - use for debug purposes ...
|
public abstract int execute(ExecutionContext context) throws ExecutionException, InterruptedException, SuspendedException
context
- ExecutionContextInterruptedException
ExecutionException
SuspendedException
public abstract Object[] getParameters()
Copyright © 2018 SPF4J. All rights reserved.