Skip to content

rune-langium / core/src / ToIntOperation

Interface: ToIntOperation

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

Extends

  • AstNode

Properties

PropertyModifierTypeDescriptionOverridesInherited fromDefined in
$containerreadonly| ArithmeticOperation | AsKeyOperation | ShortcutDeclaration | ChoiceOperation | ComparisonOperation | Condition | ConstructorKeyValuePair | DefaultOperation | DistinctOperation | EqualityOperation | FilterOperation | FirstOperation | FlattenOperation | InlineFunction | JoinOperation | LastOperation | ListLiteral | LogicalOperation | MapOperation | MaxOperation | MinOperation | OneOfOperation | Operation | ReduceOperation | ReverseOperation | RosettaAbsentExpression | RosettaRule | RosettaConditionalExpression | RosettaContainsExpression | RosettaCountOperation | RosettaDeepFeatureCall | RosettaDisjointExpression | RosettaExistsExpression | RosettaFeatureCall | RosettaOnlyElement | RosettaOnlyExistsExpression | RosettaSuperCall | RosettaSymbolReference | SortOperation | SumOperation | SwitchOperation | ThenOperation | ToDateOperation | ToDateTimeOperation | ToEnumOperation | ToIntOperation | ToNumberOperation | ToStringOperation | ToTimeOperation | ToZonedDateTimeOperation | WithMetaOperation | SwitchCaseOrDefault | TypeCallArgument | WithMetaEntryThe container node in the AST; every node except the root node has a container.langium.AstNode.$container-packages/core/src/generated/ast.ts:5279
$containerIndex?readonlynumberIn case $containerProperty is an array, the array index is stored here.-langium.AstNode.$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.-langium.AstNode.$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.-langium.AstNode.$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.-langium.AstNode.$documentnode_modules/.pnpm/[email protected]/node_modules/langium/lib/syntax-tree.d.ts:25
$typereadonly"ToIntOperation"Every AST node has a type corresponding to what was specified in the grammar declaration.langium.AstNode.$type-packages/core/src/generated/ast.ts:5334
argument?publicRosettaExpression---packages/core/src/generated/ast.ts:5335
operatorpublic"to-int"---packages/core/src/generated/ast.ts:5336

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