rune-langium / core/src / RosettaSynonymBody
Interface: RosettaSynonymBody
Defined in: packages/core/src/generated/ast.ts:4540
Extends
AstNode
Properties
| Property | Modifier | Type | Description | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|
$container | readonly | | RosettaExternalSynonym | RosettaSynonym | The container node in the AST; every node except the root node has a container. | langium.AstNode.$container | - | packages/core/src/generated/ast.ts:4541 |
$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 | "RosettaSynonymBody" | Every AST node has a type corresponding to what was specified in the grammar declaration. | langium.AstNode.$type | - | packages/core/src/generated/ast.ts:4542 |
format? | public | string | - | - | - | packages/core/src/generated/ast.ts:4543 |
hints | public | string[] | - | - | - | packages/core/src/generated/ast.ts:4544 |
mapper? | public | string | - | - | - | packages/core/src/generated/ast.ts:4545 |
mappingLogic? | public | RosettaMapping | - | - | - | packages/core/src/generated/ast.ts:4546 |
merge? | public | RosettaMergeSynonymValue | - | - | - | packages/core/src/generated/ast.ts:4547 |
metaValues | public | string[] | - | - | - | packages/core/src/generated/ast.ts:4548 |
patternMatch? | public | string | - | - | - | packages/core/src/generated/ast.ts:4549 |
patternReplace? | public | string | - | - | - | packages/core/src/generated/ast.ts:4550 |
removeHtml | public | boolean | - | - | - | packages/core/src/generated/ast.ts:4551 |
values | public | RosettaSynonymValueBase[] | - | - | - | packages/core/src/generated/ast.ts:4552 |