Package org.spf4j.zel.instr
Class LODAXF
- java.lang.Object
-
- org.spf4j.zel.instr.Instruction
-
- org.spf4j.zel.instr.LODAXF
-
- All Implemented Interfaces:
Serializable
public final class LODAXF extends Instruction
- See Also:
- Serialized Form
-
-
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
-
-
-
-
Constructor Detail
-
LODAXF
public LODAXF(Address fromAddr)
-
-
Method Detail
-
execute
public int execute(ExecutionContext context)
Description copied from class:InstructionInstruction execution- Specified by:
executein classInstruction- Parameters:
context- ExecutionContext
-
getParameters
public Object[] getParameters()
- Specified by:
getParametersin classInstruction
-
-