public final class NOP extends Instruction
Modifier and Type | Field and Description |
---|---|
static Instruction |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
execute(ExecutionContext context)
does nothing, my favorite instruction
|
Object[] |
getParameters() |
toString
public static final Instruction INSTANCE
public int execute(ExecutionContext context)
execute
in class Instruction
context
- ExecutionContextpublic Object[] getParameters()
getParameters
in class Instruction
Copyright © 2018 SPF4J. All rights reserved.