| java.lang.Object net.refractions.udig.catalog.util.ASTFactory
ASTFactory | public class ASTFactory (Code) | | author: David Zwiers, Refractions Research |
parse | public static AST parse(String str)(Code) | | Creates an AST for the pattern The pattern uses the following conventions: use " " to
surround a phase use + to represent 'AND' use - to represent 'OR' use ! to represent 'NOT'
use ( ) to designate scope
Parameters: pattern - Search pattern AST |
|
|