Vixen
02b45cc4

QualifiedNameSyntax

class
csharp
public sealed class QualifiedNameSyntax

Class which represents the syntax node for qualified name.

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

Remarks

This node is associated with the following syntax kinds:

QualifiedName

Fields and properties (3)

  • public NameSyntax Left

    NameSyntax node representing the name on the left side of the dot token of the qualified name.

  • public SyntaxToken DotToken
  • public SimpleNameSyntax Right

    SimpleNameSyntax node representing the name on the right side of the dot token of the qualified name.

Methods (7)

Used by (11)

  • BinderVixen.Raven
  • DeclarationFactsVixen.Raven
  • ExpressionPrecedenceTestsVixen.Raven.Tests
  • ImportBinderVixen.Raven
  • ParserTestsVixen.Raven.Tests
  • QualifiedNameSyntaxVixen.Raven
  • RedTreeTestsVixen.Raven.Tests
  • SyntaxFactoryVixen.Raven
  • SyntaxRewriterVixen.Raven
  • SyntaxVisitorVixen.Raven
  • SyntaxVisitorVixen.Raven