public final class CALL extends Instruction
Constructor and Description |
---|
CALL(int nrParameters) |
Modifier and Type | Method and Description |
---|---|
int |
execute(ExecutionContext context)
Instruction execution
|
Object[] |
getParameters() |
static List<Object> |
getParameters(ExecutionContext nctx,
int nrParameters) |
toString
public int execute(ExecutionContext context) throws ExecutionException, InterruptedException, SuspendedException
Instruction
execute
in class Instruction
context
- ExecutionContextInterruptedException
ExecutionException
SuspendedException
public static List<Object> getParameters(ExecutionContext nctx, int nrParameters)
public Object[] getParameters()
getParameters
in class Instruction
Copyright © 2018 SPF4J. All rights reserved.