Interface: TypeofTypeSpecifierExpressionSemantics
compiler.TypeofTypeSpecifierExpressionSemantics
Semantics for AST Node TypeofTypeSpecifierExpression.
Since
0.8.0
Hierarchy
TypeSpecifierExpressionSemantics↳
TypeofTypeSpecifierExpressionSemantics
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
Inherited from
TypeSpecifierExpressionSemantics.rawType
Defined in
kipper/core/src/compiler/ast/nodes/expressions/type-specifier-expression/type-specifier-expression-semantics.ts:16