TreeWizardParse Method |
Name | Description | |
---|---|---|
![]() | Parse(Object, String) | |
![]() | Parse(Object, String, IDictionaryString, Object) |
Given a pattern like (ASSIGN %lhs:ID %rhs:.) with optional labels
on the various nodes and '.' (dot) as the node/subtree wildcard,
return true if the pattern matches and fill the labels Map with
the labels pointing at the appropriate nodes. Return false if
the pattern is malformed or the tree does not match.
|