Package org.spf4j.zel.instr
Class NJMP
- java.lang.Object
-
- org.spf4j.zel.instr.Instruction
-
- org.spf4j.zel.instr.NJMP
-
- All Implemented Interfaces:
Serializable
public final class NJMP extends Instruction
Jump to a address is top of the stack is null. (Null jump)- Author:
- Zoltan Farkas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NJMP(int relAddr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute(ExecutionContext context)Instruction executionObject[]getParameters()-
Methods inherited from class org.spf4j.zel.instr.Instruction
toString
-
-
-
-
Method Detail
-
execute
public int execute(ExecutionContext context) throws SuspendedException, ExecutionException
Description copied from class:InstructionInstruction execution- Specified by:
executein classInstruction- Parameters:
context- ExecutionContext- Throws:
SuspendedExceptionExecutionException
-
getParameters
public Object[] getParameters()
- Specified by:
getParametersin classInstruction
-
-