Interface: InstanceofExpressionTypeSemantics
compiler.InstanceofExpressionTypeSemantics
The type semantics for an instanceof expression.
Since
0.12.0
Hierarchy
-
↳
InstanceofExpressionTypeSemantics
Table of contents
Properties
Properties
classType
• classType: CustomType
The type that the right-hand side of the instanceof expression is being checked against.
Since
0.12.0
Defined in
kipper/core/src/compiler/ast/nodes/expressions/instanceof-expression/instanceof-expression-type-semantics.ts:13
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