Interface: JumpStatementSemantics
compiler.JumpStatementSemantics
Semantics for AST Node JumpStatement.
Since
0.10.0
Hierarchy
-
↳
JumpStatementSemantics
Table of contents
Properties
Properties
jmpType
• jmpType: JmpStatementType
The type of the jump statement.
Since
0.10.0
Defined in
kipper/core/src/compiler/ast/nodes/statements/jump-statement/jump-statement-semantics.ts:18
parent
• parent: IterationStatement
<IterationStatementSemantics
, IterationStatementTypeSemantics
>
The parent statement of the jump statement.
Since
0.10.0
Defined in
kipper/core/src/compiler/ast/nodes/statements/jump-statement/jump-statement-semantics.ts:23