struct
#include <AllSyntax.h>
PortExpressionSyntax Concrete syntax definition for a PortExpression.
Base classes
- class SyntaxNode
- Base class for all syntax nodes.
Derived classes
- struct PortConcatenationSyntax
- Concrete syntax definition for a PortConcatenation.
- struct PortReferenceSyntax
- Concrete syntax definition for a PortReference.
Public static functions
- static auto isKind(SyntaxKind kind) -> bool
- Returns true if the provided syntax kind is represented by this type.
Constructors, destructors, conversion operators
- PortExpressionSyntax(SyntaxKind kind)
- Constructs a new instance of the PortExpressionSyntax struct.
- PortExpressionSyntax(const PortExpressionSyntax&) defaulted explicit
- Copy constructor.