示例#1
0
 private static bool IsFlaggedOperator(BnfTerm bnfTerm)
 {
     return(bnfTerm.IsOperator());    // has IsOperator as flag
 }