Skip to content

rune-langium / core/src / RosettaDocReference

Interface: RosettaDocReference

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

Extends

  • AstNode

Properties

PropertyModifierTypeDescriptionOverridesInherited fromDefined in
$containerreadonly| Attribute | ChoiceOption | Condition | Data | RosettaFunction | RosettaRule | RosettaEnumeration | RosettaEnumValueThe container node in the AST; every node except the root node has a container.langium.AstNode.$container-packages/core/src/generated/ast.ts:2879
$containerIndex?readonlynumberIn case $containerProperty is an array, the array index is stored here.-langium.AstNode.$containerIndexnode_modules/.pnpm/langium@4.2.2/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.-langium.AstNode.$containerPropertynode_modules/.pnpm/langium@4.2.2/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.-langium.AstNode.$cstNodenode_modules/.pnpm/langium@4.2.2/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.-langium.AstNode.$documentnode_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:25
$typereadonly"RosettaDocReference"Every AST node has a type corresponding to what was specified in the grammar declaration.langium.AstNode.$type-packages/core/src/generated/ast.ts:2888
docReferencepublicRegulatoryDocumentReference---packages/core/src/generated/ast.ts:2889
namepublic"docReference" | "regulatoryReference"---packages/core/src/generated/ast.ts:2890
path?publicAnnotationPathExpression---packages/core/src/generated/ast.ts:2891
provision?publicstring---packages/core/src/generated/ast.ts:2892
rationalespublicDocumentRationale[]---packages/core/src/generated/ast.ts:2893
reportedFieldpublicboolean---packages/core/src/generated/ast.ts:2894
structuredProvision?publicstring---packages/core/src/generated/ast.ts:2895

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