Package org.spf4j.zel.instr
Class RLIKE
- java.lang.Object
-
- org.spf4j.zel.instr.Instruction
-
- org.spf4j.zel.instr.RLIKE
-
- All Implemented Interfaces:
Serializable
public final class RLIKE extends Instruction
regexp match.- Author:
- Zoltan Farkas
- 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
-
RLIKE
public RLIKE(String pattern, int flags)
-
-
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
-
-