Vixen
02b45cc4
csharp
public class Tree

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public string Root
  • public string Namespace

    Namespace the generated node classes are emitted into, e.g. Vixen.Raven.Syntax. Green nodes land in its .InternalSyntax child. Required — the generator serves several languages and cannot guess.

  • public List<TreeType> Types

Used by (4)

  • AbstractFileWriterVixen.Core.Syntax.Generator
  • SourceGeneratorVixen.Core.Syntax.Generator
  • SourceWriterVixen.Core.Syntax.Generator
  • TreeFlatteningVixen.Core.Syntax.Generator