Click or drag to resize

TreeWizardParse Method

Overload List
  NameDescription
Public methodParse(Object, String)
Public methodParse(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.
Top
See Also