public bool IsPunctuationOrEmptyTransient()
 {
     return(parseTreeNode.IsPunctuationOrEmptyTransient());
 }