Interface: TypeofExpressionSemantics
compiler.TypeofExpressionSemantics
Semantics for AST Node TypeofExpression.
Since
0.12.0
Hierarchy
-
↳
TypeofExpressionSemantics
Table of contents
Properties
Properties
operand
• operand: Expression
<ExpressionSemantics
, ExpressionTypeSemantics
, CompilableASTNode
<SemanticData
, TypeData
>>
The operand that is modified by the operator.
Since
0.12.0
Defined in
kipper/core/src/compiler/ast/nodes/expressions/postfix-expression/typeof-expression/typeof-expression-semantics.ts:17
operator
• operator: KipperPostfixOperator
The operator that is used to modify the operand.
Since
0.11.0
Inherited from
PostfixExpressionSemantics.operator
Defined in
kipper/core/src/compiler/ast/nodes/expressions/postfix-expression/postfix-expression-semantics.ts:17