Package org.spf4j.zel.instr
Class LODX
- java.lang.Object
-
- org.spf4j.zel.instr.Instruction
-
- org.spf4j.zel.instr.LODX
-
- All Implemented Interfaces:
Serializable,SymbolRef
public final class LODX extends Instruction implements SymbolRef
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute(ExecutionContext context)Instruction executionObject[]getParameters()StringgetSymbol()static ObjectreadFrom(String symbol, ExecutionContext context)-
Methods inherited from class org.spf4j.zel.instr.Instruction
toString
-
-
-
-
Constructor Detail
-
LODX
public LODX(String symbol)
-
-
Method Detail
-
readFrom
public static Object readFrom(String symbol, ExecutionContext context) throws ZExecutionException
- Throws:
ZExecutionException
-
execute
public int execute(ExecutionContext context) throws ZExecutionException
Description copied from class:InstructionInstruction execution- Specified by:
executein classInstruction- Parameters:
context- ExecutionContext- Throws:
ZExecutionException
-
getParameters
public Object[] getParameters()
- Specified by:
getParametersin classInstruction
-
-