3 types derived from TreeTypeChild
CSharpSyntaxGenerator (3)
Model\Field.cs (3)
16public class Choice : TreeTypeChild 28public class Sequence : TreeTypeChild 37public class Field : TreeTypeChild
7 references to TreeTypeChild
CSharpSyntaxGenerator (7)
Grammar\GrammarGenerator.cs (1)
311private static Production ToProduction(TreeTypeChild child)
Model\Field.cs (2)
22public List<TreeTypeChild> Children; 34public List<TreeTypeChild> Children;
Model\TreeType.cs (2)
32public List<TreeTypeChild> Children = new List<TreeTypeChild>();
TreeFlattening.cs (2)
29List<TreeTypeChild> fieldsAndChoices, List<Field> fields, bool makeOptional) 31foreach (var fieldOrChoice in fieldsAndChoices)