Package org.spf4j.zel.instr
Class GE
- java.lang.Object
-
- org.spf4j.zel.instr.Instruction
-
- org.spf4j.zel.instr.GE
-
- All Implemented Interfaces:
Serializable
public final class GE extends Instruction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static InstructionINSTANCE
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final Instruction INSTANCE
-
-
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
-
-