Interface: TypeSpecifierExpressionSemantics
compiler.TypeSpecifierExpressionSemantics
Semantics for AST Node TypeSpecifierExpression.
Hierarchy
-
↳
TypeSpecifierExpressionSemantics
↳↳
IdentifierTypeSpecifierExpressionSemantics
Table of contents
Properties
Properties
rawType
• rawType: RawType
The type specified by this expression, which per default is an unchecked type as the type is not yet known and therefore may be invalid/undefined.
Since
0.12.0
Defined in
kipper/core/src/compiler/ast/nodes/expressions/type-specifier-expression/type-specifier-expression-semantics.ts:16