public final class POW extends Instruction
Modifier and Type | Field and Description |
---|---|
static Instruction |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
execute(ExecutionContext context)
Instruction execution
|
Object[] |
getParameters() |
toString
public static final Instruction INSTANCE
public int execute(ExecutionContext context) throws ExecutionException, SuspendedException
Instruction
execute
in class Instruction
context
- ExecutionContextExecutionException
SuspendedException
public Object[] getParameters()
getParameters
in class Instruction
Copyright © 2018 SPF4J. All rights reserved.