Inheritance: RuleElement
 public virtual Choice GetEBNFBlock(Choice c)
 {
     return c;
 }
        // BLOCKS

        public virtual Choice GetChoiceBlock(Choice c)
        {
            return c;
        }