Class ToplevelGraphSyntax
  
  
  
  
    Inheritance
    System.Object
    
    ToplevelGraphSyntax
      
      
   
  
  
  Assembly: DotLang.dll
  Syntax
  
    public abstract class ToplevelGraphSyntax : SyntaxNode
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CloseBraceToken
  
  
  Declaration
  
    public SyntaxToken CloseBraceToken { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GraphTypeKeyword
  
  
  Declaration
  
    public SyntaxToken GraphTypeKeyword { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IdentifierToken
  
  
  Declaration
  
    public SyntaxToken IdentifierToken { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OpenBraceToken
  
  
  Declaration
  
    public SyntaxToken OpenBraceToken { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Statements
  
  
  Declaration
  
    public IReadOnlyList<StatementSyntax> Statements { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  StrictKeyword
  
  
  Declaration
  
    public SyntaxToken StrictKeyword { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Accept(SyntaxVisitor)
  
  
  Declaration
  
    public override void Accept(SyntaxVisitor visitor)
   
  Parameters
  
  Overrides