Interface: VariableDeclarationTypeSemantics
compiler.VariableDeclarationTypeSemantics
Type semantics for AST Node VariableDeclaration.
Since
0.10.0
Hierarchy
-
↳
VariableDeclarationTypeSemantics
Table of contents
Properties
Properties
valueType
• valueType: ProcessedType
The type of the value that may be stored in this variable.
This is the type evaluated using the valueType identifier.
Since
0.10.0
Defined in
kipper/core/src/compiler/ast/nodes/declarations/variable-declaration/variable-declaration-type-semantics.ts:19