Interface: ComparativeExpressionTypeSemantics
compiler.ComparativeExpressionTypeSemantics
Type semantics for a comparative expression, which compares two operands against each other using a specified operator.
Since
0.10.0
Hierarchy
-
↳
ComparativeExpressionTypeSemantics
Table of contents
Properties
Properties
evaluatedType
• evaluatedType: ProcessedType
The value type that this expression evaluates to. This is used to properly represent the evaluated type of expressions that do not explicitly show their type.
Since
0.10.0
Inherited from
ExpressionTypeSemantics.evaluatedType
Defined in
kipper/core/src/compiler/ast/nodes/expressions/expression-type-semantics.ts:18