Interface: BitwiseXorExpressionTypeSemantics
compiler.BitwiseXorExpressionTypeSemantics
Type semantics for AST Node BitwiseXorExpression.
Since
0.11.0
Hierarchy
BitwiseExpressionTypeSemantics
↳
BitwiseXorExpressionTypeSemantics
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
BitwiseExpressionTypeSemantics.evaluatedType
Defined in
kipper/core/src/compiler/ast/nodes/expressions/expression-type-semantics.ts:18