Interface: IdentifierPrimaryExpressionTypeSemantics
compiler.IdentifierPrimaryExpressionTypeSemantics
Type semantics for AST Node IdentifierPrimaryExpression.
Since
0.10.0
Hierarchy
PrimaryExpressionTypeSemantics
↳
IdentifierPrimaryExpressionTypeSemantics
Table of contents
Properties
Properties
evaluatedType
• evaluatedType: CheckedType
The value type that this expression evaluates to.
This will always be the value type of the reference that the identifier points to.
Since
0.10.0
Overrides
PrimaryExpressionTypeSemantics.evaluatedType
Defined in
kipper/core/src/compiler/ast/nodes/expressions/primary-expression/identifier-primary-expression/identifier-primary-expression-type-semantics.ts:20