|
||||||||||
| 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.AbstractVariableMatcher
public abstract class AbstractVariableMatcher
Abstract class to bring together checks done for both match() and matches().
| 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 |
AbstractVariableMatcher(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 AbstractVariableMatcher(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 | |||||||||