InvalidPattern class final
#include <slang/ast/Patterns.h>
Represents an invalid pattern.
Usually generated and inserted into an pattern tree due to violation of language semantics or type checking.
Base classes
- class Pattern
- Base class for "patterns", as used in pattern matching conditional statements and expressions.
Public variables
- const Pattern* child
- A wrapped child pattern that is considered invalid.