rune-langium / core/src / RosettaModel
Interface: RosettaModel
Defined in: packages/core/src/generated/ast.ts:3826
Extends
AstNode
Properties
| Property | Modifier | Type | Description | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|
$container? | readonly | AstNode | The container node in the AST; every node except the root node has a container. | - | langium.AstNode.$container | node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:17 |
$containerIndex? | readonly | number | In case $containerProperty is an array, the array index is stored here. | - | langium.AstNode.$containerIndex | node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:21 |
$containerProperty? | readonly | string | The property of the $container node that contains this node. This is either a direct reference or an array. | - | langium.AstNode.$containerProperty | node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:19 |
$cstNode? | readonly | CstNode | The Concrete Syntax Tree (CST) node of the text range from which this node was parsed. | - | langium.AstNode.$cstNode | node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:23 |
$document? | readonly | LangiumDocument<AstNode> | The document containing the AST; only the root node has a direct reference to the document. | - | langium.AstNode.$document | node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:25 |
$type | readonly | "RosettaModel" | Every AST node has a type corresponding to what was specified in the grammar declaration. | langium.AstNode.$type | - | packages/core/src/generated/ast.ts:3827 |
configurations | public | RosettaQualifiableConfiguration[] | - | - | - | packages/core/src/generated/ast.ts:3828 |
definition? | public | string | - | - | - | packages/core/src/generated/ast.ts:3829 |
elements | public | RosettaRootElement[] | - | - | - | packages/core/src/generated/ast.ts:3830 |
imports | public | Import[] | - | - | - | packages/core/src/generated/ast.ts:3831 |
name | public | string | - | - | - | packages/core/src/generated/ast.ts:3832 |
overridden | public | boolean | - | - | - | packages/core/src/generated/ast.ts:3833 |
scope? | public | RosettaScope | - | - | - | packages/core/src/generated/ast.ts:3834 |
version? | public | string | - | - | - | packages/core/src/generated/ast.ts:3835 |