public abstract class AbstractMatcher extends BuiltInFunction
nameops, sourceRange| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMatcher(String name,
SourceRange sourceRange,
Operation... operations) |
| Modifier and Type | Method and Description |
|---|---|
protected Pattern |
compilePattern(Element regex,
int flags)
Generate a Pattern from the given string and flags.
|
protected int |
convertMatchFlags(Element opts)
A utility function to convert a string containing match options to the
associated integer with the appropriate bits set.
|
throwExceptionIfCompileTimeContext, toStringcalculateArgs, calculateTerms, checkInvalidSelfContext, checkRestrictedContext, execute, getOperations, getSourceRangeprotected AbstractMatcher(String name, SourceRange sourceRange, Operation... operations) throws SyntaxException
SyntaxExceptionprotected int convertMatchFlags(Element opts)
opts - string containing matching flagsCopyright © 2014 Quattor. All Rights Reserved.