public interface PatternCompiler
Modifier and Type | Method and Description |
---|---|
Element |
any()
Method called to deliver a compiled element from a wildcard ANY.
|
Element |
bind(Node n,
int index)
Method called to deliver a compiled element from a binding occurance of a
variable Node allocated at a given index position.
|
Element |
bound(Node n,
int index)
Method called to deliver a compiled element from a bound occurance of a
variable Node allocated at a given index position.
|
Element |
fixed(Node value)
Method called to deliver a compiled Element constructed from a constant Node.
|
Element fixed(Node value)
Element bound(Node n, int index)
Element bind(Node n, int index)
Element any()
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP