Class PortSyntax
  
  
  
  
    Inheritance
    System.Object
    
    PortSyntax
   
  
  
  Assembly: DotLang.dll
  Syntax
  
    public sealed class PortSyntax : SyntaxNode
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Colon1Token
  
  
  Declaration
  
    public SyntaxToken Colon1Token { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Colon2Token
  
  
  Declaration
  
    public SyntaxToken Colon2Token { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CompassIdentifierToken
  
  
  Declaration
  
    public SyntaxToken CompassIdentifierToken { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PortOrCompassIdentifierToken
  
  
  Declaration
  
    public SyntaxToken PortOrCompassIdentifierToken { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Accept(SyntaxVisitor)
  
  
  Declaration
  
    public override void Accept(SyntaxVisitor visitor)
   
  Parameters
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Create(String, String)
  
  
  Declaration
  
    public static PortSyntax Create(string portIdentifier, string compassIdentifier)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        portIdentifier | 
         | 
      
      
        | System.String | 
        compassIdentifier | 
         | 
      
    
  
  Returns