| Package | Description |
|---|---|
| org.quattor.pan.dml.functions |
Includes classes that implement all of the pan language build-in functions.
|
| Class and Description |
|---|
| AbstractMatcher
Determine whether a string matches a given regular expression, using optional
matching flags.
|
| AbstractStaticMatcher
Determine whether a string matches a given regular expression, using optional
matching flags.
|
| AbstractVariableMatcher
Abstract class to bring together checks done for both match() and matches().
|
| BuiltInFunction
This is just a marker class to identify those classes that are built-in
functions in the pan language.
|
| Exists
Tests whether the variable referenced in the function's argument exists.
|
| IsOfType
This is the parent class for those classes that implement the type checking
functions of pan (e.g.
|
Copyright © 2014 Quattor. All Rights Reserved.