|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.dml.AbstractOperation
org.quattor.pan.dml.functions.BuiltInFunction
org.quattor.pan.dml.functions.AbstractMatcher
org.quattor.pan.dml.functions.AbstractStaticMatcher
public abstract class AbstractStaticMatcher
Determine whether a string matches a given regular expression, using optional matching flags.
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.dml.functions.BuiltInFunction |
|---|
name |
| Fields inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
ops, sourceRange |
| Constructor Summary | |
|---|---|
protected |
AbstractStaticMatcher(SourceRange sourceRange,
java.lang.String functionName,
Operation... operations)
|
| Method Summary |
|---|
| Methods inherited from class org.quattor.pan.dml.functions.AbstractMatcher |
|---|
compilePattern, convertMatchFlags |
| Methods inherited from class org.quattor.pan.dml.functions.BuiltInFunction |
|---|
throwExceptionIfCompileTimeContext, toString |
| Methods inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
calculateArgs, calculateTerms, checkInvalidSelfContext, checkRestrictedContext, execute, getOperations, getSourceRange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractStaticMatcher(SourceRange sourceRange,
java.lang.String functionName,
Operation... operations)
throws SyntaxException
SyntaxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||