Vixen
02b45cc4

SwitchSectionSyntax

class
csharp
public sealed class SwitchSectionSyntax

Represents a switch section syntax of a switch statement.

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:

SwitchSection

Fields and properties (2)

  • public SyntaxList<SwitchLabelSyntax> Labels

    Gets a SyntaxList of SwitchLabelSyntax's the represents the possible labels that control can transfer to within the section.

  • public SyntaxList<StatementSyntax> Statements

    Gets a SyntaxList of StatementSyntax's the represents the statements to be executed when control transfer to a label the belongs to the section.

Methods (6)

Used by (8)

  • BinderVixen.Raven
  • RavenParserVixen.Raven
  • SwitchSectionSyntaxVixen.Raven
  • SwitchStatementSyntaxVixen.Raven
  • SyntaxFactoryVixen.Raven
  • SyntaxRewriterVixen.Raven
  • SyntaxVisitorVixen.Raven
  • SyntaxVisitorVixen.Raven