Interface: MatchesExpressionSemantics
compiler.MatchesExpressionSemantics
Static semantics for an expression class that must be evaluated during the Semantic Analysis.
Since
0.10.0
Hierarchy
-
↳
MatchesExpressionSemantics
Table of contents
Properties
Properties
expression
• expression: Expression
<ExpressionSemantics
, ExpressionTypeSemantics
, CompilableASTNode
<SemanticData
, TypeData
>>
The expression to match against the interface.
Since
0.12.0
Defined in
kipper/core/src/compiler/ast/nodes/expressions/matches-expression/matches-expression-semantics.ts:20
pattern
• pattern: IdentifierTypeSpecifierExpression
The pattern to match against.
Since
0.12.0
Defined in
kipper/core/src/compiler/ast/nodes/expressions/matches-expression/matches-expression-semantics.ts:15