Skip to content

rune-langium / core/src / RosettaDataReference

Interface: RosettaDataReference

Defined in: packages/core/src/generated/ast.ts:2717

Extends

Properties

PropertyModifierTypeDescriptionOverridesInherited fromDefined in
$containerreadonlyRosettaAttributeReferenceThe container node in the AST; every node except the root node has a container.RosettaAttributeReference.$container-packages/core/src/generated/ast.ts:2718
$containerIndex?readonlynumberIn case $containerProperty is an array, the array index is stored here.-RosettaAttributeReference.$containerIndexnode_modules/.pnpm/[email protected]/node_modules/langium/lib/syntax-tree.d.ts:21
$containerProperty?readonlystringThe property of the $container node that contains this node. This is either a direct reference or an array.-RosettaAttributeReference.$containerPropertynode_modules/.pnpm/[email protected]/node_modules/langium/lib/syntax-tree.d.ts:19
$cstNode?readonlyCstNodeThe Concrete Syntax Tree (CST) node of the text range from which this node was parsed.-RosettaAttributeReference.$cstNodenode_modules/.pnpm/[email protected]/node_modules/langium/lib/syntax-tree.d.ts:23
$document?readonlyLangiumDocument<AstNode>The document containing the AST; only the root node has a direct reference to the document.-RosettaAttributeReference.$documentnode_modules/.pnpm/[email protected]/node_modules/langium/lib/syntax-tree.d.ts:25
$typereadonly"RosettaDataReference"Every AST node has a type corresponding to what was specified in the grammar declaration.RosettaAttributeReference.$type-packages/core/src/generated/ast.ts:2719
attributepublicReference<AttributeOrChoiceOption>--RosettaAttributeReference.attributepackages/core/src/generated/ast.ts:2223
datapublicReference<DataOrChoice>---packages/core/src/generated/ast.ts:2720
receiverpublicRosettaDataReference--RosettaAttributeReference.receiverpackages/core/src/generated/ast.ts:2224

Core packages released under MIT. Studio app released under FSL-1.1-ALv2.