xoql.function
Class matchRegex

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.UnaryFunction
          extended by cdqa.function.UnaryPredicate
              extended by xoql.function.matchRegex

public final class matchRegex
extends cdqa.function.UnaryPredicate


Field Summary
(package private)  cdqa.util.Regex regex
           
 
Fields inherited from class cdqa.function.UnaryPredicate
TRUE
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
matchRegex(java.lang.String s)
           
 
Method Summary
 boolean onApply(cdqa.object.XObject o)
           
 
Methods inherited from class cdqa.function.UnaryPredicate
apply, isTrue, onExecute, or, pathToParentMatch
 
Methods inherited from class cdqa.function.UnaryFunction
createIteratorInstance, execute
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

regex

cdqa.util.Regex regex
Constructor Detail

matchRegex

public matchRegex(java.lang.String s)
Method Detail

onApply

public boolean onApply(cdqa.object.XObject o)
Specified by:
onApply in class cdqa.function.UnaryPredicate