Inheritance: RuleElement
Exemplo n.º 1
0
 public virtual Choice GetEBNFBlock(Choice c)
 {
     return c;
 }
Exemplo n.º 2
0
        // BLOCKS

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