rune-langium / core/src / RuneDslAstReflection
Class: RuneDslAstReflection
Defined in: packages/core/src/generated/ast.ts:5951
Extends
AbstractAstReflection
Constructors
Constructor
ts
new RuneDslAstReflection(): RuneDslAstReflection;Returns
RuneDslAstReflection
Inherited from
ts
langium.AbstractAstReflection.constructorProperties
| Property | Modifier | Type | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|
allSubtypes | protected | Record<string, string[] | undefined> | - | langium.AbstractAstReflection.allSubtypes | node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:149 |
subtypes | protected | Record<string, Record<string, boolean | undefined>> | - | langium.AbstractAstReflection.subtypes | node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:148 |
types | readonly | { Annotation: { name: "Annotation"; properties: { attributes: { defaultValue: []; name: "attributes"; }; definition: { name: "definition"; }; name: { name: "name"; }; prefix: { name: "prefix"; }; }; superTypes: ["RosettaRootElement"]; }; AnnotationDeepPath: { name: "AnnotationDeepPath"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; operator: { name: "operator"; }; receiver: { name: "receiver"; }; }; superTypes: ["AnnotationPathExpression"]; }; AnnotationPath: { name: "AnnotationPath"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; operator: { name: "operator"; }; receiver: { name: "receiver"; }; }; superTypes: ["AnnotationPathExpression"]; }; AnnotationPathAttributeReference: { name: "AnnotationPathAttributeReference"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; }; superTypes: ["AnnotationPathExpression"]; }; AnnotationPathExpression: { name: "AnnotationPathExpression"; properties: { }; superTypes: []; }; AnnotationQualifier: { name: "AnnotationQualifier"; properties: { qualName: { name: "qualName"; }; qualPath: { name: "qualPath"; }; qualValue: { name: "qualValue"; }; }; superTypes: []; }; AnnotationRef: { name: "AnnotationRef"; properties: { annotation: { name: "annotation"; referenceType: "Annotation"; }; attribute: { name: "attribute"; referenceType: "Attribute"; }; qualifiers: { defaultValue: []; name: "qualifiers"; }; }; superTypes: []; }; ArithmeticOperation: { name: "ArithmeticOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; }; AsKeyOperation: { name: "AsKeyOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; AssignPathRoot: { name: "AssignPathRoot"; properties: { }; superTypes: []; }; Attribute: { name: "Attribute"; properties: { annotations: { defaultValue: []; name: "annotations"; }; card: { name: "card"; }; definition: { name: "definition"; }; labels: { defaultValue: []; name: "labels"; }; name: { name: "name"; }; override: { defaultValue: false; name: "override"; }; references: { defaultValue: []; name: "references"; }; ruleReferences: { defaultValue: []; name: "ruleReferences"; }; synonyms: { defaultValue: []; name: "synonyms"; }; typeCall: { name: "typeCall"; }; typeCallArgs: { defaultValue: []; name: "typeCallArgs"; }; }; superTypes: ["AssignPathRoot", "AttributeOrChoiceOption", "RosettaFeature", "RosettaSymbol", "RosettaTypedFeature"]; }; AttributeOrChoiceOption: { name: "AttributeOrChoiceOption"; properties: { }; superTypes: []; }; Choice: { name: "Choice"; properties: { annotations: { defaultValue: []; name: "annotations"; }; attributes: { defaultValue: []; name: "attributes"; }; definition: { name: "definition"; }; name: { name: "name"; }; synonyms: { defaultValue: []; name: "synonyms"; }; }; superTypes: ["DataOrChoice", "RosettaRootElement", "RosettaSymbol", "RosettaType", "SwitchCaseTarget"]; }; ChoiceOperation: { name: "ChoiceOperation"; properties: { argument: { name: "argument"; }; attributes: { defaultValue: []; name: "attributes"; referenceType: "Attribute"; }; necessity: { name: "necessity"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ChoiceOption: { name: "ChoiceOption"; properties: { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; labels: { defaultValue: []; name: "labels"; }; references: { defaultValue: []; name: "references"; }; ruleReferences: { defaultValue: []; name: "ruleReferences"; }; synonyms: { defaultValue: []; name: "synonyms"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["AttributeOrChoiceOption", "RosettaFeature"]; }; ClosureParameter: { name: "ClosureParameter"; properties: { name: { name: "name"; }; }; superTypes: ["RosettaSymbol"]; }; ComparisonOperation: { name: "ComparisonOperation"; properties: { cardMod: { name: "cardMod"; }; left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; }; Condition: { name: "Condition"; properties: { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; expression: { name: "expression"; }; name: { name: "name"; }; postCondition: { defaultValue: false; name: "postCondition"; }; references: { defaultValue: []; name: "references"; }; }; superTypes: []; }; ConstructorKeyValuePair: { name: "ConstructorKeyValuePair"; properties: { key: { name: "key"; referenceType: "RosettaFeature"; }; value: { name: "value"; }; }; superTypes: []; }; Data: { name: "Data"; properties: { annotations: { defaultValue: []; name: "annotations"; }; attributes: { defaultValue: []; name: "attributes"; }; conditions: { defaultValue: []; name: "conditions"; }; definition: { name: "definition"; }; name: { name: "name"; }; references: { defaultValue: []; name: "references"; }; superType: { name: "superType"; referenceType: "DataOrChoice"; }; synonyms: { defaultValue: []; name: "synonyms"; }; }; superTypes: ["DataOrChoice", "RosettaRootElement", "RosettaSymbol", "RosettaType", "SwitchCaseTarget"]; }; DataOrChoice: { name: "DataOrChoice"; properties: { }; superTypes: []; }; DefaultOperation: { name: "DefaultOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; }; DistinctOperation: { name: "DistinctOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; DocumentRationale: { name: "DocumentRationale"; properties: { rationale: { name: "rationale"; }; rationaleAuthor: { name: "rationaleAuthor"; }; }; superTypes: []; }; EqualityOperation: { name: "EqualityOperation"; properties: { cardMod: { name: "cardMod"; }; left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; }; FilterOperation: { name: "FilterOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; FirstOperation: { name: "FirstOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; FlattenOperation: { name: "FlattenOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; Import: { name: "Import"; properties: { importedNamespace: { name: "importedNamespace"; }; namespaceAlias: { name: "namespaceAlias"; }; }; superTypes: []; }; InlineFunction: { name: "InlineFunction"; properties: { body: { name: "body"; }; parameters: { defaultValue: []; name: "parameters"; }; }; superTypes: []; }; JoinOperation: { name: "JoinOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; }; LabelAnnotation: { name: "LabelAnnotation"; properties: { deprecatedAs: { defaultValue: false; name: "deprecatedAs"; }; label: { name: "label"; }; name: { name: "name"; }; path: { name: "path"; }; }; superTypes: []; }; LastOperation: { name: "LastOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ListLiteral: { name: "ListLiteral"; properties: { elements: { defaultValue: []; name: "elements"; }; }; superTypes: ["RosettaExpression"]; }; LogicalOperation: { name: "LogicalOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; }; MapOperation: { name: "MapOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; MaxOperation: { name: "MaxOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; MinOperation: { name: "MinOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; OneOfOperation: { name: "OneOfOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; Operation: { name: "Operation"; properties: { add: { defaultValue: false; name: "add"; }; assignRoot: { name: "assignRoot"; referenceType: "AssignPathRoot"; }; definition: { name: "definition"; }; expression: { name: "expression"; }; path: { name: "path"; }; }; superTypes: []; }; ReduceOperation: { name: "ReduceOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; RegulatoryDocumentReference: { name: "RegulatoryDocumentReference"; properties: { body: { name: "body"; referenceType: "RosettaBody"; }; corpusList: { defaultValue: []; name: "corpusList"; referenceType: "RosettaCorpus"; }; segments: { defaultValue: []; name: "segments"; }; }; superTypes: []; }; ReverseOperation: { name: "ReverseOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; RosettaAbsentExpression: { name: "RosettaAbsentExpression"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; RosettaAttributeReference: { name: "RosettaAttributeReference"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; receiver: { name: "receiver"; }; }; superTypes: []; }; RosettaBasicType: { name: "RosettaBasicType"; properties: { definition: { name: "definition"; }; name: { name: "name"; }; parameters: { defaultValue: []; name: "parameters"; }; }; superTypes: ["RosettaRootElement", "RosettaType"]; }; RosettaBody: { name: "RosettaBody"; properties: { bodyType: { name: "bodyType"; }; definition: { name: "definition"; }; name: { name: "name"; }; }; superTypes: ["RosettaRootElement"]; }; RosettaBooleanLiteral: { name: "RosettaBooleanLiteral"; properties: { value: { defaultValue: false; name: "value"; }; }; superTypes: ["RosettaLiteral"]; }; RosettaCallableWithArgs: { name: "RosettaCallableWithArgs"; properties: { }; superTypes: []; }; RosettaCardinality: { name: "RosettaCardinality"; properties: { inf: { name: "inf"; }; sup: { name: "sup"; }; unbounded: { defaultValue: false; name: "unbounded"; }; }; superTypes: []; }; RosettaClassSynonym: { name: "RosettaClassSynonym"; properties: { metaValue: { name: "metaValue"; }; sources: { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; }; value: { name: "value"; }; }; superTypes: []; }; RosettaConditionalExpression: { name: "RosettaConditionalExpression"; properties: { elsethen: { name: "elsethen"; }; full: { defaultValue: false; name: "full"; }; if: { name: "if"; }; ifthen: { name: "ifthen"; }; }; superTypes: ["RosettaExpression"]; }; RosettaConstructorExpression: { name: "RosettaConstructorExpression"; properties: { constructorTypeArgs: { defaultValue: []; name: "constructorTypeArgs"; }; implicitEmpty: { defaultValue: false; name: "implicitEmpty"; }; typeRef: { name: "typeRef"; }; values: { defaultValue: []; name: "values"; }; }; superTypes: ["RosettaExpression"]; }; RosettaContainsExpression: { name: "RosettaContainsExpression"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; }; RosettaCorpus: { name: "RosettaCorpus"; properties: { body: { name: "body"; referenceType: "RosettaBody"; }; corpusType: { name: "corpusType"; }; definition: { name: "definition"; }; displayName: { name: "displayName"; }; name: { name: "name"; }; }; superTypes: ["RosettaRootElement"]; }; RosettaCountOperation: { name: "RosettaCountOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; RosettaDataReference: { name: "RosettaDataReference"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; data: { name: "data"; referenceType: "DataOrChoice"; }; receiver: { name: "receiver"; }; }; superTypes: ["RosettaAttributeReference"]; }; RosettaDeepFeatureCall: { name: "RosettaDeepFeatureCall"; properties: { feature: { name: "feature"; referenceType: "Attribute"; }; receiver: { name: "receiver"; }; }; superTypes: ["RosettaExpression"]; }; RosettaDisjointExpression: { name: "RosettaDisjointExpression"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; }; RosettaDocReference: { name: "RosettaDocReference"; properties: { docReference: { name: "docReference"; }; name: { name: "name"; }; path: { name: "path"; }; provision: { name: "provision"; }; rationales: { defaultValue: []; name: "rationales"; }; reportedField: { defaultValue: false; name: "reportedField"; }; structuredProvision: { name: "structuredProvision"; }; }; superTypes: []; }; RosettaEnumeration: { name: "RosettaEnumeration"; properties: { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; enumValues: { defaultValue: []; name: "enumValues"; }; name: { name: "name"; }; parent: { name: "parent"; referenceType: "RosettaEnumeration"; }; references: { defaultValue: []; name: "references"; }; synonyms: { defaultValue: []; name: "synonyms"; }; }; superTypes: ["RosettaRootElement", "RosettaSymbol", "RosettaType", "SwitchCaseTarget"]; }; RosettaEnumSynonym: { name: "RosettaEnumSynonym"; properties: { definition: { name: "definition"; }; patternMatch: { name: "patternMatch"; }; patternReplace: { name: "patternReplace"; }; removeHtml: { defaultValue: false; name: "removeHtml"; }; sources: { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; }; synonymValue: { name: "synonymValue"; }; }; superTypes: []; }; RosettaEnumValue: { name: "RosettaEnumValue"; properties: { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; display: { name: "display"; }; enumSynonyms: { defaultValue: []; name: "enumSynonyms"; }; name: { name: "name"; }; references: { defaultValue: []; name: "references"; }; }; superTypes: ["RosettaFeature", "RosettaSymbol", "SwitchCaseTarget"]; }; RosettaEnumValueReference: { name: "RosettaEnumValueReference"; properties: { enumeration: { name: "enumeration"; referenceType: "RosettaEnumeration"; }; value: { name: "value"; referenceType: "RosettaEnumValue"; }; }; superTypes: ["RosettaMapTestExpression"]; }; RosettaExistsExpression: { name: "RosettaExistsExpression"; properties: { argument: { name: "argument"; }; modifier: { name: "modifier"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; RosettaExpression: { name: "RosettaExpression"; properties: { }; superTypes: []; }; RosettaExternalClass: { name: "RosettaExternalClass"; properties: { data: { name: "data"; referenceType: "DataOrChoice"; }; externalClassSynonyms: { defaultValue: []; name: "externalClassSynonyms"; }; regularAttributes: { defaultValue: []; name: "regularAttributes"; }; }; superTypes: []; }; RosettaExternalClassSynonym: { name: "RosettaExternalClassSynonym"; properties: { metaValue: { name: "metaValue"; }; value: { name: "value"; }; }; superTypes: []; }; RosettaExternalEnum: { name: "RosettaExternalEnum"; properties: { enumeration: { name: "enumeration"; referenceType: "RosettaEnumeration"; }; regularValues: { defaultValue: []; name: "regularValues"; }; }; superTypes: []; }; RosettaExternalEnumValue: { name: "RosettaExternalEnumValue"; properties: { enumRef: { name: "enumRef"; referenceType: "RosettaEnumValue"; }; externalEnumSynonyms: { defaultValue: []; name: "externalEnumSynonyms"; }; operator: { name: "operator"; }; }; superTypes: []; }; RosettaExternalFunction: { name: "RosettaExternalFunction"; properties: { definition: { name: "definition"; }; name: { name: "name"; }; parameters: { defaultValue: []; name: "parameters"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaCallableWithArgs", "RosettaRootElement", "RosettaSymbol"]; }; RosettaExternalRegularAttribute: { name: "RosettaExternalRegularAttribute"; properties: { attributeRef: { name: "attributeRef"; referenceType: "RosettaFeature"; }; externalRuleReferences: { defaultValue: []; name: "externalRuleReferences"; }; externalSynonyms: { defaultValue: []; name: "externalSynonyms"; }; operator: { name: "operator"; }; }; superTypes: []; }; RosettaExternalRuleSource: { name: "RosettaExternalRuleSource"; properties: { externalClasses: { defaultValue: []; name: "externalClasses"; }; externalEnums: { defaultValue: []; name: "externalEnums"; }; name: { name: "name"; }; superSources: { defaultValue: []; name: "superSources"; referenceType: "RosettaExternalRuleSource"; }; }; superTypes: ["RosettaRootElement"]; }; RosettaExternalSynonym: { name: "RosettaExternalSynonym"; properties: { body: { name: "body"; }; }; superTypes: []; }; RosettaFeature: { name: "RosettaFeature"; properties: { }; superTypes: []; }; RosettaFeatureCall: { name: "RosettaFeatureCall"; properties: { feature: { name: "feature"; referenceType: "RosettaFeature"; }; receiver: { name: "receiver"; }; }; superTypes: ["RosettaExpression"]; }; RosettaFunction: { name: "RosettaFunction"; properties: { annotations: { defaultValue: []; name: "annotations"; }; conditions: { defaultValue: []; name: "conditions"; }; definition: { name: "definition"; }; dispatchAttribute: { name: "dispatchAttribute"; referenceType: "Attribute"; }; dispatchValue: { name: "dispatchValue"; }; inputs: { defaultValue: []; name: "inputs"; }; name: { name: "name"; }; operations: { defaultValue: []; name: "operations"; }; output: { name: "output"; }; postConditions: { defaultValue: []; name: "postConditions"; }; references: { defaultValue: []; name: "references"; }; shortcuts: { defaultValue: []; name: "shortcuts"; }; superFunction: { name: "superFunction"; referenceType: "RosettaFunction"; }; }; superTypes: ["RosettaCallableWithArgs", "RosettaRootElement", "RosettaSymbol"]; }; RosettaImplicitVariable: { name: "RosettaImplicitVariable"; properties: { name: { name: "name"; }; }; superTypes: ["AnnotationPathExpression", "RosettaExpression"]; }; RosettaIntLiteral: { name: "RosettaIntLiteral"; properties: { value: { name: "value"; }; }; superTypes: ["RosettaLiteral"]; }; RosettaLiteral: { name: "RosettaLiteral"; properties: { }; superTypes: ["RosettaExpression", "RosettaMapTestExpression"]; }; RosettaMapPath: { name: "RosettaMapPath"; properties: { path: { name: "path"; }; }; superTypes: ["RosettaMapTest"]; }; RosettaMapPathValue: { name: "RosettaMapPathValue"; properties: { path: { name: "path"; }; }; superTypes: ["RosettaMapTestExpression"]; }; RosettaMapping: { name: "RosettaMapping"; properties: { instances: { defaultValue: []; name: "instances"; }; }; superTypes: []; }; RosettaMappingInstance: { name: "RosettaMappingInstance"; properties: { default: { defaultValue: false; name: "default"; }; set: { name: "set"; }; when: { name: "when"; }; }; superTypes: []; }; RosettaMappingPathTests: { name: "RosettaMappingPathTests"; properties: { tests: { defaultValue: []; name: "tests"; }; }; superTypes: []; }; RosettaMapRosettaPath: { name: "RosettaMapRosettaPath"; properties: { path: { name: "path"; }; }; superTypes: ["RosettaMapTest"]; }; RosettaMapTest: { name: "RosettaMapTest"; properties: { }; superTypes: []; }; RosettaMapTestAbsentExpression: { name: "RosettaMapTestAbsentExpression"; properties: { argument: { name: "argument"; }; }; superTypes: ["RosettaMapTestExpression"]; }; RosettaMapTestEqualityOperation: { name: "RosettaMapTestEqualityOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaMapTestExpression"]; }; RosettaMapTestExistsExpression: { name: "RosettaMapTestExistsExpression"; properties: { argument: { name: "argument"; }; }; superTypes: ["RosettaMapTestExpression"]; }; RosettaMapTestExpression: { name: "RosettaMapTestExpression"; properties: { }; superTypes: ["RosettaMapTest"]; }; RosettaMapTestFunc: { name: "RosettaMapTestFunc"; properties: { func: { name: "func"; referenceType: "RosettaCallableWithArgs"; }; predicatePath: { name: "predicatePath"; }; }; superTypes: ["RosettaMapTest"]; }; RosettaMergeSynonymValue: { name: "RosettaMergeSynonymValue"; properties: { excludePath: { name: "excludePath"; }; name: { name: "name"; }; }; superTypes: []; }; RosettaMetaType: { name: "RosettaMetaType"; properties: { name: { name: "name"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaFeature", "RosettaRootElement", "RosettaSymbol"]; }; RosettaModel: { name: "RosettaModel"; properties: { configurations: { defaultValue: []; name: "configurations"; }; definition: { name: "definition"; }; elements: { defaultValue: []; name: "elements"; }; imports: { defaultValue: []; name: "imports"; }; name: { name: "name"; }; overridden: { defaultValue: false; name: "overridden"; }; scope: { name: "scope"; }; version: { name: "version"; }; }; superTypes: []; }; RosettaNumberLiteral: { name: "RosettaNumberLiteral"; properties: { value: { name: "value"; }; }; superTypes: ["RosettaLiteral"]; }; RosettaOnlyElement: { name: "RosettaOnlyElement"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; RosettaOnlyExistsExpression: { name: "RosettaOnlyExistsExpression"; properties: { args: { defaultValue: []; name: "args"; }; argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; RosettaParameter: { name: "RosettaParameter"; properties: { isArray: { defaultValue: false; name: "isArray"; }; name: { name: "name"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaSymbol"]; }; RosettaQualifiableConfiguration: { name: "RosettaQualifiableConfiguration"; properties: { qType: { name: "qType"; }; rosettaClass: { name: "rosettaClass"; referenceType: "Data"; }; }; superTypes: []; }; RosettaRecordFeature: { name: "RosettaRecordFeature"; properties: { name: { name: "name"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaFeature", "RosettaTypedFeature"]; }; RosettaRecordType: { name: "RosettaRecordType"; properties: { definition: { name: "definition"; }; features: { defaultValue: []; name: "features"; }; name: { name: "name"; }; }; superTypes: ["RosettaRootElement", "RosettaType"]; }; RosettaReport: { name: "RosettaReport"; properties: { eligibilityRules: { defaultValue: []; name: "eligibilityRules"; referenceType: "RosettaRule"; }; inputType: { name: "inputType"; }; regulatoryBody: { name: "regulatoryBody"; }; reportingStandard: { name: "reportingStandard"; referenceType: "RosettaCorpus"; }; reportType: { name: "reportType"; referenceType: "Data"; }; ruleSource: { name: "ruleSource"; referenceType: "RosettaExternalRuleSource"; }; }; superTypes: ["RosettaRootElement"]; }; RosettaRootElement: { name: "RosettaRootElement"; properties: { }; superTypes: []; }; RosettaRule: { name: "RosettaRule"; properties: { definition: { name: "definition"; }; eligibility: { defaultValue: false; name: "eligibility"; }; expression: { name: "expression"; }; identifier: { name: "identifier"; }; input: { name: "input"; }; name: { name: "name"; }; references: { defaultValue: []; name: "references"; }; }; superTypes: ["RosettaCallableWithArgs", "RosettaRootElement", "RosettaSymbol"]; }; RosettaScope: { name: "RosettaScope"; properties: { definition: { name: "definition"; }; name: { name: "name"; }; }; superTypes: []; }; RosettaSegment: { name: "RosettaSegment"; properties: { name: { name: "name"; }; }; superTypes: ["RosettaRootElement"]; }; RosettaSegmentRef: { name: "RosettaSegmentRef"; properties: { segment: { name: "segment"; referenceType: "RosettaSegment"; }; segmentRef: { name: "segmentRef"; }; }; superTypes: []; }; RosettaStringLiteral: { name: "RosettaStringLiteral"; properties: { value: { name: "value"; }; }; superTypes: ["RosettaLiteral"]; }; RosettaSuperCall: { name: "RosettaSuperCall"; properties: { explicitArguments: { defaultValue: false; name: "explicitArguments"; }; name: { name: "name"; }; rawArgs: { defaultValue: []; name: "rawArgs"; }; }; superTypes: ["RosettaExpression"]; }; RosettaSymbol: { name: "RosettaSymbol"; properties: { }; superTypes: []; }; RosettaSymbolReference: { name: "RosettaSymbolReference"; properties: { explicitArguments: { defaultValue: false; name: "explicitArguments"; }; rawArgs: { defaultValue: []; name: "rawArgs"; }; symbol: { name: "symbol"; referenceType: "RosettaSymbol"; }; }; superTypes: ["RosettaExpression"]; }; RosettaSynonym: { name: "RosettaSynonym"; properties: { body: { name: "body"; }; sources: { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; }; }; superTypes: []; }; RosettaSynonymBody: { name: "RosettaSynonymBody"; properties: { format: { name: "format"; }; hints: { defaultValue: []; name: "hints"; }; mapper: { name: "mapper"; }; mappingLogic: { name: "mappingLogic"; }; merge: { name: "merge"; }; metaValues: { defaultValue: []; name: "metaValues"; }; patternMatch: { name: "patternMatch"; }; patternReplace: { name: "patternReplace"; }; removeHtml: { defaultValue: false; name: "removeHtml"; }; values: { defaultValue: []; name: "values"; }; }; superTypes: []; }; RosettaSynonymSource: { name: "RosettaSynonymSource"; properties: { externalClasses: { defaultValue: []; name: "externalClasses"; }; externalEnums: { defaultValue: []; name: "externalEnums"; }; name: { name: "name"; }; superSources: { defaultValue: []; name: "superSources"; referenceType: "RosettaSynonymSource"; }; }; superTypes: ["RosettaRootElement"]; }; RosettaSynonymValueBase: { name: "RosettaSynonymValueBase"; properties: { maps: { name: "maps"; }; name: { name: "name"; }; path: { name: "path"; }; refType: { name: "refType"; }; value: { name: "value"; }; }; superTypes: []; }; RosettaType: { name: "RosettaType"; properties: { }; superTypes: []; }; RosettaTypeAlias: { name: "RosettaTypeAlias"; properties: { conditions: { defaultValue: []; name: "conditions"; }; definition: { name: "definition"; }; name: { name: "name"; }; parameters: { defaultValue: []; name: "parameters"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaRootElement", "RosettaType"]; }; RosettaTypedFeature: { name: "RosettaTypedFeature"; properties: { }; superTypes: []; }; RuleReferenceAnnotation: { name: "RuleReferenceAnnotation"; properties: { empty: { defaultValue: false; name: "empty"; }; name: { name: "name"; }; path: { name: "path"; }; reportingRule: { name: "reportingRule"; referenceType: "RosettaRule"; }; }; superTypes: []; }; Segment: { name: "Segment"; properties: { feature: { name: "feature"; referenceType: "RosettaTypedFeature"; }; next: { name: "next"; }; }; superTypes: []; }; ShortcutDeclaration: { name: "ShortcutDeclaration"; properties: { definition: { name: "definition"; }; expression: { name: "expression"; }; name: { name: "name"; }; }; superTypes: ["AssignPathRoot", "RosettaSymbol"]; }; SortOperation: { name: "SortOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; SumOperation: { name: "SumOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; SwitchCaseGuard: { name: "SwitchCaseGuard"; properties: { literalGuard: { name: "literalGuard"; }; referenceGuard: { name: "referenceGuard"; referenceType: "SwitchCaseTarget"; }; }; superTypes: []; }; SwitchCaseOrDefault: { name: "SwitchCaseOrDefault"; properties: { expression: { name: "expression"; }; guard: { name: "guard"; }; }; superTypes: []; }; SwitchCaseTarget: { name: "SwitchCaseTarget"; properties: { }; superTypes: []; }; SwitchOperation: { name: "SwitchOperation"; properties: { argument: { name: "argument"; }; cases: { defaultValue: []; name: "cases"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ThenOperation: { name: "ThenOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ToDateOperation: { name: "ToDateOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ToDateTimeOperation: { name: "ToDateTimeOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ToEnumOperation: { name: "ToEnumOperation"; properties: { argument: { name: "argument"; }; enumeration: { name: "enumeration"; referenceType: "RosettaEnumeration"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ToIntOperation: { name: "ToIntOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ToNumberOperation: { name: "ToNumberOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ToStringOperation: { name: "ToStringOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ToTimeOperation: { name: "ToTimeOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; ToZonedDateTimeOperation: { name: "ToZonedDateTimeOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; TypeCall: { name: "TypeCall"; properties: { arguments: { defaultValue: []; name: "arguments"; }; type: { name: "type"; referenceType: "RosettaType"; }; }; superTypes: []; }; TypeCallArgument: { name: "TypeCallArgument"; properties: { parameter: { name: "parameter"; referenceType: "TypeParameter"; }; value: { name: "value"; }; }; superTypes: []; }; TypeParameter: { name: "TypeParameter"; properties: { definition: { name: "definition"; }; name: { name: "name"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaSymbol"]; }; WithMetaEntry: { name: "WithMetaEntry"; properties: { key: { name: "key"; referenceType: "RosettaFeature"; }; value: { name: "value"; }; }; superTypes: []; }; WithMetaOperation: { name: "WithMetaOperation"; properties: { argument: { name: "argument"; }; entries: { defaultValue: []; name: "entries"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; }; } | langium.AbstractAstReflection.types | - | packages/core/src/generated/ast.ts:5952 |
types.Annotation | readonly | { name: "Annotation"; properties: { attributes: { defaultValue: []; name: "attributes"; }; definition: { name: "definition"; }; name: { name: "name"; }; prefix: { name: "prefix"; }; }; superTypes: ["RosettaRootElement"]; } | - | - | packages/core/src/generated/ast.ts:5953 |
types.Annotation.name | readonly | "Annotation" | - | - | packages/core/src/generated/ast.ts:5954 |
types.Annotation.properties | readonly | { attributes: { defaultValue: []; name: "attributes"; }; definition: { name: "definition"; }; name: { name: "name"; }; prefix: { name: "prefix"; }; } | - | - | packages/core/src/generated/ast.ts:5955 |
types.Annotation.properties.attributes | readonly | { defaultValue: []; name: "attributes"; } | - | - | packages/core/src/generated/ast.ts:5956 |
types.Annotation.properties.attributes.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:5958 |
types.Annotation.properties.attributes.name | readonly | "attributes" | - | - | packages/core/src/generated/ast.ts:5957 |
types.Annotation.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:5960 |
types.Annotation.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:5961 |
types.Annotation.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:5963 |
types.Annotation.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:5964 |
types.Annotation.properties.prefix | readonly | { name: "prefix"; } | - | - | packages/core/src/generated/ast.ts:5966 |
types.Annotation.properties.prefix.name | readonly | "prefix" | - | - | packages/core/src/generated/ast.ts:5967 |
types.Annotation.superTypes | readonly | ["RosettaRootElement"] | - | - | packages/core/src/generated/ast.ts:5970 |
types.AnnotationDeepPath | readonly | { name: "AnnotationDeepPath"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; operator: { name: "operator"; }; receiver: { name: "receiver"; }; }; superTypes: ["AnnotationPathExpression"]; } | - | - | packages/core/src/generated/ast.ts:5972 |
types.AnnotationDeepPath.name | readonly | "AnnotationDeepPath" | - | - | packages/core/src/generated/ast.ts:5973 |
types.AnnotationDeepPath.properties | readonly | { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; operator: { name: "operator"; }; receiver: { name: "receiver"; }; } | - | - | packages/core/src/generated/ast.ts:5974 |
types.AnnotationDeepPath.properties.attribute | readonly | { name: "attribute"; referenceType: "AttributeOrChoiceOption"; } | - | - | packages/core/src/generated/ast.ts:5975 |
types.AnnotationDeepPath.properties.attribute.name | readonly | "attribute" | - | - | packages/core/src/generated/ast.ts:5976 |
types.AnnotationDeepPath.properties.attribute.referenceType | readonly | "AttributeOrChoiceOption" | - | - | packages/core/src/generated/ast.ts:5977 |
types.AnnotationDeepPath.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:5979 |
types.AnnotationDeepPath.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:5980 |
types.AnnotationDeepPath.properties.receiver | readonly | { name: "receiver"; } | - | - | packages/core/src/generated/ast.ts:5982 |
types.AnnotationDeepPath.properties.receiver.name | readonly | "receiver" | - | - | packages/core/src/generated/ast.ts:5983 |
types.AnnotationDeepPath.superTypes | readonly | ["AnnotationPathExpression"] | - | - | packages/core/src/generated/ast.ts:5986 |
types.AnnotationPath | readonly | { name: "AnnotationPath"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; operator: { name: "operator"; }; receiver: { name: "receiver"; }; }; superTypes: ["AnnotationPathExpression"]; } | - | - | packages/core/src/generated/ast.ts:5988 |
types.AnnotationPath.name | readonly | "AnnotationPath" | - | - | packages/core/src/generated/ast.ts:5989 |
types.AnnotationPath.properties | readonly | { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; operator: { name: "operator"; }; receiver: { name: "receiver"; }; } | - | - | packages/core/src/generated/ast.ts:5990 |
types.AnnotationPath.properties.attribute | readonly | { name: "attribute"; referenceType: "AttributeOrChoiceOption"; } | - | - | packages/core/src/generated/ast.ts:5991 |
types.AnnotationPath.properties.attribute.name | readonly | "attribute" | - | - | packages/core/src/generated/ast.ts:5992 |
types.AnnotationPath.properties.attribute.referenceType | readonly | "AttributeOrChoiceOption" | - | - | packages/core/src/generated/ast.ts:5993 |
types.AnnotationPath.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:5995 |
types.AnnotationPath.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:5996 |
types.AnnotationPath.properties.receiver | readonly | { name: "receiver"; } | - | - | packages/core/src/generated/ast.ts:5998 |
types.AnnotationPath.properties.receiver.name | readonly | "receiver" | - | - | packages/core/src/generated/ast.ts:5999 |
types.AnnotationPath.superTypes | readonly | ["AnnotationPathExpression"] | - | - | packages/core/src/generated/ast.ts:6002 |
types.AnnotationPathAttributeReference | readonly | { name: "AnnotationPathAttributeReference"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; }; superTypes: ["AnnotationPathExpression"]; } | - | - | packages/core/src/generated/ast.ts:6004 |
types.AnnotationPathAttributeReference.name | readonly | "AnnotationPathAttributeReference" | - | - | packages/core/src/generated/ast.ts:6005 |
types.AnnotationPathAttributeReference.properties | readonly | { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; } | - | - | packages/core/src/generated/ast.ts:6006 |
types.AnnotationPathAttributeReference.properties.attribute | readonly | { name: "attribute"; referenceType: "AttributeOrChoiceOption"; } | - | - | packages/core/src/generated/ast.ts:6007 |
types.AnnotationPathAttributeReference.properties.attribute.name | readonly | "attribute" | - | - | packages/core/src/generated/ast.ts:6008 |
types.AnnotationPathAttributeReference.properties.attribute.referenceType | readonly | "AttributeOrChoiceOption" | - | - | packages/core/src/generated/ast.ts:6009 |
types.AnnotationPathAttributeReference.superTypes | readonly | ["AnnotationPathExpression"] | - | - | packages/core/src/generated/ast.ts:6012 |
types.AnnotationPathExpression | readonly | { name: "AnnotationPathExpression"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6014 |
types.AnnotationPathExpression.name | readonly | "AnnotationPathExpression" | - | - | packages/core/src/generated/ast.ts:6015 |
types.AnnotationPathExpression.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:6016 |
types.AnnotationPathExpression.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6017 |
types.AnnotationQualifier | readonly | { name: "AnnotationQualifier"; properties: { qualName: { name: "qualName"; }; qualPath: { name: "qualPath"; }; qualValue: { name: "qualValue"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6019 |
types.AnnotationQualifier.name | readonly | "AnnotationQualifier" | - | - | packages/core/src/generated/ast.ts:6020 |
types.AnnotationQualifier.properties | readonly | { qualName: { name: "qualName"; }; qualPath: { name: "qualPath"; }; qualValue: { name: "qualValue"; }; } | - | - | packages/core/src/generated/ast.ts:6021 |
types.AnnotationQualifier.properties.qualName | readonly | { name: "qualName"; } | - | - | packages/core/src/generated/ast.ts:6022 |
types.AnnotationQualifier.properties.qualName.name | readonly | "qualName" | - | - | packages/core/src/generated/ast.ts:6023 |
types.AnnotationQualifier.properties.qualPath | readonly | { name: "qualPath"; } | - | - | packages/core/src/generated/ast.ts:6025 |
types.AnnotationQualifier.properties.qualPath.name | readonly | "qualPath" | - | - | packages/core/src/generated/ast.ts:6026 |
types.AnnotationQualifier.properties.qualValue | readonly | { name: "qualValue"; } | - | - | packages/core/src/generated/ast.ts:6028 |
types.AnnotationQualifier.properties.qualValue.name | readonly | "qualValue" | - | - | packages/core/src/generated/ast.ts:6029 |
types.AnnotationQualifier.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6032 |
types.AnnotationRef | readonly | { name: "AnnotationRef"; properties: { annotation: { name: "annotation"; referenceType: "Annotation"; }; attribute: { name: "attribute"; referenceType: "Attribute"; }; qualifiers: { defaultValue: []; name: "qualifiers"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6034 |
types.AnnotationRef.name | readonly | "AnnotationRef" | - | - | packages/core/src/generated/ast.ts:6035 |
types.AnnotationRef.properties | readonly | { annotation: { name: "annotation"; referenceType: "Annotation"; }; attribute: { name: "attribute"; referenceType: "Attribute"; }; qualifiers: { defaultValue: []; name: "qualifiers"; }; } | - | - | packages/core/src/generated/ast.ts:6036 |
types.AnnotationRef.properties.annotation | readonly | { name: "annotation"; referenceType: "Annotation"; } | - | - | packages/core/src/generated/ast.ts:6037 |
types.AnnotationRef.properties.annotation.name | readonly | "annotation" | - | - | packages/core/src/generated/ast.ts:6038 |
types.AnnotationRef.properties.annotation.referenceType | readonly | "Annotation" | - | - | packages/core/src/generated/ast.ts:6039 |
types.AnnotationRef.properties.attribute | readonly | { name: "attribute"; referenceType: "Attribute"; } | - | - | packages/core/src/generated/ast.ts:6041 |
types.AnnotationRef.properties.attribute.name | readonly | "attribute" | - | - | packages/core/src/generated/ast.ts:6042 |
types.AnnotationRef.properties.attribute.referenceType | readonly | "Attribute" | - | - | packages/core/src/generated/ast.ts:6043 |
types.AnnotationRef.properties.qualifiers | readonly | { defaultValue: []; name: "qualifiers"; } | - | - | packages/core/src/generated/ast.ts:6045 |
types.AnnotationRef.properties.qualifiers.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6047 |
types.AnnotationRef.properties.qualifiers.name | readonly | "qualifiers" | - | - | packages/core/src/generated/ast.ts:6046 |
types.AnnotationRef.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6050 |
types.ArithmeticOperation | readonly | { name: "ArithmeticOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6052 |
types.ArithmeticOperation.name | readonly | "ArithmeticOperation" | - | - | packages/core/src/generated/ast.ts:6053 |
types.ArithmeticOperation.properties | readonly | { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; } | - | - | packages/core/src/generated/ast.ts:6054 |
types.ArithmeticOperation.properties.left | readonly | { name: "left"; } | - | - | packages/core/src/generated/ast.ts:6055 |
types.ArithmeticOperation.properties.left.name | readonly | "left" | - | - | packages/core/src/generated/ast.ts:6056 |
types.ArithmeticOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6058 |
types.ArithmeticOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6059 |
types.ArithmeticOperation.properties.right | readonly | { name: "right"; } | - | - | packages/core/src/generated/ast.ts:6061 |
types.ArithmeticOperation.properties.right.name | readonly | "right" | - | - | packages/core/src/generated/ast.ts:6062 |
types.ArithmeticOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6065 |
types.AsKeyOperation | readonly | { name: "AsKeyOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6067 |
types.AsKeyOperation.name | readonly | "AsKeyOperation" | - | - | packages/core/src/generated/ast.ts:6068 |
types.AsKeyOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6069 |
types.AsKeyOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6070 |
types.AsKeyOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6071 |
types.AsKeyOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6073 |
types.AsKeyOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6074 |
types.AsKeyOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6077 |
types.AssignPathRoot | readonly | { name: "AssignPathRoot"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6079 |
types.AssignPathRoot.name | readonly | "AssignPathRoot" | - | - | packages/core/src/generated/ast.ts:6080 |
types.AssignPathRoot.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:6081 |
types.AssignPathRoot.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6082 |
types.Attribute | readonly | { name: "Attribute"; properties: { annotations: { defaultValue: []; name: "annotations"; }; card: { name: "card"; }; definition: { name: "definition"; }; labels: { defaultValue: []; name: "labels"; }; name: { name: "name"; }; override: { defaultValue: false; name: "override"; }; references: { defaultValue: []; name: "references"; }; ruleReferences: { defaultValue: []; name: "ruleReferences"; }; synonyms: { defaultValue: []; name: "synonyms"; }; typeCall: { name: "typeCall"; }; typeCallArgs: { defaultValue: []; name: "typeCallArgs"; }; }; superTypes: ["AssignPathRoot", "AttributeOrChoiceOption", "RosettaFeature", "RosettaSymbol", "RosettaTypedFeature"]; } | - | - | packages/core/src/generated/ast.ts:6084 |
types.Attribute.name | readonly | "Attribute" | - | - | packages/core/src/generated/ast.ts:6085 |
types.Attribute.properties | readonly | { annotations: { defaultValue: []; name: "annotations"; }; card: { name: "card"; }; definition: { name: "definition"; }; labels: { defaultValue: []; name: "labels"; }; name: { name: "name"; }; override: { defaultValue: false; name: "override"; }; references: { defaultValue: []; name: "references"; }; ruleReferences: { defaultValue: []; name: "ruleReferences"; }; synonyms: { defaultValue: []; name: "synonyms"; }; typeCall: { name: "typeCall"; }; typeCallArgs: { defaultValue: []; name: "typeCallArgs"; }; } | - | - | packages/core/src/generated/ast.ts:6086 |
types.Attribute.properties.annotations | readonly | { defaultValue: []; name: "annotations"; } | - | - | packages/core/src/generated/ast.ts:6087 |
types.Attribute.properties.annotations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6089 |
types.Attribute.properties.annotations.name | readonly | "annotations" | - | - | packages/core/src/generated/ast.ts:6088 |
types.Attribute.properties.card | readonly | { name: "card"; } | - | - | packages/core/src/generated/ast.ts:6091 |
types.Attribute.properties.card.name | readonly | "card" | - | - | packages/core/src/generated/ast.ts:6092 |
types.Attribute.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6094 |
types.Attribute.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6095 |
types.Attribute.properties.labels | readonly | { defaultValue: []; name: "labels"; } | - | - | packages/core/src/generated/ast.ts:6097 |
types.Attribute.properties.labels.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6099 |
types.Attribute.properties.labels.name | readonly | "labels" | - | - | packages/core/src/generated/ast.ts:6098 |
types.Attribute.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6101 |
types.Attribute.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6102 |
types.Attribute.properties.override | readonly | { defaultValue: false; name: "override"; } | - | - | packages/core/src/generated/ast.ts:6104 |
types.Attribute.properties.override.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6106 |
types.Attribute.properties.override.name | readonly | "override" | - | - | packages/core/src/generated/ast.ts:6105 |
types.Attribute.properties.references | readonly | { defaultValue: []; name: "references"; } | - | - | packages/core/src/generated/ast.ts:6108 |
types.Attribute.properties.references.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6110 |
types.Attribute.properties.references.name | readonly | "references" | - | - | packages/core/src/generated/ast.ts:6109 |
types.Attribute.properties.ruleReferences | readonly | { defaultValue: []; name: "ruleReferences"; } | - | - | packages/core/src/generated/ast.ts:6112 |
types.Attribute.properties.ruleReferences.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6114 |
types.Attribute.properties.ruleReferences.name | readonly | "ruleReferences" | - | - | packages/core/src/generated/ast.ts:6113 |
types.Attribute.properties.synonyms | readonly | { defaultValue: []; name: "synonyms"; } | - | - | packages/core/src/generated/ast.ts:6116 |
types.Attribute.properties.synonyms.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6118 |
types.Attribute.properties.synonyms.name | readonly | "synonyms" | - | - | packages/core/src/generated/ast.ts:6117 |
types.Attribute.properties.typeCall | readonly | { name: "typeCall"; } | - | - | packages/core/src/generated/ast.ts:6120 |
types.Attribute.properties.typeCall.name | readonly | "typeCall" | - | - | packages/core/src/generated/ast.ts:6121 |
types.Attribute.properties.typeCallArgs | readonly | { defaultValue: []; name: "typeCallArgs"; } | - | - | packages/core/src/generated/ast.ts:6123 |
types.Attribute.properties.typeCallArgs.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6125 |
types.Attribute.properties.typeCallArgs.name | readonly | "typeCallArgs" | - | - | packages/core/src/generated/ast.ts:6124 |
types.Attribute.superTypes | readonly | ["AssignPathRoot", "AttributeOrChoiceOption", "RosettaFeature", "RosettaSymbol", "RosettaTypedFeature"] | - | - | packages/core/src/generated/ast.ts:6128 |
types.AttributeOrChoiceOption | readonly | { name: "AttributeOrChoiceOption"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6136 |
types.AttributeOrChoiceOption.name | readonly | "AttributeOrChoiceOption" | - | - | packages/core/src/generated/ast.ts:6137 |
types.AttributeOrChoiceOption.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:6138 |
types.AttributeOrChoiceOption.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6139 |
types.Choice | readonly | { name: "Choice"; properties: { annotations: { defaultValue: []; name: "annotations"; }; attributes: { defaultValue: []; name: "attributes"; }; definition: { name: "definition"; }; name: { name: "name"; }; synonyms: { defaultValue: []; name: "synonyms"; }; }; superTypes: ["DataOrChoice", "RosettaRootElement", "RosettaSymbol", "RosettaType", "SwitchCaseTarget"]; } | - | - | packages/core/src/generated/ast.ts:6141 |
types.Choice.name | readonly | "Choice" | - | - | packages/core/src/generated/ast.ts:6142 |
types.Choice.properties | readonly | { annotations: { defaultValue: []; name: "annotations"; }; attributes: { defaultValue: []; name: "attributes"; }; definition: { name: "definition"; }; name: { name: "name"; }; synonyms: { defaultValue: []; name: "synonyms"; }; } | - | - | packages/core/src/generated/ast.ts:6143 |
types.Choice.properties.annotations | readonly | { defaultValue: []; name: "annotations"; } | - | - | packages/core/src/generated/ast.ts:6144 |
types.Choice.properties.annotations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6146 |
types.Choice.properties.annotations.name | readonly | "annotations" | - | - | packages/core/src/generated/ast.ts:6145 |
types.Choice.properties.attributes | readonly | { defaultValue: []; name: "attributes"; } | - | - | packages/core/src/generated/ast.ts:6148 |
types.Choice.properties.attributes.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6150 |
types.Choice.properties.attributes.name | readonly | "attributes" | - | - | packages/core/src/generated/ast.ts:6149 |
types.Choice.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6152 |
types.Choice.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6153 |
types.Choice.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6155 |
types.Choice.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6156 |
types.Choice.properties.synonyms | readonly | { defaultValue: []; name: "synonyms"; } | - | - | packages/core/src/generated/ast.ts:6158 |
types.Choice.properties.synonyms.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6160 |
types.Choice.properties.synonyms.name | readonly | "synonyms" | - | - | packages/core/src/generated/ast.ts:6159 |
types.Choice.superTypes | readonly | ["DataOrChoice", "RosettaRootElement", "RosettaSymbol", "RosettaType", "SwitchCaseTarget"] | - | - | packages/core/src/generated/ast.ts:6163 |
types.ChoiceOperation | readonly | { name: "ChoiceOperation"; properties: { argument: { name: "argument"; }; attributes: { defaultValue: []; name: "attributes"; referenceType: "Attribute"; }; necessity: { name: "necessity"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6171 |
types.ChoiceOperation.name | readonly | "ChoiceOperation" | - | - | packages/core/src/generated/ast.ts:6172 |
types.ChoiceOperation.properties | readonly | { argument: { name: "argument"; }; attributes: { defaultValue: []; name: "attributes"; referenceType: "Attribute"; }; necessity: { name: "necessity"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6173 |
types.ChoiceOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6174 |
types.ChoiceOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6175 |
types.ChoiceOperation.properties.attributes | readonly | { defaultValue: []; name: "attributes"; referenceType: "Attribute"; } | - | - | packages/core/src/generated/ast.ts:6177 |
types.ChoiceOperation.properties.attributes.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6179 |
types.ChoiceOperation.properties.attributes.name | readonly | "attributes" | - | - | packages/core/src/generated/ast.ts:6178 |
types.ChoiceOperation.properties.attributes.referenceType | readonly | "Attribute" | - | - | packages/core/src/generated/ast.ts:6180 |
types.ChoiceOperation.properties.necessity | readonly | { name: "necessity"; } | - | - | packages/core/src/generated/ast.ts:6182 |
types.ChoiceOperation.properties.necessity.name | readonly | "necessity" | - | - | packages/core/src/generated/ast.ts:6183 |
types.ChoiceOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6185 |
types.ChoiceOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6186 |
types.ChoiceOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6189 |
types.ChoiceOption | readonly | { name: "ChoiceOption"; properties: { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; labels: { defaultValue: []; name: "labels"; }; references: { defaultValue: []; name: "references"; }; ruleReferences: { defaultValue: []; name: "ruleReferences"; }; synonyms: { defaultValue: []; name: "synonyms"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["AttributeOrChoiceOption", "RosettaFeature"]; } | - | - | packages/core/src/generated/ast.ts:6191 |
types.ChoiceOption.name | readonly | "ChoiceOption" | - | - | packages/core/src/generated/ast.ts:6192 |
types.ChoiceOption.properties | readonly | { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; labels: { defaultValue: []; name: "labels"; }; references: { defaultValue: []; name: "references"; }; ruleReferences: { defaultValue: []; name: "ruleReferences"; }; synonyms: { defaultValue: []; name: "synonyms"; }; typeCall: { name: "typeCall"; }; } | - | - | packages/core/src/generated/ast.ts:6193 |
types.ChoiceOption.properties.annotations | readonly | { defaultValue: []; name: "annotations"; } | - | - | packages/core/src/generated/ast.ts:6194 |
types.ChoiceOption.properties.annotations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6196 |
types.ChoiceOption.properties.annotations.name | readonly | "annotations" | - | - | packages/core/src/generated/ast.ts:6195 |
types.ChoiceOption.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6198 |
types.ChoiceOption.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6199 |
types.ChoiceOption.properties.labels | readonly | { defaultValue: []; name: "labels"; } | - | - | packages/core/src/generated/ast.ts:6201 |
types.ChoiceOption.properties.labels.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6203 |
types.ChoiceOption.properties.labels.name | readonly | "labels" | - | - | packages/core/src/generated/ast.ts:6202 |
types.ChoiceOption.properties.references | readonly | { defaultValue: []; name: "references"; } | - | - | packages/core/src/generated/ast.ts:6205 |
types.ChoiceOption.properties.references.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6207 |
types.ChoiceOption.properties.references.name | readonly | "references" | - | - | packages/core/src/generated/ast.ts:6206 |
types.ChoiceOption.properties.ruleReferences | readonly | { defaultValue: []; name: "ruleReferences"; } | - | - | packages/core/src/generated/ast.ts:6209 |
types.ChoiceOption.properties.ruleReferences.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6211 |
types.ChoiceOption.properties.ruleReferences.name | readonly | "ruleReferences" | - | - | packages/core/src/generated/ast.ts:6210 |
types.ChoiceOption.properties.synonyms | readonly | { defaultValue: []; name: "synonyms"; } | - | - | packages/core/src/generated/ast.ts:6213 |
types.ChoiceOption.properties.synonyms.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6215 |
types.ChoiceOption.properties.synonyms.name | readonly | "synonyms" | - | - | packages/core/src/generated/ast.ts:6214 |
types.ChoiceOption.properties.typeCall | readonly | { name: "typeCall"; } | - | - | packages/core/src/generated/ast.ts:6217 |
types.ChoiceOption.properties.typeCall.name | readonly | "typeCall" | - | - | packages/core/src/generated/ast.ts:6218 |
types.ChoiceOption.superTypes | readonly | ["AttributeOrChoiceOption", "RosettaFeature"] | - | - | packages/core/src/generated/ast.ts:6221 |
types.ClosureParameter | readonly | { name: "ClosureParameter"; properties: { name: { name: "name"; }; }; superTypes: ["RosettaSymbol"]; } | - | - | packages/core/src/generated/ast.ts:6223 |
types.ClosureParameter.name | readonly | "ClosureParameter" | - | - | packages/core/src/generated/ast.ts:6224 |
types.ClosureParameter.properties | readonly | { name: { name: "name"; }; } | - | - | packages/core/src/generated/ast.ts:6225 |
types.ClosureParameter.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6226 |
types.ClosureParameter.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6227 |
types.ClosureParameter.superTypes | readonly | ["RosettaSymbol"] | - | - | packages/core/src/generated/ast.ts:6230 |
types.ComparisonOperation | readonly | { name: "ComparisonOperation"; properties: { cardMod: { name: "cardMod"; }; left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6232 |
types.ComparisonOperation.name | readonly | "ComparisonOperation" | - | - | packages/core/src/generated/ast.ts:6233 |
types.ComparisonOperation.properties | readonly | { cardMod: { name: "cardMod"; }; left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; } | - | - | packages/core/src/generated/ast.ts:6234 |
types.ComparisonOperation.properties.cardMod | readonly | { name: "cardMod"; } | - | - | packages/core/src/generated/ast.ts:6235 |
types.ComparisonOperation.properties.cardMod.name | readonly | "cardMod" | - | - | packages/core/src/generated/ast.ts:6236 |
types.ComparisonOperation.properties.left | readonly | { name: "left"; } | - | - | packages/core/src/generated/ast.ts:6238 |
types.ComparisonOperation.properties.left.name | readonly | "left" | - | - | packages/core/src/generated/ast.ts:6239 |
types.ComparisonOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6241 |
types.ComparisonOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6242 |
types.ComparisonOperation.properties.right | readonly | { name: "right"; } | - | - | packages/core/src/generated/ast.ts:6244 |
types.ComparisonOperation.properties.right.name | readonly | "right" | - | - | packages/core/src/generated/ast.ts:6245 |
types.ComparisonOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6248 |
types.Condition | readonly | { name: "Condition"; properties: { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; expression: { name: "expression"; }; name: { name: "name"; }; postCondition: { defaultValue: false; name: "postCondition"; }; references: { defaultValue: []; name: "references"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6250 |
types.Condition.name | readonly | "Condition" | - | - | packages/core/src/generated/ast.ts:6251 |
types.Condition.properties | readonly | { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; expression: { name: "expression"; }; name: { name: "name"; }; postCondition: { defaultValue: false; name: "postCondition"; }; references: { defaultValue: []; name: "references"; }; } | - | - | packages/core/src/generated/ast.ts:6252 |
types.Condition.properties.annotations | readonly | { defaultValue: []; name: "annotations"; } | - | - | packages/core/src/generated/ast.ts:6253 |
types.Condition.properties.annotations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6255 |
types.Condition.properties.annotations.name | readonly | "annotations" | - | - | packages/core/src/generated/ast.ts:6254 |
types.Condition.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6257 |
types.Condition.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6258 |
types.Condition.properties.expression | readonly | { name: "expression"; } | - | - | packages/core/src/generated/ast.ts:6260 |
types.Condition.properties.expression.name | readonly | "expression" | - | - | packages/core/src/generated/ast.ts:6261 |
types.Condition.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6263 |
types.Condition.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6264 |
types.Condition.properties.postCondition | readonly | { defaultValue: false; name: "postCondition"; } | - | - | packages/core/src/generated/ast.ts:6266 |
types.Condition.properties.postCondition.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6268 |
types.Condition.properties.postCondition.name | readonly | "postCondition" | - | - | packages/core/src/generated/ast.ts:6267 |
types.Condition.properties.references | readonly | { defaultValue: []; name: "references"; } | - | - | packages/core/src/generated/ast.ts:6270 |
types.Condition.properties.references.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6272 |
types.Condition.properties.references.name | readonly | "references" | - | - | packages/core/src/generated/ast.ts:6271 |
types.Condition.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6275 |
types.ConstructorKeyValuePair | readonly | { name: "ConstructorKeyValuePair"; properties: { key: { name: "key"; referenceType: "RosettaFeature"; }; value: { name: "value"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6277 |
types.ConstructorKeyValuePair.name | readonly | "ConstructorKeyValuePair" | - | - | packages/core/src/generated/ast.ts:6278 |
types.ConstructorKeyValuePair.properties | readonly | { key: { name: "key"; referenceType: "RosettaFeature"; }; value: { name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:6279 |
types.ConstructorKeyValuePair.properties.key | readonly | { name: "key"; referenceType: "RosettaFeature"; } | - | - | packages/core/src/generated/ast.ts:6280 |
types.ConstructorKeyValuePair.properties.key.name | readonly | "key" | - | - | packages/core/src/generated/ast.ts:6281 |
types.ConstructorKeyValuePair.properties.key.referenceType | readonly | "RosettaFeature" | - | - | packages/core/src/generated/ast.ts:6282 |
types.ConstructorKeyValuePair.properties.value | readonly | { name: "value"; } | - | - | packages/core/src/generated/ast.ts:6284 |
types.ConstructorKeyValuePair.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:6285 |
types.ConstructorKeyValuePair.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6288 |
types.Data | readonly | { name: "Data"; properties: { annotations: { defaultValue: []; name: "annotations"; }; attributes: { defaultValue: []; name: "attributes"; }; conditions: { defaultValue: []; name: "conditions"; }; definition: { name: "definition"; }; name: { name: "name"; }; references: { defaultValue: []; name: "references"; }; superType: { name: "superType"; referenceType: "DataOrChoice"; }; synonyms: { defaultValue: []; name: "synonyms"; }; }; superTypes: ["DataOrChoice", "RosettaRootElement", "RosettaSymbol", "RosettaType", "SwitchCaseTarget"]; } | - | - | packages/core/src/generated/ast.ts:6290 |
types.Data.name | readonly | "Data" | - | - | packages/core/src/generated/ast.ts:6291 |
types.Data.properties | readonly | { annotations: { defaultValue: []; name: "annotations"; }; attributes: { defaultValue: []; name: "attributes"; }; conditions: { defaultValue: []; name: "conditions"; }; definition: { name: "definition"; }; name: { name: "name"; }; references: { defaultValue: []; name: "references"; }; superType: { name: "superType"; referenceType: "DataOrChoice"; }; synonyms: { defaultValue: []; name: "synonyms"; }; } | - | - | packages/core/src/generated/ast.ts:6292 |
types.Data.properties.annotations | readonly | { defaultValue: []; name: "annotations"; } | - | - | packages/core/src/generated/ast.ts:6293 |
types.Data.properties.annotations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6295 |
types.Data.properties.annotations.name | readonly | "annotations" | - | - | packages/core/src/generated/ast.ts:6294 |
types.Data.properties.attributes | readonly | { defaultValue: []; name: "attributes"; } | - | - | packages/core/src/generated/ast.ts:6297 |
types.Data.properties.attributes.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6299 |
types.Data.properties.attributes.name | readonly | "attributes" | - | - | packages/core/src/generated/ast.ts:6298 |
types.Data.properties.conditions | readonly | { defaultValue: []; name: "conditions"; } | - | - | packages/core/src/generated/ast.ts:6301 |
types.Data.properties.conditions.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6303 |
types.Data.properties.conditions.name | readonly | "conditions" | - | - | packages/core/src/generated/ast.ts:6302 |
types.Data.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6305 |
types.Data.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6306 |
types.Data.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6308 |
types.Data.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6309 |
types.Data.properties.references | readonly | { defaultValue: []; name: "references"; } | - | - | packages/core/src/generated/ast.ts:6311 |
types.Data.properties.references.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6313 |
types.Data.properties.references.name | readonly | "references" | - | - | packages/core/src/generated/ast.ts:6312 |
types.Data.properties.superType | readonly | { name: "superType"; referenceType: "DataOrChoice"; } | - | - | packages/core/src/generated/ast.ts:6315 |
types.Data.properties.superType.name | readonly | "superType" | - | - | packages/core/src/generated/ast.ts:6316 |
types.Data.properties.superType.referenceType | readonly | "DataOrChoice" | - | - | packages/core/src/generated/ast.ts:6317 |
types.Data.properties.synonyms | readonly | { defaultValue: []; name: "synonyms"; } | - | - | packages/core/src/generated/ast.ts:6319 |
types.Data.properties.synonyms.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6321 |
types.Data.properties.synonyms.name | readonly | "synonyms" | - | - | packages/core/src/generated/ast.ts:6320 |
types.Data.superTypes | readonly | ["DataOrChoice", "RosettaRootElement", "RosettaSymbol", "RosettaType", "SwitchCaseTarget"] | - | - | packages/core/src/generated/ast.ts:6324 |
types.DataOrChoice | readonly | { name: "DataOrChoice"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6332 |
types.DataOrChoice.name | readonly | "DataOrChoice" | - | - | packages/core/src/generated/ast.ts:6333 |
types.DataOrChoice.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:6334 |
types.DataOrChoice.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6335 |
types.DefaultOperation | readonly | { name: "DefaultOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6337 |
types.DefaultOperation.name | readonly | "DefaultOperation" | - | - | packages/core/src/generated/ast.ts:6338 |
types.DefaultOperation.properties | readonly | { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; } | - | - | packages/core/src/generated/ast.ts:6339 |
types.DefaultOperation.properties.left | readonly | { name: "left"; } | - | - | packages/core/src/generated/ast.ts:6340 |
types.DefaultOperation.properties.left.name | readonly | "left" | - | - | packages/core/src/generated/ast.ts:6341 |
types.DefaultOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6343 |
types.DefaultOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6344 |
types.DefaultOperation.properties.right | readonly | { name: "right"; } | - | - | packages/core/src/generated/ast.ts:6346 |
types.DefaultOperation.properties.right.name | readonly | "right" | - | - | packages/core/src/generated/ast.ts:6347 |
types.DefaultOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6350 |
types.DistinctOperation | readonly | { name: "DistinctOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6352 |
types.DistinctOperation.name | readonly | "DistinctOperation" | - | - | packages/core/src/generated/ast.ts:6353 |
types.DistinctOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6354 |
types.DistinctOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6355 |
types.DistinctOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6356 |
types.DistinctOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6358 |
types.DistinctOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6359 |
types.DistinctOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6362 |
types.DocumentRationale | readonly | { name: "DocumentRationale"; properties: { rationale: { name: "rationale"; }; rationaleAuthor: { name: "rationaleAuthor"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6364 |
types.DocumentRationale.name | readonly | "DocumentRationale" | - | - | packages/core/src/generated/ast.ts:6365 |
types.DocumentRationale.properties | readonly | { rationale: { name: "rationale"; }; rationaleAuthor: { name: "rationaleAuthor"; }; } | - | - | packages/core/src/generated/ast.ts:6366 |
types.DocumentRationale.properties.rationale | readonly | { name: "rationale"; } | - | - | packages/core/src/generated/ast.ts:6367 |
types.DocumentRationale.properties.rationale.name | readonly | "rationale" | - | - | packages/core/src/generated/ast.ts:6368 |
types.DocumentRationale.properties.rationaleAuthor | readonly | { name: "rationaleAuthor"; } | - | - | packages/core/src/generated/ast.ts:6370 |
types.DocumentRationale.properties.rationaleAuthor.name | readonly | "rationaleAuthor" | - | - | packages/core/src/generated/ast.ts:6371 |
types.DocumentRationale.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6374 |
types.EqualityOperation | readonly | { name: "EqualityOperation"; properties: { cardMod: { name: "cardMod"; }; left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6376 |
types.EqualityOperation.name | readonly | "EqualityOperation" | - | - | packages/core/src/generated/ast.ts:6377 |
types.EqualityOperation.properties | readonly | { cardMod: { name: "cardMod"; }; left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; } | - | - | packages/core/src/generated/ast.ts:6378 |
types.EqualityOperation.properties.cardMod | readonly | { name: "cardMod"; } | - | - | packages/core/src/generated/ast.ts:6379 |
types.EqualityOperation.properties.cardMod.name | readonly | "cardMod" | - | - | packages/core/src/generated/ast.ts:6380 |
types.EqualityOperation.properties.left | readonly | { name: "left"; } | - | - | packages/core/src/generated/ast.ts:6382 |
types.EqualityOperation.properties.left.name | readonly | "left" | - | - | packages/core/src/generated/ast.ts:6383 |
types.EqualityOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6385 |
types.EqualityOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6386 |
types.EqualityOperation.properties.right | readonly | { name: "right"; } | - | - | packages/core/src/generated/ast.ts:6388 |
types.EqualityOperation.properties.right.name | readonly | "right" | - | - | packages/core/src/generated/ast.ts:6389 |
types.EqualityOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6392 |
types.FilterOperation | readonly | { name: "FilterOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6394 |
types.FilterOperation.name | readonly | "FilterOperation" | - | - | packages/core/src/generated/ast.ts:6395 |
types.FilterOperation.properties | readonly | { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6396 |
types.FilterOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6397 |
types.FilterOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6398 |
types.FilterOperation.properties.function | readonly | { name: "function"; } | - | - | packages/core/src/generated/ast.ts:6400 |
types.FilterOperation.properties.function.name | readonly | "function" | - | - | packages/core/src/generated/ast.ts:6401 |
types.FilterOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6403 |
types.FilterOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6404 |
types.FilterOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6407 |
types.FirstOperation | readonly | { name: "FirstOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6409 |
types.FirstOperation.name | readonly | "FirstOperation" | - | - | packages/core/src/generated/ast.ts:6410 |
types.FirstOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6411 |
types.FirstOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6412 |
types.FirstOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6413 |
types.FirstOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6415 |
types.FirstOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6416 |
types.FirstOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6419 |
types.FlattenOperation | readonly | { name: "FlattenOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6421 |
types.FlattenOperation.name | readonly | "FlattenOperation" | - | - | packages/core/src/generated/ast.ts:6422 |
types.FlattenOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6423 |
types.FlattenOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6424 |
types.FlattenOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6425 |
types.FlattenOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6427 |
types.FlattenOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6428 |
types.FlattenOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6431 |
types.Import | readonly | { name: "Import"; properties: { importedNamespace: { name: "importedNamespace"; }; namespaceAlias: { name: "namespaceAlias"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6433 |
types.Import.name | readonly | "Import" | - | - | packages/core/src/generated/ast.ts:6434 |
types.Import.properties | readonly | { importedNamespace: { name: "importedNamespace"; }; namespaceAlias: { name: "namespaceAlias"; }; } | - | - | packages/core/src/generated/ast.ts:6435 |
types.Import.properties.importedNamespace | readonly | { name: "importedNamespace"; } | - | - | packages/core/src/generated/ast.ts:6436 |
types.Import.properties.importedNamespace.name | readonly | "importedNamespace" | - | - | packages/core/src/generated/ast.ts:6437 |
types.Import.properties.namespaceAlias | readonly | { name: "namespaceAlias"; } | - | - | packages/core/src/generated/ast.ts:6439 |
types.Import.properties.namespaceAlias.name | readonly | "namespaceAlias" | - | - | packages/core/src/generated/ast.ts:6440 |
types.Import.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6443 |
types.InlineFunction | readonly | { name: "InlineFunction"; properties: { body: { name: "body"; }; parameters: { defaultValue: []; name: "parameters"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6445 |
types.InlineFunction.name | readonly | "InlineFunction" | - | - | packages/core/src/generated/ast.ts:6446 |
types.InlineFunction.properties | readonly | { body: { name: "body"; }; parameters: { defaultValue: []; name: "parameters"; }; } | - | - | packages/core/src/generated/ast.ts:6447 |
types.InlineFunction.properties.body | readonly | { name: "body"; } | - | - | packages/core/src/generated/ast.ts:6448 |
types.InlineFunction.properties.body.name | readonly | "body" | - | - | packages/core/src/generated/ast.ts:6449 |
types.InlineFunction.properties.parameters | readonly | { defaultValue: []; name: "parameters"; } | - | - | packages/core/src/generated/ast.ts:6451 |
types.InlineFunction.properties.parameters.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6453 |
types.InlineFunction.properties.parameters.name | readonly | "parameters" | - | - | packages/core/src/generated/ast.ts:6452 |
types.InlineFunction.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6456 |
types.JoinOperation | readonly | { name: "JoinOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6458 |
types.JoinOperation.name | readonly | "JoinOperation" | - | - | packages/core/src/generated/ast.ts:6459 |
types.JoinOperation.properties | readonly | { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; } | - | - | packages/core/src/generated/ast.ts:6460 |
types.JoinOperation.properties.left | readonly | { name: "left"; } | - | - | packages/core/src/generated/ast.ts:6461 |
types.JoinOperation.properties.left.name | readonly | "left" | - | - | packages/core/src/generated/ast.ts:6462 |
types.JoinOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6464 |
types.JoinOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6465 |
types.JoinOperation.properties.right | readonly | { name: "right"; } | - | - | packages/core/src/generated/ast.ts:6467 |
types.JoinOperation.properties.right.name | readonly | "right" | - | - | packages/core/src/generated/ast.ts:6468 |
types.JoinOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6471 |
types.LabelAnnotation | readonly | { name: "LabelAnnotation"; properties: { deprecatedAs: { defaultValue: false; name: "deprecatedAs"; }; label: { name: "label"; }; name: { name: "name"; }; path: { name: "path"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6473 |
types.LabelAnnotation.name | readonly | "LabelAnnotation" | - | - | packages/core/src/generated/ast.ts:6474 |
types.LabelAnnotation.properties | readonly | { deprecatedAs: { defaultValue: false; name: "deprecatedAs"; }; label: { name: "label"; }; name: { name: "name"; }; path: { name: "path"; }; } | - | - | packages/core/src/generated/ast.ts:6475 |
types.LabelAnnotation.properties.deprecatedAs | readonly | { defaultValue: false; name: "deprecatedAs"; } | - | - | packages/core/src/generated/ast.ts:6476 |
types.LabelAnnotation.properties.deprecatedAs.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6478 |
types.LabelAnnotation.properties.deprecatedAs.name | readonly | "deprecatedAs" | - | - | packages/core/src/generated/ast.ts:6477 |
types.LabelAnnotation.properties.label | readonly | { name: "label"; } | - | - | packages/core/src/generated/ast.ts:6480 |
types.LabelAnnotation.properties.label.name | readonly | "label" | - | - | packages/core/src/generated/ast.ts:6481 |
types.LabelAnnotation.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6483 |
types.LabelAnnotation.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6484 |
types.LabelAnnotation.properties.path | readonly | { name: "path"; } | - | - | packages/core/src/generated/ast.ts:6486 |
types.LabelAnnotation.properties.path.name | readonly | "path" | - | - | packages/core/src/generated/ast.ts:6487 |
types.LabelAnnotation.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6490 |
types.LastOperation | readonly | { name: "LastOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6492 |
types.LastOperation.name | readonly | "LastOperation" | - | - | packages/core/src/generated/ast.ts:6493 |
types.LastOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6494 |
types.LastOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6495 |
types.LastOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6496 |
types.LastOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6498 |
types.LastOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6499 |
types.LastOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6502 |
types.ListLiteral | readonly | { name: "ListLiteral"; properties: { elements: { defaultValue: []; name: "elements"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6504 |
types.ListLiteral.name | readonly | "ListLiteral" | - | - | packages/core/src/generated/ast.ts:6505 |
types.ListLiteral.properties | readonly | { elements: { defaultValue: []; name: "elements"; }; } | - | - | packages/core/src/generated/ast.ts:6506 |
types.ListLiteral.properties.elements | readonly | { defaultValue: []; name: "elements"; } | - | - | packages/core/src/generated/ast.ts:6507 |
types.ListLiteral.properties.elements.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6509 |
types.ListLiteral.properties.elements.name | readonly | "elements" | - | - | packages/core/src/generated/ast.ts:6508 |
types.ListLiteral.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6512 |
types.LogicalOperation | readonly | { name: "LogicalOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6514 |
types.LogicalOperation.name | readonly | "LogicalOperation" | - | - | packages/core/src/generated/ast.ts:6515 |
types.LogicalOperation.properties | readonly | { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; } | - | - | packages/core/src/generated/ast.ts:6516 |
types.LogicalOperation.properties.left | readonly | { name: "left"; } | - | - | packages/core/src/generated/ast.ts:6517 |
types.LogicalOperation.properties.left.name | readonly | "left" | - | - | packages/core/src/generated/ast.ts:6518 |
types.LogicalOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6520 |
types.LogicalOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6521 |
types.LogicalOperation.properties.right | readonly | { name: "right"; } | - | - | packages/core/src/generated/ast.ts:6523 |
types.LogicalOperation.properties.right.name | readonly | "right" | - | - | packages/core/src/generated/ast.ts:6524 |
types.LogicalOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6527 |
types.MapOperation | readonly | { name: "MapOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6529 |
types.MapOperation.name | readonly | "MapOperation" | - | - | packages/core/src/generated/ast.ts:6530 |
types.MapOperation.properties | readonly | { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6531 |
types.MapOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6532 |
types.MapOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6533 |
types.MapOperation.properties.function | readonly | { name: "function"; } | - | - | packages/core/src/generated/ast.ts:6535 |
types.MapOperation.properties.function.name | readonly | "function" | - | - | packages/core/src/generated/ast.ts:6536 |
types.MapOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6538 |
types.MapOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6539 |
types.MapOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6542 |
types.MaxOperation | readonly | { name: "MaxOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6544 |
types.MaxOperation.name | readonly | "MaxOperation" | - | - | packages/core/src/generated/ast.ts:6545 |
types.MaxOperation.properties | readonly | { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6546 |
types.MaxOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6547 |
types.MaxOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6548 |
types.MaxOperation.properties.function | readonly | { name: "function"; } | - | - | packages/core/src/generated/ast.ts:6550 |
types.MaxOperation.properties.function.name | readonly | "function" | - | - | packages/core/src/generated/ast.ts:6551 |
types.MaxOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6553 |
types.MaxOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6554 |
types.MaxOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6557 |
types.MinOperation | readonly | { name: "MinOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6559 |
types.MinOperation.name | readonly | "MinOperation" | - | - | packages/core/src/generated/ast.ts:6560 |
types.MinOperation.properties | readonly | { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6561 |
types.MinOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6562 |
types.MinOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6563 |
types.MinOperation.properties.function | readonly | { name: "function"; } | - | - | packages/core/src/generated/ast.ts:6565 |
types.MinOperation.properties.function.name | readonly | "function" | - | - | packages/core/src/generated/ast.ts:6566 |
types.MinOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6568 |
types.MinOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6569 |
types.MinOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6572 |
types.OneOfOperation | readonly | { name: "OneOfOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6574 |
types.OneOfOperation.name | readonly | "OneOfOperation" | - | - | packages/core/src/generated/ast.ts:6575 |
types.OneOfOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6576 |
types.OneOfOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6577 |
types.OneOfOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6578 |
types.OneOfOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6580 |
types.OneOfOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6581 |
types.OneOfOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6584 |
types.Operation | readonly | { name: "Operation"; properties: { add: { defaultValue: false; name: "add"; }; assignRoot: { name: "assignRoot"; referenceType: "AssignPathRoot"; }; definition: { name: "definition"; }; expression: { name: "expression"; }; path: { name: "path"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6586 |
types.Operation.name | readonly | "Operation" | - | - | packages/core/src/generated/ast.ts:6587 |
types.Operation.properties | readonly | { add: { defaultValue: false; name: "add"; }; assignRoot: { name: "assignRoot"; referenceType: "AssignPathRoot"; }; definition: { name: "definition"; }; expression: { name: "expression"; }; path: { name: "path"; }; } | - | - | packages/core/src/generated/ast.ts:6588 |
types.Operation.properties.add | readonly | { defaultValue: false; name: "add"; } | - | - | packages/core/src/generated/ast.ts:6589 |
types.Operation.properties.add.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6591 |
types.Operation.properties.add.name | readonly | "add" | - | - | packages/core/src/generated/ast.ts:6590 |
types.Operation.properties.assignRoot | readonly | { name: "assignRoot"; referenceType: "AssignPathRoot"; } | - | - | packages/core/src/generated/ast.ts:6593 |
types.Operation.properties.assignRoot.name | readonly | "assignRoot" | - | - | packages/core/src/generated/ast.ts:6594 |
types.Operation.properties.assignRoot.referenceType | readonly | "AssignPathRoot" | - | - | packages/core/src/generated/ast.ts:6595 |
types.Operation.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6597 |
types.Operation.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6598 |
types.Operation.properties.expression | readonly | { name: "expression"; } | - | - | packages/core/src/generated/ast.ts:6600 |
types.Operation.properties.expression.name | readonly | "expression" | - | - | packages/core/src/generated/ast.ts:6601 |
types.Operation.properties.path | readonly | { name: "path"; } | - | - | packages/core/src/generated/ast.ts:6603 |
types.Operation.properties.path.name | readonly | "path" | - | - | packages/core/src/generated/ast.ts:6604 |
types.Operation.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6607 |
types.ReduceOperation | readonly | { name: "ReduceOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6609 |
types.ReduceOperation.name | readonly | "ReduceOperation" | - | - | packages/core/src/generated/ast.ts:6610 |
types.ReduceOperation.properties | readonly | { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6611 |
types.ReduceOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6612 |
types.ReduceOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6613 |
types.ReduceOperation.properties.function | readonly | { name: "function"; } | - | - | packages/core/src/generated/ast.ts:6615 |
types.ReduceOperation.properties.function.name | readonly | "function" | - | - | packages/core/src/generated/ast.ts:6616 |
types.ReduceOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6618 |
types.ReduceOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6619 |
types.ReduceOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6622 |
types.RegulatoryDocumentReference | readonly | { name: "RegulatoryDocumentReference"; properties: { body: { name: "body"; referenceType: "RosettaBody"; }; corpusList: { defaultValue: []; name: "corpusList"; referenceType: "RosettaCorpus"; }; segments: { defaultValue: []; name: "segments"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6624 |
types.RegulatoryDocumentReference.name | readonly | "RegulatoryDocumentReference" | - | - | packages/core/src/generated/ast.ts:6625 |
types.RegulatoryDocumentReference.properties | readonly | { body: { name: "body"; referenceType: "RosettaBody"; }; corpusList: { defaultValue: []; name: "corpusList"; referenceType: "RosettaCorpus"; }; segments: { defaultValue: []; name: "segments"; }; } | - | - | packages/core/src/generated/ast.ts:6626 |
types.RegulatoryDocumentReference.properties.body | readonly | { name: "body"; referenceType: "RosettaBody"; } | - | - | packages/core/src/generated/ast.ts:6627 |
types.RegulatoryDocumentReference.properties.body.name | readonly | "body" | - | - | packages/core/src/generated/ast.ts:6628 |
types.RegulatoryDocumentReference.properties.body.referenceType | readonly | "RosettaBody" | - | - | packages/core/src/generated/ast.ts:6629 |
types.RegulatoryDocumentReference.properties.corpusList | readonly | { defaultValue: []; name: "corpusList"; referenceType: "RosettaCorpus"; } | - | - | packages/core/src/generated/ast.ts:6631 |
types.RegulatoryDocumentReference.properties.corpusList.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6633 |
types.RegulatoryDocumentReference.properties.corpusList.name | readonly | "corpusList" | - | - | packages/core/src/generated/ast.ts:6632 |
types.RegulatoryDocumentReference.properties.corpusList.referenceType | readonly | "RosettaCorpus" | - | - | packages/core/src/generated/ast.ts:6634 |
types.RegulatoryDocumentReference.properties.segments | readonly | { defaultValue: []; name: "segments"; } | - | - | packages/core/src/generated/ast.ts:6636 |
types.RegulatoryDocumentReference.properties.segments.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6638 |
types.RegulatoryDocumentReference.properties.segments.name | readonly | "segments" | - | - | packages/core/src/generated/ast.ts:6637 |
types.RegulatoryDocumentReference.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6641 |
types.ReverseOperation | readonly | { name: "ReverseOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6643 |
types.ReverseOperation.name | readonly | "ReverseOperation" | - | - | packages/core/src/generated/ast.ts:6644 |
types.ReverseOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6645 |
types.ReverseOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6646 |
types.ReverseOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6647 |
types.ReverseOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6649 |
types.ReverseOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6650 |
types.ReverseOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6653 |
types.RosettaAbsentExpression | readonly | { name: "RosettaAbsentExpression"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6655 |
types.RosettaAbsentExpression.name | readonly | "RosettaAbsentExpression" | - | - | packages/core/src/generated/ast.ts:6656 |
types.RosettaAbsentExpression.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6657 |
types.RosettaAbsentExpression.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6658 |
types.RosettaAbsentExpression.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6659 |
types.RosettaAbsentExpression.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6661 |
types.RosettaAbsentExpression.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6662 |
types.RosettaAbsentExpression.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6665 |
types.RosettaAttributeReference | readonly | { name: "RosettaAttributeReference"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; receiver: { name: "receiver"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6667 |
types.RosettaAttributeReference.name | readonly | "RosettaAttributeReference" | - | - | packages/core/src/generated/ast.ts:6668 |
types.RosettaAttributeReference.properties | readonly | { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; receiver: { name: "receiver"; }; } | - | - | packages/core/src/generated/ast.ts:6669 |
types.RosettaAttributeReference.properties.attribute | readonly | { name: "attribute"; referenceType: "AttributeOrChoiceOption"; } | - | - | packages/core/src/generated/ast.ts:6670 |
types.RosettaAttributeReference.properties.attribute.name | readonly | "attribute" | - | - | packages/core/src/generated/ast.ts:6671 |
types.RosettaAttributeReference.properties.attribute.referenceType | readonly | "AttributeOrChoiceOption" | - | - | packages/core/src/generated/ast.ts:6672 |
types.RosettaAttributeReference.properties.receiver | readonly | { name: "receiver"; } | - | - | packages/core/src/generated/ast.ts:6674 |
types.RosettaAttributeReference.properties.receiver.name | readonly | "receiver" | - | - | packages/core/src/generated/ast.ts:6675 |
types.RosettaAttributeReference.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6678 |
types.RosettaBasicType | readonly | { name: "RosettaBasicType"; properties: { definition: { name: "definition"; }; name: { name: "name"; }; parameters: { defaultValue: []; name: "parameters"; }; }; superTypes: ["RosettaRootElement", "RosettaType"]; } | - | - | packages/core/src/generated/ast.ts:6680 |
types.RosettaBasicType.name | readonly | "RosettaBasicType" | - | - | packages/core/src/generated/ast.ts:6681 |
types.RosettaBasicType.properties | readonly | { definition: { name: "definition"; }; name: { name: "name"; }; parameters: { defaultValue: []; name: "parameters"; }; } | - | - | packages/core/src/generated/ast.ts:6682 |
types.RosettaBasicType.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6683 |
types.RosettaBasicType.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6684 |
types.RosettaBasicType.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6686 |
types.RosettaBasicType.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6687 |
types.RosettaBasicType.properties.parameters | readonly | { defaultValue: []; name: "parameters"; } | - | - | packages/core/src/generated/ast.ts:6689 |
types.RosettaBasicType.properties.parameters.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6691 |
types.RosettaBasicType.properties.parameters.name | readonly | "parameters" | - | - | packages/core/src/generated/ast.ts:6690 |
types.RosettaBasicType.superTypes | readonly | ["RosettaRootElement", "RosettaType"] | - | - | packages/core/src/generated/ast.ts:6694 |
types.RosettaBody | readonly | { name: "RosettaBody"; properties: { bodyType: { name: "bodyType"; }; definition: { name: "definition"; }; name: { name: "name"; }; }; superTypes: ["RosettaRootElement"]; } | - | - | packages/core/src/generated/ast.ts:6696 |
types.RosettaBody.name | readonly | "RosettaBody" | - | - | packages/core/src/generated/ast.ts:6697 |
types.RosettaBody.properties | readonly | { bodyType: { name: "bodyType"; }; definition: { name: "definition"; }; name: { name: "name"; }; } | - | - | packages/core/src/generated/ast.ts:6698 |
types.RosettaBody.properties.bodyType | readonly | { name: "bodyType"; } | - | - | packages/core/src/generated/ast.ts:6699 |
types.RosettaBody.properties.bodyType.name | readonly | "bodyType" | - | - | packages/core/src/generated/ast.ts:6700 |
types.RosettaBody.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6702 |
types.RosettaBody.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6703 |
types.RosettaBody.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6705 |
types.RosettaBody.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6706 |
types.RosettaBody.superTypes | readonly | ["RosettaRootElement"] | - | - | packages/core/src/generated/ast.ts:6709 |
types.RosettaBooleanLiteral | readonly | { name: "RosettaBooleanLiteral"; properties: { value: { defaultValue: false; name: "value"; }; }; superTypes: ["RosettaLiteral"]; } | - | - | packages/core/src/generated/ast.ts:6711 |
types.RosettaBooleanLiteral.name | readonly | "RosettaBooleanLiteral" | - | - | packages/core/src/generated/ast.ts:6712 |
types.RosettaBooleanLiteral.properties | readonly | { value: { defaultValue: false; name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:6713 |
types.RosettaBooleanLiteral.properties.value | readonly | { defaultValue: false; name: "value"; } | - | - | packages/core/src/generated/ast.ts:6714 |
types.RosettaBooleanLiteral.properties.value.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6716 |
types.RosettaBooleanLiteral.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:6715 |
types.RosettaBooleanLiteral.superTypes | readonly | ["RosettaLiteral"] | - | - | packages/core/src/generated/ast.ts:6719 |
types.RosettaCallableWithArgs | readonly | { name: "RosettaCallableWithArgs"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6721 |
types.RosettaCallableWithArgs.name | readonly | "RosettaCallableWithArgs" | - | - | packages/core/src/generated/ast.ts:6722 |
types.RosettaCallableWithArgs.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:6723 |
types.RosettaCallableWithArgs.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6724 |
types.RosettaCardinality | readonly | { name: "RosettaCardinality"; properties: { inf: { name: "inf"; }; sup: { name: "sup"; }; unbounded: { defaultValue: false; name: "unbounded"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6726 |
types.RosettaCardinality.name | readonly | "RosettaCardinality" | - | - | packages/core/src/generated/ast.ts:6727 |
types.RosettaCardinality.properties | readonly | { inf: { name: "inf"; }; sup: { name: "sup"; }; unbounded: { defaultValue: false; name: "unbounded"; }; } | - | - | packages/core/src/generated/ast.ts:6728 |
types.RosettaCardinality.properties.inf | readonly | { name: "inf"; } | - | - | packages/core/src/generated/ast.ts:6729 |
types.RosettaCardinality.properties.inf.name | readonly | "inf" | - | - | packages/core/src/generated/ast.ts:6730 |
types.RosettaCardinality.properties.sup | readonly | { name: "sup"; } | - | - | packages/core/src/generated/ast.ts:6732 |
types.RosettaCardinality.properties.sup.name | readonly | "sup" | - | - | packages/core/src/generated/ast.ts:6733 |
types.RosettaCardinality.properties.unbounded | readonly | { defaultValue: false; name: "unbounded"; } | - | - | packages/core/src/generated/ast.ts:6735 |
types.RosettaCardinality.properties.unbounded.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6737 |
types.RosettaCardinality.properties.unbounded.name | readonly | "unbounded" | - | - | packages/core/src/generated/ast.ts:6736 |
types.RosettaCardinality.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6740 |
types.RosettaClassSynonym | readonly | { name: "RosettaClassSynonym"; properties: { metaValue: { name: "metaValue"; }; sources: { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; }; value: { name: "value"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6742 |
types.RosettaClassSynonym.name | readonly | "RosettaClassSynonym" | - | - | packages/core/src/generated/ast.ts:6743 |
types.RosettaClassSynonym.properties | readonly | { metaValue: { name: "metaValue"; }; sources: { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; }; value: { name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:6744 |
types.RosettaClassSynonym.properties.metaValue | readonly | { name: "metaValue"; } | - | - | packages/core/src/generated/ast.ts:6745 |
types.RosettaClassSynonym.properties.metaValue.name | readonly | "metaValue" | - | - | packages/core/src/generated/ast.ts:6746 |
types.RosettaClassSynonym.properties.sources | readonly | { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; } | - | - | packages/core/src/generated/ast.ts:6748 |
types.RosettaClassSynonym.properties.sources.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6750 |
types.RosettaClassSynonym.properties.sources.name | readonly | "sources" | - | - | packages/core/src/generated/ast.ts:6749 |
types.RosettaClassSynonym.properties.sources.referenceType | readonly | "RosettaSynonymSource" | - | - | packages/core/src/generated/ast.ts:6751 |
types.RosettaClassSynonym.properties.value | readonly | { name: "value"; } | - | - | packages/core/src/generated/ast.ts:6753 |
types.RosettaClassSynonym.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:6754 |
types.RosettaClassSynonym.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6757 |
types.RosettaConditionalExpression | readonly | { name: "RosettaConditionalExpression"; properties: { elsethen: { name: "elsethen"; }; full: { defaultValue: false; name: "full"; }; if: { name: "if"; }; ifthen: { name: "ifthen"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6759 |
types.RosettaConditionalExpression.name | readonly | "RosettaConditionalExpression" | - | - | packages/core/src/generated/ast.ts:6760 |
types.RosettaConditionalExpression.properties | readonly | { elsethen: { name: "elsethen"; }; full: { defaultValue: false; name: "full"; }; if: { name: "if"; }; ifthen: { name: "ifthen"; }; } | - | - | packages/core/src/generated/ast.ts:6761 |
types.RosettaConditionalExpression.properties.elsethen | readonly | { name: "elsethen"; } | - | - | packages/core/src/generated/ast.ts:6762 |
types.RosettaConditionalExpression.properties.elsethen.name | readonly | "elsethen" | - | - | packages/core/src/generated/ast.ts:6763 |
types.RosettaConditionalExpression.properties.full | readonly | { defaultValue: false; name: "full"; } | - | - | packages/core/src/generated/ast.ts:6765 |
types.RosettaConditionalExpression.properties.full.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6767 |
types.RosettaConditionalExpression.properties.full.name | readonly | "full" | - | - | packages/core/src/generated/ast.ts:6766 |
types.RosettaConditionalExpression.properties.if | readonly | { name: "if"; } | - | - | packages/core/src/generated/ast.ts:6769 |
types.RosettaConditionalExpression.properties.if.name | readonly | "if" | - | - | packages/core/src/generated/ast.ts:6770 |
types.RosettaConditionalExpression.properties.ifthen | readonly | { name: "ifthen"; } | - | - | packages/core/src/generated/ast.ts:6772 |
types.RosettaConditionalExpression.properties.ifthen.name | readonly | "ifthen" | - | - | packages/core/src/generated/ast.ts:6773 |
types.RosettaConditionalExpression.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6776 |
types.RosettaConstructorExpression | readonly | { name: "RosettaConstructorExpression"; properties: { constructorTypeArgs: { defaultValue: []; name: "constructorTypeArgs"; }; implicitEmpty: { defaultValue: false; name: "implicitEmpty"; }; typeRef: { name: "typeRef"; }; values: { defaultValue: []; name: "values"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6778 |
types.RosettaConstructorExpression.name | readonly | "RosettaConstructorExpression" | - | - | packages/core/src/generated/ast.ts:6779 |
types.RosettaConstructorExpression.properties | readonly | { constructorTypeArgs: { defaultValue: []; name: "constructorTypeArgs"; }; implicitEmpty: { defaultValue: false; name: "implicitEmpty"; }; typeRef: { name: "typeRef"; }; values: { defaultValue: []; name: "values"; }; } | - | - | packages/core/src/generated/ast.ts:6780 |
types.RosettaConstructorExpression.properties.constructorTypeArgs | readonly | { defaultValue: []; name: "constructorTypeArgs"; } | - | - | packages/core/src/generated/ast.ts:6781 |
types.RosettaConstructorExpression.properties.constructorTypeArgs.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6783 |
types.RosettaConstructorExpression.properties.constructorTypeArgs.name | readonly | "constructorTypeArgs" | - | - | packages/core/src/generated/ast.ts:6782 |
types.RosettaConstructorExpression.properties.implicitEmpty | readonly | { defaultValue: false; name: "implicitEmpty"; } | - | - | packages/core/src/generated/ast.ts:6785 |
types.RosettaConstructorExpression.properties.implicitEmpty.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6787 |
types.RosettaConstructorExpression.properties.implicitEmpty.name | readonly | "implicitEmpty" | - | - | packages/core/src/generated/ast.ts:6786 |
types.RosettaConstructorExpression.properties.typeRef | readonly | { name: "typeRef"; } | - | - | packages/core/src/generated/ast.ts:6789 |
types.RosettaConstructorExpression.properties.typeRef.name | readonly | "typeRef" | - | - | packages/core/src/generated/ast.ts:6790 |
types.RosettaConstructorExpression.properties.values | readonly | { defaultValue: []; name: "values"; } | - | - | packages/core/src/generated/ast.ts:6792 |
types.RosettaConstructorExpression.properties.values.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6794 |
types.RosettaConstructorExpression.properties.values.name | readonly | "values" | - | - | packages/core/src/generated/ast.ts:6793 |
types.RosettaConstructorExpression.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6797 |
types.RosettaContainsExpression | readonly | { name: "RosettaContainsExpression"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6799 |
types.RosettaContainsExpression.name | readonly | "RosettaContainsExpression" | - | - | packages/core/src/generated/ast.ts:6800 |
types.RosettaContainsExpression.properties | readonly | { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; } | - | - | packages/core/src/generated/ast.ts:6801 |
types.RosettaContainsExpression.properties.left | readonly | { name: "left"; } | - | - | packages/core/src/generated/ast.ts:6802 |
types.RosettaContainsExpression.properties.left.name | readonly | "left" | - | - | packages/core/src/generated/ast.ts:6803 |
types.RosettaContainsExpression.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6805 |
types.RosettaContainsExpression.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6806 |
types.RosettaContainsExpression.properties.right | readonly | { name: "right"; } | - | - | packages/core/src/generated/ast.ts:6808 |
types.RosettaContainsExpression.properties.right.name | readonly | "right" | - | - | packages/core/src/generated/ast.ts:6809 |
types.RosettaContainsExpression.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6812 |
types.RosettaCorpus | readonly | { name: "RosettaCorpus"; properties: { body: { name: "body"; referenceType: "RosettaBody"; }; corpusType: { name: "corpusType"; }; definition: { name: "definition"; }; displayName: { name: "displayName"; }; name: { name: "name"; }; }; superTypes: ["RosettaRootElement"]; } | - | - | packages/core/src/generated/ast.ts:6814 |
types.RosettaCorpus.name | readonly | "RosettaCorpus" | - | - | packages/core/src/generated/ast.ts:6815 |
types.RosettaCorpus.properties | readonly | { body: { name: "body"; referenceType: "RosettaBody"; }; corpusType: { name: "corpusType"; }; definition: { name: "definition"; }; displayName: { name: "displayName"; }; name: { name: "name"; }; } | - | - | packages/core/src/generated/ast.ts:6816 |
types.RosettaCorpus.properties.body | readonly | { name: "body"; referenceType: "RosettaBody"; } | - | - | packages/core/src/generated/ast.ts:6817 |
types.RosettaCorpus.properties.body.name | readonly | "body" | - | - | packages/core/src/generated/ast.ts:6818 |
types.RosettaCorpus.properties.body.referenceType | readonly | "RosettaBody" | - | - | packages/core/src/generated/ast.ts:6819 |
types.RosettaCorpus.properties.corpusType | readonly | { name: "corpusType"; } | - | - | packages/core/src/generated/ast.ts:6821 |
types.RosettaCorpus.properties.corpusType.name | readonly | "corpusType" | - | - | packages/core/src/generated/ast.ts:6822 |
types.RosettaCorpus.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6824 |
types.RosettaCorpus.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6825 |
types.RosettaCorpus.properties.displayName | readonly | { name: "displayName"; } | - | - | packages/core/src/generated/ast.ts:6827 |
types.RosettaCorpus.properties.displayName.name | readonly | "displayName" | - | - | packages/core/src/generated/ast.ts:6828 |
types.RosettaCorpus.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6830 |
types.RosettaCorpus.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6831 |
types.RosettaCorpus.superTypes | readonly | ["RosettaRootElement"] | - | - | packages/core/src/generated/ast.ts:6834 |
types.RosettaCountOperation | readonly | { name: "RosettaCountOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6836 |
types.RosettaCountOperation.name | readonly | "RosettaCountOperation" | - | - | packages/core/src/generated/ast.ts:6837 |
types.RosettaCountOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:6838 |
types.RosettaCountOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:6839 |
types.RosettaCountOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:6840 |
types.RosettaCountOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6842 |
types.RosettaCountOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6843 |
types.RosettaCountOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6846 |
types.RosettaDataReference | readonly | { name: "RosettaDataReference"; properties: { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; data: { name: "data"; referenceType: "DataOrChoice"; }; receiver: { name: "receiver"; }; }; superTypes: ["RosettaAttributeReference"]; } | - | - | packages/core/src/generated/ast.ts:6848 |
types.RosettaDataReference.name | readonly | "RosettaDataReference" | - | - | packages/core/src/generated/ast.ts:6849 |
types.RosettaDataReference.properties | readonly | { attribute: { name: "attribute"; referenceType: "AttributeOrChoiceOption"; }; data: { name: "data"; referenceType: "DataOrChoice"; }; receiver: { name: "receiver"; }; } | - | - | packages/core/src/generated/ast.ts:6850 |
types.RosettaDataReference.properties.attribute | readonly | { name: "attribute"; referenceType: "AttributeOrChoiceOption"; } | - | - | packages/core/src/generated/ast.ts:6851 |
types.RosettaDataReference.properties.attribute.name | readonly | "attribute" | - | - | packages/core/src/generated/ast.ts:6852 |
types.RosettaDataReference.properties.attribute.referenceType | readonly | "AttributeOrChoiceOption" | - | - | packages/core/src/generated/ast.ts:6853 |
types.RosettaDataReference.properties.data | readonly | { name: "data"; referenceType: "DataOrChoice"; } | - | - | packages/core/src/generated/ast.ts:6855 |
types.RosettaDataReference.properties.data.name | readonly | "data" | - | - | packages/core/src/generated/ast.ts:6856 |
types.RosettaDataReference.properties.data.referenceType | readonly | "DataOrChoice" | - | - | packages/core/src/generated/ast.ts:6857 |
types.RosettaDataReference.properties.receiver | readonly | { name: "receiver"; } | - | - | packages/core/src/generated/ast.ts:6859 |
types.RosettaDataReference.properties.receiver.name | readonly | "receiver" | - | - | packages/core/src/generated/ast.ts:6860 |
types.RosettaDataReference.superTypes | readonly | ["RosettaAttributeReference"] | - | - | packages/core/src/generated/ast.ts:6863 |
types.RosettaDeepFeatureCall | readonly | { name: "RosettaDeepFeatureCall"; properties: { feature: { name: "feature"; referenceType: "Attribute"; }; receiver: { name: "receiver"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6865 |
types.RosettaDeepFeatureCall.name | readonly | "RosettaDeepFeatureCall" | - | - | packages/core/src/generated/ast.ts:6866 |
types.RosettaDeepFeatureCall.properties | readonly | { feature: { name: "feature"; referenceType: "Attribute"; }; receiver: { name: "receiver"; }; } | - | - | packages/core/src/generated/ast.ts:6867 |
types.RosettaDeepFeatureCall.properties.feature | readonly | { name: "feature"; referenceType: "Attribute"; } | - | - | packages/core/src/generated/ast.ts:6868 |
types.RosettaDeepFeatureCall.properties.feature.name | readonly | "feature" | - | - | packages/core/src/generated/ast.ts:6869 |
types.RosettaDeepFeatureCall.properties.feature.referenceType | readonly | "Attribute" | - | - | packages/core/src/generated/ast.ts:6870 |
types.RosettaDeepFeatureCall.properties.receiver | readonly | { name: "receiver"; } | - | - | packages/core/src/generated/ast.ts:6872 |
types.RosettaDeepFeatureCall.properties.receiver.name | readonly | "receiver" | - | - | packages/core/src/generated/ast.ts:6873 |
types.RosettaDeepFeatureCall.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6876 |
types.RosettaDisjointExpression | readonly | { name: "RosettaDisjointExpression"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:6878 |
types.RosettaDisjointExpression.name | readonly | "RosettaDisjointExpression" | - | - | packages/core/src/generated/ast.ts:6879 |
types.RosettaDisjointExpression.properties | readonly | { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; } | - | - | packages/core/src/generated/ast.ts:6880 |
types.RosettaDisjointExpression.properties.left | readonly | { name: "left"; } | - | - | packages/core/src/generated/ast.ts:6881 |
types.RosettaDisjointExpression.properties.left.name | readonly | "left" | - | - | packages/core/src/generated/ast.ts:6882 |
types.RosettaDisjointExpression.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:6884 |
types.RosettaDisjointExpression.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:6885 |
types.RosettaDisjointExpression.properties.right | readonly | { name: "right"; } | - | - | packages/core/src/generated/ast.ts:6887 |
types.RosettaDisjointExpression.properties.right.name | readonly | "right" | - | - | packages/core/src/generated/ast.ts:6888 |
types.RosettaDisjointExpression.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:6891 |
types.RosettaDocReference | readonly | { name: "RosettaDocReference"; properties: { docReference: { name: "docReference"; }; name: { name: "name"; }; path: { name: "path"; }; provision: { name: "provision"; }; rationales: { defaultValue: []; name: "rationales"; }; reportedField: { defaultValue: false; name: "reportedField"; }; structuredProvision: { name: "structuredProvision"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6893 |
types.RosettaDocReference.name | readonly | "RosettaDocReference" | - | - | packages/core/src/generated/ast.ts:6894 |
types.RosettaDocReference.properties | readonly | { docReference: { name: "docReference"; }; name: { name: "name"; }; path: { name: "path"; }; provision: { name: "provision"; }; rationales: { defaultValue: []; name: "rationales"; }; reportedField: { defaultValue: false; name: "reportedField"; }; structuredProvision: { name: "structuredProvision"; }; } | - | - | packages/core/src/generated/ast.ts:6895 |
types.RosettaDocReference.properties.docReference | readonly | { name: "docReference"; } | - | - | packages/core/src/generated/ast.ts:6896 |
types.RosettaDocReference.properties.docReference.name | readonly | "docReference" | - | - | packages/core/src/generated/ast.ts:6897 |
types.RosettaDocReference.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6899 |
types.RosettaDocReference.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6900 |
types.RosettaDocReference.properties.path | readonly | { name: "path"; } | - | - | packages/core/src/generated/ast.ts:6902 |
types.RosettaDocReference.properties.path.name | readonly | "path" | - | - | packages/core/src/generated/ast.ts:6903 |
types.RosettaDocReference.properties.provision | readonly | { name: "provision"; } | - | - | packages/core/src/generated/ast.ts:6905 |
types.RosettaDocReference.properties.provision.name | readonly | "provision" | - | - | packages/core/src/generated/ast.ts:6906 |
types.RosettaDocReference.properties.rationales | readonly | { defaultValue: []; name: "rationales"; } | - | - | packages/core/src/generated/ast.ts:6908 |
types.RosettaDocReference.properties.rationales.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6910 |
types.RosettaDocReference.properties.rationales.name | readonly | "rationales" | - | - | packages/core/src/generated/ast.ts:6909 |
types.RosettaDocReference.properties.reportedField | readonly | { defaultValue: false; name: "reportedField"; } | - | - | packages/core/src/generated/ast.ts:6912 |
types.RosettaDocReference.properties.reportedField.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6914 |
types.RosettaDocReference.properties.reportedField.name | readonly | "reportedField" | - | - | packages/core/src/generated/ast.ts:6913 |
types.RosettaDocReference.properties.structuredProvision | readonly | { name: "structuredProvision"; } | - | - | packages/core/src/generated/ast.ts:6916 |
types.RosettaDocReference.properties.structuredProvision.name | readonly | "structuredProvision" | - | - | packages/core/src/generated/ast.ts:6917 |
types.RosettaDocReference.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6920 |
types.RosettaEnumeration | readonly | { name: "RosettaEnumeration"; properties: { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; enumValues: { defaultValue: []; name: "enumValues"; }; name: { name: "name"; }; parent: { name: "parent"; referenceType: "RosettaEnumeration"; }; references: { defaultValue: []; name: "references"; }; synonyms: { defaultValue: []; name: "synonyms"; }; }; superTypes: ["RosettaRootElement", "RosettaSymbol", "RosettaType", "SwitchCaseTarget"]; } | - | - | packages/core/src/generated/ast.ts:6990 |
types.RosettaEnumeration.name | readonly | "RosettaEnumeration" | - | - | packages/core/src/generated/ast.ts:6991 |
types.RosettaEnumeration.properties | readonly | { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; enumValues: { defaultValue: []; name: "enumValues"; }; name: { name: "name"; }; parent: { name: "parent"; referenceType: "RosettaEnumeration"; }; references: { defaultValue: []; name: "references"; }; synonyms: { defaultValue: []; name: "synonyms"; }; } | - | - | packages/core/src/generated/ast.ts:6992 |
types.RosettaEnumeration.properties.annotations | readonly | { defaultValue: []; name: "annotations"; } | - | - | packages/core/src/generated/ast.ts:6993 |
types.RosettaEnumeration.properties.annotations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6995 |
types.RosettaEnumeration.properties.annotations.name | readonly | "annotations" | - | - | packages/core/src/generated/ast.ts:6994 |
types.RosettaEnumeration.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6997 |
types.RosettaEnumeration.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6998 |
types.RosettaEnumeration.properties.enumValues | readonly | { defaultValue: []; name: "enumValues"; } | - | - | packages/core/src/generated/ast.ts:7000 |
types.RosettaEnumeration.properties.enumValues.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7002 |
types.RosettaEnumeration.properties.enumValues.name | readonly | "enumValues" | - | - | packages/core/src/generated/ast.ts:7001 |
types.RosettaEnumeration.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7004 |
types.RosettaEnumeration.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7005 |
types.RosettaEnumeration.properties.parent | readonly | { name: "parent"; referenceType: "RosettaEnumeration"; } | - | - | packages/core/src/generated/ast.ts:7007 |
types.RosettaEnumeration.properties.parent.name | readonly | "parent" | - | - | packages/core/src/generated/ast.ts:7008 |
types.RosettaEnumeration.properties.parent.referenceType | readonly | "RosettaEnumeration" | - | - | packages/core/src/generated/ast.ts:7009 |
types.RosettaEnumeration.properties.references | readonly | { defaultValue: []; name: "references"; } | - | - | packages/core/src/generated/ast.ts:7011 |
types.RosettaEnumeration.properties.references.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7013 |
types.RosettaEnumeration.properties.references.name | readonly | "references" | - | - | packages/core/src/generated/ast.ts:7012 |
types.RosettaEnumeration.properties.synonyms | readonly | { defaultValue: []; name: "synonyms"; } | - | - | packages/core/src/generated/ast.ts:7015 |
types.RosettaEnumeration.properties.synonyms.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7017 |
types.RosettaEnumeration.properties.synonyms.name | readonly | "synonyms" | - | - | packages/core/src/generated/ast.ts:7016 |
types.RosettaEnumeration.superTypes | readonly | ["RosettaRootElement", "RosettaSymbol", "RosettaType", "SwitchCaseTarget"] | - | - | packages/core/src/generated/ast.ts:7020 |
types.RosettaEnumSynonym | readonly | { name: "RosettaEnumSynonym"; properties: { definition: { name: "definition"; }; patternMatch: { name: "patternMatch"; }; patternReplace: { name: "patternReplace"; }; removeHtml: { defaultValue: false; name: "removeHtml"; }; sources: { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; }; synonymValue: { name: "synonymValue"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:6922 |
types.RosettaEnumSynonym.name | readonly | "RosettaEnumSynonym" | - | - | packages/core/src/generated/ast.ts:6923 |
types.RosettaEnumSynonym.properties | readonly | { definition: { name: "definition"; }; patternMatch: { name: "patternMatch"; }; patternReplace: { name: "patternReplace"; }; removeHtml: { defaultValue: false; name: "removeHtml"; }; sources: { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; }; synonymValue: { name: "synonymValue"; }; } | - | - | packages/core/src/generated/ast.ts:6924 |
types.RosettaEnumSynonym.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6925 |
types.RosettaEnumSynonym.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6926 |
types.RosettaEnumSynonym.properties.patternMatch | readonly | { name: "patternMatch"; } | - | - | packages/core/src/generated/ast.ts:6928 |
types.RosettaEnumSynonym.properties.patternMatch.name | readonly | "patternMatch" | - | - | packages/core/src/generated/ast.ts:6929 |
types.RosettaEnumSynonym.properties.patternReplace | readonly | { name: "patternReplace"; } | - | - | packages/core/src/generated/ast.ts:6931 |
types.RosettaEnumSynonym.properties.patternReplace.name | readonly | "patternReplace" | - | - | packages/core/src/generated/ast.ts:6932 |
types.RosettaEnumSynonym.properties.removeHtml | readonly | { defaultValue: false; name: "removeHtml"; } | - | - | packages/core/src/generated/ast.ts:6934 |
types.RosettaEnumSynonym.properties.removeHtml.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:6936 |
types.RosettaEnumSynonym.properties.removeHtml.name | readonly | "removeHtml" | - | - | packages/core/src/generated/ast.ts:6935 |
types.RosettaEnumSynonym.properties.sources | readonly | { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; } | - | - | packages/core/src/generated/ast.ts:6938 |
types.RosettaEnumSynonym.properties.sources.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6940 |
types.RosettaEnumSynonym.properties.sources.name | readonly | "sources" | - | - | packages/core/src/generated/ast.ts:6939 |
types.RosettaEnumSynonym.properties.sources.referenceType | readonly | "RosettaSynonymSource" | - | - | packages/core/src/generated/ast.ts:6941 |
types.RosettaEnumSynonym.properties.synonymValue | readonly | { name: "synonymValue"; } | - | - | packages/core/src/generated/ast.ts:6943 |
types.RosettaEnumSynonym.properties.synonymValue.name | readonly | "synonymValue" | - | - | packages/core/src/generated/ast.ts:6944 |
types.RosettaEnumSynonym.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:6947 |
types.RosettaEnumValue | readonly | { name: "RosettaEnumValue"; properties: { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; display: { name: "display"; }; enumSynonyms: { defaultValue: []; name: "enumSynonyms"; }; name: { name: "name"; }; references: { defaultValue: []; name: "references"; }; }; superTypes: ["RosettaFeature", "RosettaSymbol", "SwitchCaseTarget"]; } | - | - | packages/core/src/generated/ast.ts:6949 |
types.RosettaEnumValue.name | readonly | "RosettaEnumValue" | - | - | packages/core/src/generated/ast.ts:6950 |
types.RosettaEnumValue.properties | readonly | { annotations: { defaultValue: []; name: "annotations"; }; definition: { name: "definition"; }; display: { name: "display"; }; enumSynonyms: { defaultValue: []; name: "enumSynonyms"; }; name: { name: "name"; }; references: { defaultValue: []; name: "references"; }; } | - | - | packages/core/src/generated/ast.ts:6951 |
types.RosettaEnumValue.properties.annotations | readonly | { defaultValue: []; name: "annotations"; } | - | - | packages/core/src/generated/ast.ts:6952 |
types.RosettaEnumValue.properties.annotations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6954 |
types.RosettaEnumValue.properties.annotations.name | readonly | "annotations" | - | - | packages/core/src/generated/ast.ts:6953 |
types.RosettaEnumValue.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:6956 |
types.RosettaEnumValue.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:6957 |
types.RosettaEnumValue.properties.display | readonly | { name: "display"; } | - | - | packages/core/src/generated/ast.ts:6959 |
types.RosettaEnumValue.properties.display.name | readonly | "display" | - | - | packages/core/src/generated/ast.ts:6960 |
types.RosettaEnumValue.properties.enumSynonyms | readonly | { defaultValue: []; name: "enumSynonyms"; } | - | - | packages/core/src/generated/ast.ts:6962 |
types.RosettaEnumValue.properties.enumSynonyms.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6964 |
types.RosettaEnumValue.properties.enumSynonyms.name | readonly | "enumSynonyms" | - | - | packages/core/src/generated/ast.ts:6963 |
types.RosettaEnumValue.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:6966 |
types.RosettaEnumValue.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:6967 |
types.RosettaEnumValue.properties.references | readonly | { defaultValue: []; name: "references"; } | - | - | packages/core/src/generated/ast.ts:6969 |
types.RosettaEnumValue.properties.references.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:6971 |
types.RosettaEnumValue.properties.references.name | readonly | "references" | - | - | packages/core/src/generated/ast.ts:6970 |
types.RosettaEnumValue.superTypes | readonly | ["RosettaFeature", "RosettaSymbol", "SwitchCaseTarget"] | - | - | packages/core/src/generated/ast.ts:6974 |
types.RosettaEnumValueReference | readonly | { name: "RosettaEnumValueReference"; properties: { enumeration: { name: "enumeration"; referenceType: "RosettaEnumeration"; }; value: { name: "value"; referenceType: "RosettaEnumValue"; }; }; superTypes: ["RosettaMapTestExpression"]; } | - | - | packages/core/src/generated/ast.ts:6976 |
types.RosettaEnumValueReference.name | readonly | "RosettaEnumValueReference" | - | - | packages/core/src/generated/ast.ts:6977 |
types.RosettaEnumValueReference.properties | readonly | { enumeration: { name: "enumeration"; referenceType: "RosettaEnumeration"; }; value: { name: "value"; referenceType: "RosettaEnumValue"; }; } | - | - | packages/core/src/generated/ast.ts:6978 |
types.RosettaEnumValueReference.properties.enumeration | readonly | { name: "enumeration"; referenceType: "RosettaEnumeration"; } | - | - | packages/core/src/generated/ast.ts:6979 |
types.RosettaEnumValueReference.properties.enumeration.name | readonly | "enumeration" | - | - | packages/core/src/generated/ast.ts:6980 |
types.RosettaEnumValueReference.properties.enumeration.referenceType | readonly | "RosettaEnumeration" | - | - | packages/core/src/generated/ast.ts:6981 |
types.RosettaEnumValueReference.properties.value | readonly | { name: "value"; referenceType: "RosettaEnumValue"; } | - | - | packages/core/src/generated/ast.ts:6983 |
types.RosettaEnumValueReference.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:6984 |
types.RosettaEnumValueReference.properties.value.referenceType | readonly | "RosettaEnumValue" | - | - | packages/core/src/generated/ast.ts:6985 |
types.RosettaEnumValueReference.superTypes | readonly | ["RosettaMapTestExpression"] | - | - | packages/core/src/generated/ast.ts:6988 |
types.RosettaExistsExpression | readonly | { name: "RosettaExistsExpression"; properties: { argument: { name: "argument"; }; modifier: { name: "modifier"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7027 |
types.RosettaExistsExpression.name | readonly | "RosettaExistsExpression" | - | - | packages/core/src/generated/ast.ts:7028 |
types.RosettaExistsExpression.properties | readonly | { argument: { name: "argument"; }; modifier: { name: "modifier"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7029 |
types.RosettaExistsExpression.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7030 |
types.RosettaExistsExpression.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7031 |
types.RosettaExistsExpression.properties.modifier | readonly | { name: "modifier"; } | - | - | packages/core/src/generated/ast.ts:7033 |
types.RosettaExistsExpression.properties.modifier.name | readonly | "modifier" | - | - | packages/core/src/generated/ast.ts:7034 |
types.RosettaExistsExpression.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7036 |
types.RosettaExistsExpression.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7037 |
types.RosettaExistsExpression.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7040 |
types.RosettaExpression | readonly | { name: "RosettaExpression"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7042 |
types.RosettaExpression.name | readonly | "RosettaExpression" | - | - | packages/core/src/generated/ast.ts:7043 |
types.RosettaExpression.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7044 |
types.RosettaExpression.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7045 |
types.RosettaExternalClass | readonly | { name: "RosettaExternalClass"; properties: { data: { name: "data"; referenceType: "DataOrChoice"; }; externalClassSynonyms: { defaultValue: []; name: "externalClassSynonyms"; }; regularAttributes: { defaultValue: []; name: "regularAttributes"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7047 |
types.RosettaExternalClass.name | readonly | "RosettaExternalClass" | - | - | packages/core/src/generated/ast.ts:7048 |
types.RosettaExternalClass.properties | readonly | { data: { name: "data"; referenceType: "DataOrChoice"; }; externalClassSynonyms: { defaultValue: []; name: "externalClassSynonyms"; }; regularAttributes: { defaultValue: []; name: "regularAttributes"; }; } | - | - | packages/core/src/generated/ast.ts:7049 |
types.RosettaExternalClass.properties.data | readonly | { name: "data"; referenceType: "DataOrChoice"; } | - | - | packages/core/src/generated/ast.ts:7050 |
types.RosettaExternalClass.properties.data.name | readonly | "data" | - | - | packages/core/src/generated/ast.ts:7051 |
types.RosettaExternalClass.properties.data.referenceType | readonly | "DataOrChoice" | - | - | packages/core/src/generated/ast.ts:7052 |
types.RosettaExternalClass.properties.externalClassSynonyms | readonly | { defaultValue: []; name: "externalClassSynonyms"; } | - | - | packages/core/src/generated/ast.ts:7054 |
types.RosettaExternalClass.properties.externalClassSynonyms.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7056 |
types.RosettaExternalClass.properties.externalClassSynonyms.name | readonly | "externalClassSynonyms" | - | - | packages/core/src/generated/ast.ts:7055 |
types.RosettaExternalClass.properties.regularAttributes | readonly | { defaultValue: []; name: "regularAttributes"; } | - | - | packages/core/src/generated/ast.ts:7058 |
types.RosettaExternalClass.properties.regularAttributes.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7060 |
types.RosettaExternalClass.properties.regularAttributes.name | readonly | "regularAttributes" | - | - | packages/core/src/generated/ast.ts:7059 |
types.RosettaExternalClass.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7063 |
types.RosettaExternalClassSynonym | readonly | { name: "RosettaExternalClassSynonym"; properties: { metaValue: { name: "metaValue"; }; value: { name: "value"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7065 |
types.RosettaExternalClassSynonym.name | readonly | "RosettaExternalClassSynonym" | - | - | packages/core/src/generated/ast.ts:7066 |
types.RosettaExternalClassSynonym.properties | readonly | { metaValue: { name: "metaValue"; }; value: { name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:7067 |
types.RosettaExternalClassSynonym.properties.metaValue | readonly | { name: "metaValue"; } | - | - | packages/core/src/generated/ast.ts:7068 |
types.RosettaExternalClassSynonym.properties.metaValue.name | readonly | "metaValue" | - | - | packages/core/src/generated/ast.ts:7069 |
types.RosettaExternalClassSynonym.properties.value | readonly | { name: "value"; } | - | - | packages/core/src/generated/ast.ts:7071 |
types.RosettaExternalClassSynonym.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:7072 |
types.RosettaExternalClassSynonym.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7075 |
types.RosettaExternalEnum | readonly | { name: "RosettaExternalEnum"; properties: { enumeration: { name: "enumeration"; referenceType: "RosettaEnumeration"; }; regularValues: { defaultValue: []; name: "regularValues"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7077 |
types.RosettaExternalEnum.name | readonly | "RosettaExternalEnum" | - | - | packages/core/src/generated/ast.ts:7078 |
types.RosettaExternalEnum.properties | readonly | { enumeration: { name: "enumeration"; referenceType: "RosettaEnumeration"; }; regularValues: { defaultValue: []; name: "regularValues"; }; } | - | - | packages/core/src/generated/ast.ts:7079 |
types.RosettaExternalEnum.properties.enumeration | readonly | { name: "enumeration"; referenceType: "RosettaEnumeration"; } | - | - | packages/core/src/generated/ast.ts:7080 |
types.RosettaExternalEnum.properties.enumeration.name | readonly | "enumeration" | - | - | packages/core/src/generated/ast.ts:7081 |
types.RosettaExternalEnum.properties.enumeration.referenceType | readonly | "RosettaEnumeration" | - | - | packages/core/src/generated/ast.ts:7082 |
types.RosettaExternalEnum.properties.regularValues | readonly | { defaultValue: []; name: "regularValues"; } | - | - | packages/core/src/generated/ast.ts:7084 |
types.RosettaExternalEnum.properties.regularValues.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7086 |
types.RosettaExternalEnum.properties.regularValues.name | readonly | "regularValues" | - | - | packages/core/src/generated/ast.ts:7085 |
types.RosettaExternalEnum.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7089 |
types.RosettaExternalEnumValue | readonly | { name: "RosettaExternalEnumValue"; properties: { enumRef: { name: "enumRef"; referenceType: "RosettaEnumValue"; }; externalEnumSynonyms: { defaultValue: []; name: "externalEnumSynonyms"; }; operator: { name: "operator"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7091 |
types.RosettaExternalEnumValue.name | readonly | "RosettaExternalEnumValue" | - | - | packages/core/src/generated/ast.ts:7092 |
types.RosettaExternalEnumValue.properties | readonly | { enumRef: { name: "enumRef"; referenceType: "RosettaEnumValue"; }; externalEnumSynonyms: { defaultValue: []; name: "externalEnumSynonyms"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7093 |
types.RosettaExternalEnumValue.properties.enumRef | readonly | { name: "enumRef"; referenceType: "RosettaEnumValue"; } | - | - | packages/core/src/generated/ast.ts:7094 |
types.RosettaExternalEnumValue.properties.enumRef.name | readonly | "enumRef" | - | - | packages/core/src/generated/ast.ts:7095 |
types.RosettaExternalEnumValue.properties.enumRef.referenceType | readonly | "RosettaEnumValue" | - | - | packages/core/src/generated/ast.ts:7096 |
types.RosettaExternalEnumValue.properties.externalEnumSynonyms | readonly | { defaultValue: []; name: "externalEnumSynonyms"; } | - | - | packages/core/src/generated/ast.ts:7098 |
types.RosettaExternalEnumValue.properties.externalEnumSynonyms.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7100 |
types.RosettaExternalEnumValue.properties.externalEnumSynonyms.name | readonly | "externalEnumSynonyms" | - | - | packages/core/src/generated/ast.ts:7099 |
types.RosettaExternalEnumValue.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7102 |
types.RosettaExternalEnumValue.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7103 |
types.RosettaExternalEnumValue.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7106 |
types.RosettaExternalFunction | readonly | { name: "RosettaExternalFunction"; properties: { definition: { name: "definition"; }; name: { name: "name"; }; parameters: { defaultValue: []; name: "parameters"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaCallableWithArgs", "RosettaRootElement", "RosettaSymbol"]; } | - | - | packages/core/src/generated/ast.ts:7108 |
types.RosettaExternalFunction.name | readonly | "RosettaExternalFunction" | - | - | packages/core/src/generated/ast.ts:7109 |
types.RosettaExternalFunction.properties | readonly | { definition: { name: "definition"; }; name: { name: "name"; }; parameters: { defaultValue: []; name: "parameters"; }; typeCall: { name: "typeCall"; }; } | - | - | packages/core/src/generated/ast.ts:7110 |
types.RosettaExternalFunction.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:7111 |
types.RosettaExternalFunction.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:7112 |
types.RosettaExternalFunction.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7114 |
types.RosettaExternalFunction.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7115 |
types.RosettaExternalFunction.properties.parameters | readonly | { defaultValue: []; name: "parameters"; } | - | - | packages/core/src/generated/ast.ts:7117 |
types.RosettaExternalFunction.properties.parameters.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7119 |
types.RosettaExternalFunction.properties.parameters.name | readonly | "parameters" | - | - | packages/core/src/generated/ast.ts:7118 |
types.RosettaExternalFunction.properties.typeCall | readonly | { name: "typeCall"; } | - | - | packages/core/src/generated/ast.ts:7121 |
types.RosettaExternalFunction.properties.typeCall.name | readonly | "typeCall" | - | - | packages/core/src/generated/ast.ts:7122 |
types.RosettaExternalFunction.superTypes | readonly | ["RosettaCallableWithArgs", "RosettaRootElement", "RosettaSymbol"] | - | - | packages/core/src/generated/ast.ts:7125 |
types.RosettaExternalRegularAttribute | readonly | { name: "RosettaExternalRegularAttribute"; properties: { attributeRef: { name: "attributeRef"; referenceType: "RosettaFeature"; }; externalRuleReferences: { defaultValue: []; name: "externalRuleReferences"; }; externalSynonyms: { defaultValue: []; name: "externalSynonyms"; }; operator: { name: "operator"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7127 |
types.RosettaExternalRegularAttribute.name | readonly | "RosettaExternalRegularAttribute" | - | - | packages/core/src/generated/ast.ts:7128 |
types.RosettaExternalRegularAttribute.properties | readonly | { attributeRef: { name: "attributeRef"; referenceType: "RosettaFeature"; }; externalRuleReferences: { defaultValue: []; name: "externalRuleReferences"; }; externalSynonyms: { defaultValue: []; name: "externalSynonyms"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7129 |
types.RosettaExternalRegularAttribute.properties.attributeRef | readonly | { name: "attributeRef"; referenceType: "RosettaFeature"; } | - | - | packages/core/src/generated/ast.ts:7130 |
types.RosettaExternalRegularAttribute.properties.attributeRef.name | readonly | "attributeRef" | - | - | packages/core/src/generated/ast.ts:7131 |
types.RosettaExternalRegularAttribute.properties.attributeRef.referenceType | readonly | "RosettaFeature" | - | - | packages/core/src/generated/ast.ts:7132 |
types.RosettaExternalRegularAttribute.properties.externalRuleReferences | readonly | { defaultValue: []; name: "externalRuleReferences"; } | - | - | packages/core/src/generated/ast.ts:7134 |
types.RosettaExternalRegularAttribute.properties.externalRuleReferences.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7136 |
types.RosettaExternalRegularAttribute.properties.externalRuleReferences.name | readonly | "externalRuleReferences" | - | - | packages/core/src/generated/ast.ts:7135 |
types.RosettaExternalRegularAttribute.properties.externalSynonyms | readonly | { defaultValue: []; name: "externalSynonyms"; } | - | - | packages/core/src/generated/ast.ts:7138 |
types.RosettaExternalRegularAttribute.properties.externalSynonyms.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7140 |
types.RosettaExternalRegularAttribute.properties.externalSynonyms.name | readonly | "externalSynonyms" | - | - | packages/core/src/generated/ast.ts:7139 |
types.RosettaExternalRegularAttribute.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7142 |
types.RosettaExternalRegularAttribute.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7143 |
types.RosettaExternalRegularAttribute.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7146 |
types.RosettaExternalRuleSource | readonly | { name: "RosettaExternalRuleSource"; properties: { externalClasses: { defaultValue: []; name: "externalClasses"; }; externalEnums: { defaultValue: []; name: "externalEnums"; }; name: { name: "name"; }; superSources: { defaultValue: []; name: "superSources"; referenceType: "RosettaExternalRuleSource"; }; }; superTypes: ["RosettaRootElement"]; } | - | - | packages/core/src/generated/ast.ts:7148 |
types.RosettaExternalRuleSource.name | readonly | "RosettaExternalRuleSource" | - | - | packages/core/src/generated/ast.ts:7149 |
types.RosettaExternalRuleSource.properties | readonly | { externalClasses: { defaultValue: []; name: "externalClasses"; }; externalEnums: { defaultValue: []; name: "externalEnums"; }; name: { name: "name"; }; superSources: { defaultValue: []; name: "superSources"; referenceType: "RosettaExternalRuleSource"; }; } | - | - | packages/core/src/generated/ast.ts:7150 |
types.RosettaExternalRuleSource.properties.externalClasses | readonly | { defaultValue: []; name: "externalClasses"; } | - | - | packages/core/src/generated/ast.ts:7151 |
types.RosettaExternalRuleSource.properties.externalClasses.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7153 |
types.RosettaExternalRuleSource.properties.externalClasses.name | readonly | "externalClasses" | - | - | packages/core/src/generated/ast.ts:7152 |
types.RosettaExternalRuleSource.properties.externalEnums | readonly | { defaultValue: []; name: "externalEnums"; } | - | - | packages/core/src/generated/ast.ts:7155 |
types.RosettaExternalRuleSource.properties.externalEnums.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7157 |
types.RosettaExternalRuleSource.properties.externalEnums.name | readonly | "externalEnums" | - | - | packages/core/src/generated/ast.ts:7156 |
types.RosettaExternalRuleSource.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7159 |
types.RosettaExternalRuleSource.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7160 |
types.RosettaExternalRuleSource.properties.superSources | readonly | { defaultValue: []; name: "superSources"; referenceType: "RosettaExternalRuleSource"; } | - | - | packages/core/src/generated/ast.ts:7162 |
types.RosettaExternalRuleSource.properties.superSources.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7164 |
types.RosettaExternalRuleSource.properties.superSources.name | readonly | "superSources" | - | - | packages/core/src/generated/ast.ts:7163 |
types.RosettaExternalRuleSource.properties.superSources.referenceType | readonly | "RosettaExternalRuleSource" | - | - | packages/core/src/generated/ast.ts:7165 |
types.RosettaExternalRuleSource.superTypes | readonly | ["RosettaRootElement"] | - | - | packages/core/src/generated/ast.ts:7168 |
types.RosettaExternalSynonym | readonly | { name: "RosettaExternalSynonym"; properties: { body: { name: "body"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7170 |
types.RosettaExternalSynonym.name | readonly | "RosettaExternalSynonym" | - | - | packages/core/src/generated/ast.ts:7171 |
types.RosettaExternalSynonym.properties | readonly | { body: { name: "body"; }; } | - | - | packages/core/src/generated/ast.ts:7172 |
types.RosettaExternalSynonym.properties.body | readonly | { name: "body"; } | - | - | packages/core/src/generated/ast.ts:7173 |
types.RosettaExternalSynonym.properties.body.name | readonly | "body" | - | - | packages/core/src/generated/ast.ts:7174 |
types.RosettaExternalSynonym.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7177 |
types.RosettaFeature | readonly | { name: "RosettaFeature"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7179 |
types.RosettaFeature.name | readonly | "RosettaFeature" | - | - | packages/core/src/generated/ast.ts:7180 |
types.RosettaFeature.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7181 |
types.RosettaFeature.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7182 |
types.RosettaFeatureCall | readonly | { name: "RosettaFeatureCall"; properties: { feature: { name: "feature"; referenceType: "RosettaFeature"; }; receiver: { name: "receiver"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7184 |
types.RosettaFeatureCall.name | readonly | "RosettaFeatureCall" | - | - | packages/core/src/generated/ast.ts:7185 |
types.RosettaFeatureCall.properties | readonly | { feature: { name: "feature"; referenceType: "RosettaFeature"; }; receiver: { name: "receiver"; }; } | - | - | packages/core/src/generated/ast.ts:7186 |
types.RosettaFeatureCall.properties.feature | readonly | { name: "feature"; referenceType: "RosettaFeature"; } | - | - | packages/core/src/generated/ast.ts:7187 |
types.RosettaFeatureCall.properties.feature.name | readonly | "feature" | - | - | packages/core/src/generated/ast.ts:7188 |
types.RosettaFeatureCall.properties.feature.referenceType | readonly | "RosettaFeature" | - | - | packages/core/src/generated/ast.ts:7189 |
types.RosettaFeatureCall.properties.receiver | readonly | { name: "receiver"; } | - | - | packages/core/src/generated/ast.ts:7191 |
types.RosettaFeatureCall.properties.receiver.name | readonly | "receiver" | - | - | packages/core/src/generated/ast.ts:7192 |
types.RosettaFeatureCall.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7195 |
types.RosettaFunction | readonly | { name: "RosettaFunction"; properties: { annotations: { defaultValue: []; name: "annotations"; }; conditions: { defaultValue: []; name: "conditions"; }; definition: { name: "definition"; }; dispatchAttribute: { name: "dispatchAttribute"; referenceType: "Attribute"; }; dispatchValue: { name: "dispatchValue"; }; inputs: { defaultValue: []; name: "inputs"; }; name: { name: "name"; }; operations: { defaultValue: []; name: "operations"; }; output: { name: "output"; }; postConditions: { defaultValue: []; name: "postConditions"; }; references: { defaultValue: []; name: "references"; }; shortcuts: { defaultValue: []; name: "shortcuts"; }; superFunction: { name: "superFunction"; referenceType: "RosettaFunction"; }; }; superTypes: ["RosettaCallableWithArgs", "RosettaRootElement", "RosettaSymbol"]; } | - | - | packages/core/src/generated/ast.ts:7197 |
types.RosettaFunction.name | readonly | "RosettaFunction" | - | - | packages/core/src/generated/ast.ts:7198 |
types.RosettaFunction.properties | readonly | { annotations: { defaultValue: []; name: "annotations"; }; conditions: { defaultValue: []; name: "conditions"; }; definition: { name: "definition"; }; dispatchAttribute: { name: "dispatchAttribute"; referenceType: "Attribute"; }; dispatchValue: { name: "dispatchValue"; }; inputs: { defaultValue: []; name: "inputs"; }; name: { name: "name"; }; operations: { defaultValue: []; name: "operations"; }; output: { name: "output"; }; postConditions: { defaultValue: []; name: "postConditions"; }; references: { defaultValue: []; name: "references"; }; shortcuts: { defaultValue: []; name: "shortcuts"; }; superFunction: { name: "superFunction"; referenceType: "RosettaFunction"; }; } | - | - | packages/core/src/generated/ast.ts:7199 |
types.RosettaFunction.properties.annotations | readonly | { defaultValue: []; name: "annotations"; } | - | - | packages/core/src/generated/ast.ts:7200 |
types.RosettaFunction.properties.annotations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7202 |
types.RosettaFunction.properties.annotations.name | readonly | "annotations" | - | - | packages/core/src/generated/ast.ts:7201 |
types.RosettaFunction.properties.conditions | readonly | { defaultValue: []; name: "conditions"; } | - | - | packages/core/src/generated/ast.ts:7204 |
types.RosettaFunction.properties.conditions.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7206 |
types.RosettaFunction.properties.conditions.name | readonly | "conditions" | - | - | packages/core/src/generated/ast.ts:7205 |
types.RosettaFunction.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:7208 |
types.RosettaFunction.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:7209 |
types.RosettaFunction.properties.dispatchAttribute | readonly | { name: "dispatchAttribute"; referenceType: "Attribute"; } | - | - | packages/core/src/generated/ast.ts:7211 |
types.RosettaFunction.properties.dispatchAttribute.name | readonly | "dispatchAttribute" | - | - | packages/core/src/generated/ast.ts:7212 |
types.RosettaFunction.properties.dispatchAttribute.referenceType | readonly | "Attribute" | - | - | packages/core/src/generated/ast.ts:7213 |
types.RosettaFunction.properties.dispatchValue | readonly | { name: "dispatchValue"; } | - | - | packages/core/src/generated/ast.ts:7215 |
types.RosettaFunction.properties.dispatchValue.name | readonly | "dispatchValue" | - | - | packages/core/src/generated/ast.ts:7216 |
types.RosettaFunction.properties.inputs | readonly | { defaultValue: []; name: "inputs"; } | - | - | packages/core/src/generated/ast.ts:7218 |
types.RosettaFunction.properties.inputs.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7220 |
types.RosettaFunction.properties.inputs.name | readonly | "inputs" | - | - | packages/core/src/generated/ast.ts:7219 |
types.RosettaFunction.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7222 |
types.RosettaFunction.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7223 |
types.RosettaFunction.properties.operations | readonly | { defaultValue: []; name: "operations"; } | - | - | packages/core/src/generated/ast.ts:7225 |
types.RosettaFunction.properties.operations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7227 |
types.RosettaFunction.properties.operations.name | readonly | "operations" | - | - | packages/core/src/generated/ast.ts:7226 |
types.RosettaFunction.properties.output | readonly | { name: "output"; } | - | - | packages/core/src/generated/ast.ts:7229 |
types.RosettaFunction.properties.output.name | readonly | "output" | - | - | packages/core/src/generated/ast.ts:7230 |
types.RosettaFunction.properties.postConditions | readonly | { defaultValue: []; name: "postConditions"; } | - | - | packages/core/src/generated/ast.ts:7232 |
types.RosettaFunction.properties.postConditions.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7234 |
types.RosettaFunction.properties.postConditions.name | readonly | "postConditions" | - | - | packages/core/src/generated/ast.ts:7233 |
types.RosettaFunction.properties.references | readonly | { defaultValue: []; name: "references"; } | - | - | packages/core/src/generated/ast.ts:7236 |
types.RosettaFunction.properties.references.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7238 |
types.RosettaFunction.properties.references.name | readonly | "references" | - | - | packages/core/src/generated/ast.ts:7237 |
types.RosettaFunction.properties.shortcuts | readonly | { defaultValue: []; name: "shortcuts"; } | - | - | packages/core/src/generated/ast.ts:7240 |
types.RosettaFunction.properties.shortcuts.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7242 |
types.RosettaFunction.properties.shortcuts.name | readonly | "shortcuts" | - | - | packages/core/src/generated/ast.ts:7241 |
types.RosettaFunction.properties.superFunction | readonly | { name: "superFunction"; referenceType: "RosettaFunction"; } | - | - | packages/core/src/generated/ast.ts:7244 |
types.RosettaFunction.properties.superFunction.name | readonly | "superFunction" | - | - | packages/core/src/generated/ast.ts:7245 |
types.RosettaFunction.properties.superFunction.referenceType | readonly | "RosettaFunction" | - | - | packages/core/src/generated/ast.ts:7246 |
types.RosettaFunction.superTypes | readonly | ["RosettaCallableWithArgs", "RosettaRootElement", "RosettaSymbol"] | - | - | packages/core/src/generated/ast.ts:7249 |
types.RosettaImplicitVariable | readonly | { name: "RosettaImplicitVariable"; properties: { name: { name: "name"; }; }; superTypes: ["AnnotationPathExpression", "RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7251 |
types.RosettaImplicitVariable.name | readonly | "RosettaImplicitVariable" | - | - | packages/core/src/generated/ast.ts:7252 |
types.RosettaImplicitVariable.properties | readonly | { name: { name: "name"; }; } | - | - | packages/core/src/generated/ast.ts:7253 |
types.RosettaImplicitVariable.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7254 |
types.RosettaImplicitVariable.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7255 |
types.RosettaImplicitVariable.superTypes | readonly | ["AnnotationPathExpression", "RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7258 |
types.RosettaIntLiteral | readonly | { name: "RosettaIntLiteral"; properties: { value: { name: "value"; }; }; superTypes: ["RosettaLiteral"]; } | - | - | packages/core/src/generated/ast.ts:7260 |
types.RosettaIntLiteral.name | readonly | "RosettaIntLiteral" | - | - | packages/core/src/generated/ast.ts:7261 |
types.RosettaIntLiteral.properties | readonly | { value: { name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:7262 |
types.RosettaIntLiteral.properties.value | readonly | { name: "value"; } | - | - | packages/core/src/generated/ast.ts:7263 |
types.RosettaIntLiteral.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:7264 |
types.RosettaIntLiteral.superTypes | readonly | ["RosettaLiteral"] | - | - | packages/core/src/generated/ast.ts:7267 |
types.RosettaLiteral | readonly | { name: "RosettaLiteral"; properties: { }; superTypes: ["RosettaExpression", "RosettaMapTestExpression"]; } | - | - | packages/core/src/generated/ast.ts:7269 |
types.RosettaLiteral.name | readonly | "RosettaLiteral" | - | - | packages/core/src/generated/ast.ts:7270 |
types.RosettaLiteral.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7271 |
types.RosettaLiteral.superTypes | readonly | ["RosettaExpression", "RosettaMapTestExpression"] | - | - | packages/core/src/generated/ast.ts:7272 |
types.RosettaMapPath | readonly | { name: "RosettaMapPath"; properties: { path: { name: "path"; }; }; superTypes: ["RosettaMapTest"]; } | - | - | packages/core/src/generated/ast.ts:7274 |
types.RosettaMapPath.name | readonly | "RosettaMapPath" | - | - | packages/core/src/generated/ast.ts:7275 |
types.RosettaMapPath.properties | readonly | { path: { name: "path"; }; } | - | - | packages/core/src/generated/ast.ts:7276 |
types.RosettaMapPath.properties.path | readonly | { name: "path"; } | - | - | packages/core/src/generated/ast.ts:7277 |
types.RosettaMapPath.properties.path.name | readonly | "path" | - | - | packages/core/src/generated/ast.ts:7278 |
types.RosettaMapPath.superTypes | readonly | ["RosettaMapTest"] | - | - | packages/core/src/generated/ast.ts:7281 |
types.RosettaMapPathValue | readonly | { name: "RosettaMapPathValue"; properties: { path: { name: "path"; }; }; superTypes: ["RosettaMapTestExpression"]; } | - | - | packages/core/src/generated/ast.ts:7283 |
types.RosettaMapPathValue.name | readonly | "RosettaMapPathValue" | - | - | packages/core/src/generated/ast.ts:7284 |
types.RosettaMapPathValue.properties | readonly | { path: { name: "path"; }; } | - | - | packages/core/src/generated/ast.ts:7285 |
types.RosettaMapPathValue.properties.path | readonly | { name: "path"; } | - | - | packages/core/src/generated/ast.ts:7286 |
types.RosettaMapPathValue.properties.path.name | readonly | "path" | - | - | packages/core/src/generated/ast.ts:7287 |
types.RosettaMapPathValue.superTypes | readonly | ["RosettaMapTestExpression"] | - | - | packages/core/src/generated/ast.ts:7290 |
types.RosettaMapping | readonly | { name: "RosettaMapping"; properties: { instances: { defaultValue: []; name: "instances"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7357 |
types.RosettaMapping.name | readonly | "RosettaMapping" | - | - | packages/core/src/generated/ast.ts:7358 |
types.RosettaMapping.properties | readonly | { instances: { defaultValue: []; name: "instances"; }; } | - | - | packages/core/src/generated/ast.ts:7359 |
types.RosettaMapping.properties.instances | readonly | { defaultValue: []; name: "instances"; } | - | - | packages/core/src/generated/ast.ts:7360 |
types.RosettaMapping.properties.instances.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7362 |
types.RosettaMapping.properties.instances.name | readonly | "instances" | - | - | packages/core/src/generated/ast.ts:7361 |
types.RosettaMapping.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7365 |
types.RosettaMappingInstance | readonly | { name: "RosettaMappingInstance"; properties: { default: { defaultValue: false; name: "default"; }; set: { name: "set"; }; when: { name: "when"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7367 |
types.RosettaMappingInstance.name | readonly | "RosettaMappingInstance" | - | - | packages/core/src/generated/ast.ts:7368 |
types.RosettaMappingInstance.properties | readonly | { default: { defaultValue: false; name: "default"; }; set: { name: "set"; }; when: { name: "when"; }; } | - | - | packages/core/src/generated/ast.ts:7369 |
types.RosettaMappingInstance.properties.default | readonly | { defaultValue: false; name: "default"; } | - | - | packages/core/src/generated/ast.ts:7370 |
types.RosettaMappingInstance.properties.default.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:7372 |
types.RosettaMappingInstance.properties.default.name | readonly | "default" | - | - | packages/core/src/generated/ast.ts:7371 |
types.RosettaMappingInstance.properties.set | readonly | { name: "set"; } | - | - | packages/core/src/generated/ast.ts:7374 |
types.RosettaMappingInstance.properties.set.name | readonly | "set" | - | - | packages/core/src/generated/ast.ts:7375 |
types.RosettaMappingInstance.properties.when | readonly | { name: "when"; } | - | - | packages/core/src/generated/ast.ts:7377 |
types.RosettaMappingInstance.properties.when.name | readonly | "when" | - | - | packages/core/src/generated/ast.ts:7378 |
types.RosettaMappingInstance.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7381 |
types.RosettaMappingPathTests | readonly | { name: "RosettaMappingPathTests"; properties: { tests: { defaultValue: []; name: "tests"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7383 |
types.RosettaMappingPathTests.name | readonly | "RosettaMappingPathTests" | - | - | packages/core/src/generated/ast.ts:7384 |
types.RosettaMappingPathTests.properties | readonly | { tests: { defaultValue: []; name: "tests"; }; } | - | - | packages/core/src/generated/ast.ts:7385 |
types.RosettaMappingPathTests.properties.tests | readonly | { defaultValue: []; name: "tests"; } | - | - | packages/core/src/generated/ast.ts:7386 |
types.RosettaMappingPathTests.properties.tests.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7388 |
types.RosettaMappingPathTests.properties.tests.name | readonly | "tests" | - | - | packages/core/src/generated/ast.ts:7387 |
types.RosettaMappingPathTests.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7391 |
types.RosettaMapRosettaPath | readonly | { name: "RosettaMapRosettaPath"; properties: { path: { name: "path"; }; }; superTypes: ["RosettaMapTest"]; } | - | - | packages/core/src/generated/ast.ts:7292 |
types.RosettaMapRosettaPath.name | readonly | "RosettaMapRosettaPath" | - | - | packages/core/src/generated/ast.ts:7293 |
types.RosettaMapRosettaPath.properties | readonly | { path: { name: "path"; }; } | - | - | packages/core/src/generated/ast.ts:7294 |
types.RosettaMapRosettaPath.properties.path | readonly | { name: "path"; } | - | - | packages/core/src/generated/ast.ts:7295 |
types.RosettaMapRosettaPath.properties.path.name | readonly | "path" | - | - | packages/core/src/generated/ast.ts:7296 |
types.RosettaMapRosettaPath.superTypes | readonly | ["RosettaMapTest"] | - | - | packages/core/src/generated/ast.ts:7299 |
types.RosettaMapTest | readonly | { name: "RosettaMapTest"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7301 |
types.RosettaMapTest.name | readonly | "RosettaMapTest" | - | - | packages/core/src/generated/ast.ts:7302 |
types.RosettaMapTest.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7303 |
types.RosettaMapTest.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7304 |
types.RosettaMapTestAbsentExpression | readonly | { name: "RosettaMapTestAbsentExpression"; properties: { argument: { name: "argument"; }; }; superTypes: ["RosettaMapTestExpression"]; } | - | - | packages/core/src/generated/ast.ts:7306 |
types.RosettaMapTestAbsentExpression.name | readonly | "RosettaMapTestAbsentExpression" | - | - | packages/core/src/generated/ast.ts:7307 |
types.RosettaMapTestAbsentExpression.properties | readonly | { argument: { name: "argument"; }; } | - | - | packages/core/src/generated/ast.ts:7308 |
types.RosettaMapTestAbsentExpression.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7309 |
types.RosettaMapTestAbsentExpression.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7310 |
types.RosettaMapTestAbsentExpression.superTypes | readonly | ["RosettaMapTestExpression"] | - | - | packages/core/src/generated/ast.ts:7313 |
types.RosettaMapTestEqualityOperation | readonly | { name: "RosettaMapTestEqualityOperation"; properties: { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; }; superTypes: ["RosettaMapTestExpression"]; } | - | - | packages/core/src/generated/ast.ts:7315 |
types.RosettaMapTestEqualityOperation.name | readonly | "RosettaMapTestEqualityOperation" | - | - | packages/core/src/generated/ast.ts:7316 |
types.RosettaMapTestEqualityOperation.properties | readonly | { left: { name: "left"; }; operator: { name: "operator"; }; right: { name: "right"; }; } | - | - | packages/core/src/generated/ast.ts:7317 |
types.RosettaMapTestEqualityOperation.properties.left | readonly | { name: "left"; } | - | - | packages/core/src/generated/ast.ts:7318 |
types.RosettaMapTestEqualityOperation.properties.left.name | readonly | "left" | - | - | packages/core/src/generated/ast.ts:7319 |
types.RosettaMapTestEqualityOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7321 |
types.RosettaMapTestEqualityOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7322 |
types.RosettaMapTestEqualityOperation.properties.right | readonly | { name: "right"; } | - | - | packages/core/src/generated/ast.ts:7324 |
types.RosettaMapTestEqualityOperation.properties.right.name | readonly | "right" | - | - | packages/core/src/generated/ast.ts:7325 |
types.RosettaMapTestEqualityOperation.superTypes | readonly | ["RosettaMapTestExpression"] | - | - | packages/core/src/generated/ast.ts:7328 |
types.RosettaMapTestExistsExpression | readonly | { name: "RosettaMapTestExistsExpression"; properties: { argument: { name: "argument"; }; }; superTypes: ["RosettaMapTestExpression"]; } | - | - | packages/core/src/generated/ast.ts:7330 |
types.RosettaMapTestExistsExpression.name | readonly | "RosettaMapTestExistsExpression" | - | - | packages/core/src/generated/ast.ts:7331 |
types.RosettaMapTestExistsExpression.properties | readonly | { argument: { name: "argument"; }; } | - | - | packages/core/src/generated/ast.ts:7332 |
types.RosettaMapTestExistsExpression.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7333 |
types.RosettaMapTestExistsExpression.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7334 |
types.RosettaMapTestExistsExpression.superTypes | readonly | ["RosettaMapTestExpression"] | - | - | packages/core/src/generated/ast.ts:7337 |
types.RosettaMapTestExpression | readonly | { name: "RosettaMapTestExpression"; properties: { }; superTypes: ["RosettaMapTest"]; } | - | - | packages/core/src/generated/ast.ts:7339 |
types.RosettaMapTestExpression.name | readonly | "RosettaMapTestExpression" | - | - | packages/core/src/generated/ast.ts:7340 |
types.RosettaMapTestExpression.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7341 |
types.RosettaMapTestExpression.superTypes | readonly | ["RosettaMapTest"] | - | - | packages/core/src/generated/ast.ts:7342 |
types.RosettaMapTestFunc | readonly | { name: "RosettaMapTestFunc"; properties: { func: { name: "func"; referenceType: "RosettaCallableWithArgs"; }; predicatePath: { name: "predicatePath"; }; }; superTypes: ["RosettaMapTest"]; } | - | - | packages/core/src/generated/ast.ts:7344 |
types.RosettaMapTestFunc.name | readonly | "RosettaMapTestFunc" | - | - | packages/core/src/generated/ast.ts:7345 |
types.RosettaMapTestFunc.properties | readonly | { func: { name: "func"; referenceType: "RosettaCallableWithArgs"; }; predicatePath: { name: "predicatePath"; }; } | - | - | packages/core/src/generated/ast.ts:7346 |
types.RosettaMapTestFunc.properties.func | readonly | { name: "func"; referenceType: "RosettaCallableWithArgs"; } | - | - | packages/core/src/generated/ast.ts:7347 |
types.RosettaMapTestFunc.properties.func.name | readonly | "func" | - | - | packages/core/src/generated/ast.ts:7348 |
types.RosettaMapTestFunc.properties.func.referenceType | readonly | "RosettaCallableWithArgs" | - | - | packages/core/src/generated/ast.ts:7349 |
types.RosettaMapTestFunc.properties.predicatePath | readonly | { name: "predicatePath"; } | - | - | packages/core/src/generated/ast.ts:7351 |
types.RosettaMapTestFunc.properties.predicatePath.name | readonly | "predicatePath" | - | - | packages/core/src/generated/ast.ts:7352 |
types.RosettaMapTestFunc.superTypes | readonly | ["RosettaMapTest"] | - | - | packages/core/src/generated/ast.ts:7355 |
types.RosettaMergeSynonymValue | readonly | { name: "RosettaMergeSynonymValue"; properties: { excludePath: { name: "excludePath"; }; name: { name: "name"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7393 |
types.RosettaMergeSynonymValue.name | readonly | "RosettaMergeSynonymValue" | - | - | packages/core/src/generated/ast.ts:7394 |
types.RosettaMergeSynonymValue.properties | readonly | { excludePath: { name: "excludePath"; }; name: { name: "name"; }; } | - | - | packages/core/src/generated/ast.ts:7395 |
types.RosettaMergeSynonymValue.properties.excludePath | readonly | { name: "excludePath"; } | - | - | packages/core/src/generated/ast.ts:7396 |
types.RosettaMergeSynonymValue.properties.excludePath.name | readonly | "excludePath" | - | - | packages/core/src/generated/ast.ts:7397 |
types.RosettaMergeSynonymValue.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7399 |
types.RosettaMergeSynonymValue.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7400 |
types.RosettaMergeSynonymValue.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7403 |
types.RosettaMetaType | readonly | { name: "RosettaMetaType"; properties: { name: { name: "name"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaFeature", "RosettaRootElement", "RosettaSymbol"]; } | - | - | packages/core/src/generated/ast.ts:7405 |
types.RosettaMetaType.name | readonly | "RosettaMetaType" | - | - | packages/core/src/generated/ast.ts:7406 |
types.RosettaMetaType.properties | readonly | { name: { name: "name"; }; typeCall: { name: "typeCall"; }; } | - | - | packages/core/src/generated/ast.ts:7407 |
types.RosettaMetaType.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7408 |
types.RosettaMetaType.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7409 |
types.RosettaMetaType.properties.typeCall | readonly | { name: "typeCall"; } | - | - | packages/core/src/generated/ast.ts:7411 |
types.RosettaMetaType.properties.typeCall.name | readonly | "typeCall" | - | - | packages/core/src/generated/ast.ts:7412 |
types.RosettaMetaType.superTypes | readonly | ["RosettaFeature", "RosettaRootElement", "RosettaSymbol"] | - | - | packages/core/src/generated/ast.ts:7415 |
types.RosettaModel | readonly | { name: "RosettaModel"; properties: { configurations: { defaultValue: []; name: "configurations"; }; definition: { name: "definition"; }; elements: { defaultValue: []; name: "elements"; }; imports: { defaultValue: []; name: "imports"; }; name: { name: "name"; }; overridden: { defaultValue: false; name: "overridden"; }; scope: { name: "scope"; }; version: { name: "version"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7417 |
types.RosettaModel.name | readonly | "RosettaModel" | - | - | packages/core/src/generated/ast.ts:7418 |
types.RosettaModel.properties | readonly | { configurations: { defaultValue: []; name: "configurations"; }; definition: { name: "definition"; }; elements: { defaultValue: []; name: "elements"; }; imports: { defaultValue: []; name: "imports"; }; name: { name: "name"; }; overridden: { defaultValue: false; name: "overridden"; }; scope: { name: "scope"; }; version: { name: "version"; }; } | - | - | packages/core/src/generated/ast.ts:7419 |
types.RosettaModel.properties.configurations | readonly | { defaultValue: []; name: "configurations"; } | - | - | packages/core/src/generated/ast.ts:7420 |
types.RosettaModel.properties.configurations.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7422 |
types.RosettaModel.properties.configurations.name | readonly | "configurations" | - | - | packages/core/src/generated/ast.ts:7421 |
types.RosettaModel.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:7424 |
types.RosettaModel.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:7425 |
types.RosettaModel.properties.elements | readonly | { defaultValue: []; name: "elements"; } | - | - | packages/core/src/generated/ast.ts:7427 |
types.RosettaModel.properties.elements.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7429 |
types.RosettaModel.properties.elements.name | readonly | "elements" | - | - | packages/core/src/generated/ast.ts:7428 |
types.RosettaModel.properties.imports | readonly | { defaultValue: []; name: "imports"; } | - | - | packages/core/src/generated/ast.ts:7431 |
types.RosettaModel.properties.imports.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7433 |
types.RosettaModel.properties.imports.name | readonly | "imports" | - | - | packages/core/src/generated/ast.ts:7432 |
types.RosettaModel.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7435 |
types.RosettaModel.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7436 |
types.RosettaModel.properties.overridden | readonly | { defaultValue: false; name: "overridden"; } | - | - | packages/core/src/generated/ast.ts:7438 |
types.RosettaModel.properties.overridden.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:7440 |
types.RosettaModel.properties.overridden.name | readonly | "overridden" | - | - | packages/core/src/generated/ast.ts:7439 |
types.RosettaModel.properties.scope | readonly | { name: "scope"; } | - | - | packages/core/src/generated/ast.ts:7442 |
types.RosettaModel.properties.scope.name | readonly | "scope" | - | - | packages/core/src/generated/ast.ts:7443 |
types.RosettaModel.properties.version | readonly | { name: "version"; } | - | - | packages/core/src/generated/ast.ts:7445 |
types.RosettaModel.properties.version.name | readonly | "version" | - | - | packages/core/src/generated/ast.ts:7446 |
types.RosettaModel.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7449 |
types.RosettaNumberLiteral | readonly | { name: "RosettaNumberLiteral"; properties: { value: { name: "value"; }; }; superTypes: ["RosettaLiteral"]; } | - | - | packages/core/src/generated/ast.ts:7451 |
types.RosettaNumberLiteral.name | readonly | "RosettaNumberLiteral" | - | - | packages/core/src/generated/ast.ts:7452 |
types.RosettaNumberLiteral.properties | readonly | { value: { name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:7453 |
types.RosettaNumberLiteral.properties.value | readonly | { name: "value"; } | - | - | packages/core/src/generated/ast.ts:7454 |
types.RosettaNumberLiteral.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:7455 |
types.RosettaNumberLiteral.superTypes | readonly | ["RosettaLiteral"] | - | - | packages/core/src/generated/ast.ts:7458 |
types.RosettaOnlyElement | readonly | { name: "RosettaOnlyElement"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7460 |
types.RosettaOnlyElement.name | readonly | "RosettaOnlyElement" | - | - | packages/core/src/generated/ast.ts:7461 |
types.RosettaOnlyElement.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7462 |
types.RosettaOnlyElement.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7463 |
types.RosettaOnlyElement.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7464 |
types.RosettaOnlyElement.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7466 |
types.RosettaOnlyElement.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7467 |
types.RosettaOnlyElement.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7470 |
types.RosettaOnlyExistsExpression | readonly | { name: "RosettaOnlyExistsExpression"; properties: { args: { defaultValue: []; name: "args"; }; argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7472 |
types.RosettaOnlyExistsExpression.name | readonly | "RosettaOnlyExistsExpression" | - | - | packages/core/src/generated/ast.ts:7473 |
types.RosettaOnlyExistsExpression.properties | readonly | { args: { defaultValue: []; name: "args"; }; argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7474 |
types.RosettaOnlyExistsExpression.properties.args | readonly | { defaultValue: []; name: "args"; } | - | - | packages/core/src/generated/ast.ts:7475 |
types.RosettaOnlyExistsExpression.properties.args.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7477 |
types.RosettaOnlyExistsExpression.properties.args.name | readonly | "args" | - | - | packages/core/src/generated/ast.ts:7476 |
types.RosettaOnlyExistsExpression.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7479 |
types.RosettaOnlyExistsExpression.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7480 |
types.RosettaOnlyExistsExpression.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7482 |
types.RosettaOnlyExistsExpression.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7483 |
types.RosettaOnlyExistsExpression.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7486 |
types.RosettaParameter | readonly | { name: "RosettaParameter"; properties: { isArray: { defaultValue: false; name: "isArray"; }; name: { name: "name"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaSymbol"]; } | - | - | packages/core/src/generated/ast.ts:7488 |
types.RosettaParameter.name | readonly | "RosettaParameter" | - | - | packages/core/src/generated/ast.ts:7489 |
types.RosettaParameter.properties | readonly | { isArray: { defaultValue: false; name: "isArray"; }; name: { name: "name"; }; typeCall: { name: "typeCall"; }; } | - | - | packages/core/src/generated/ast.ts:7490 |
types.RosettaParameter.properties.isArray | readonly | { defaultValue: false; name: "isArray"; } | - | - | packages/core/src/generated/ast.ts:7491 |
types.RosettaParameter.properties.isArray.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:7493 |
types.RosettaParameter.properties.isArray.name | readonly | "isArray" | - | - | packages/core/src/generated/ast.ts:7492 |
types.RosettaParameter.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7495 |
types.RosettaParameter.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7496 |
types.RosettaParameter.properties.typeCall | readonly | { name: "typeCall"; } | - | - | packages/core/src/generated/ast.ts:7498 |
types.RosettaParameter.properties.typeCall.name | readonly | "typeCall" | - | - | packages/core/src/generated/ast.ts:7499 |
types.RosettaParameter.superTypes | readonly | ["RosettaSymbol"] | - | - | packages/core/src/generated/ast.ts:7502 |
types.RosettaQualifiableConfiguration | readonly | { name: "RosettaQualifiableConfiguration"; properties: { qType: { name: "qType"; }; rosettaClass: { name: "rosettaClass"; referenceType: "Data"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7504 |
types.RosettaQualifiableConfiguration.name | readonly | "RosettaQualifiableConfiguration" | - | - | packages/core/src/generated/ast.ts:7505 |
types.RosettaQualifiableConfiguration.properties | readonly | { qType: { name: "qType"; }; rosettaClass: { name: "rosettaClass"; referenceType: "Data"; }; } | - | - | packages/core/src/generated/ast.ts:7506 |
types.RosettaQualifiableConfiguration.properties.qType | readonly | { name: "qType"; } | - | - | packages/core/src/generated/ast.ts:7507 |
types.RosettaQualifiableConfiguration.properties.qType.name | readonly | "qType" | - | - | packages/core/src/generated/ast.ts:7508 |
types.RosettaQualifiableConfiguration.properties.rosettaClass | readonly | { name: "rosettaClass"; referenceType: "Data"; } | - | - | packages/core/src/generated/ast.ts:7510 |
types.RosettaQualifiableConfiguration.properties.rosettaClass.name | readonly | "rosettaClass" | - | - | packages/core/src/generated/ast.ts:7511 |
types.RosettaQualifiableConfiguration.properties.rosettaClass.referenceType | readonly | "Data" | - | - | packages/core/src/generated/ast.ts:7512 |
types.RosettaQualifiableConfiguration.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7515 |
types.RosettaRecordFeature | readonly | { name: "RosettaRecordFeature"; properties: { name: { name: "name"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaFeature", "RosettaTypedFeature"]; } | - | - | packages/core/src/generated/ast.ts:7517 |
types.RosettaRecordFeature.name | readonly | "RosettaRecordFeature" | - | - | packages/core/src/generated/ast.ts:7518 |
types.RosettaRecordFeature.properties | readonly | { name: { name: "name"; }; typeCall: { name: "typeCall"; }; } | - | - | packages/core/src/generated/ast.ts:7519 |
types.RosettaRecordFeature.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7520 |
types.RosettaRecordFeature.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7521 |
types.RosettaRecordFeature.properties.typeCall | readonly | { name: "typeCall"; } | - | - | packages/core/src/generated/ast.ts:7523 |
types.RosettaRecordFeature.properties.typeCall.name | readonly | "typeCall" | - | - | packages/core/src/generated/ast.ts:7524 |
types.RosettaRecordFeature.superTypes | readonly | ["RosettaFeature", "RosettaTypedFeature"] | - | - | packages/core/src/generated/ast.ts:7527 |
types.RosettaRecordType | readonly | { name: "RosettaRecordType"; properties: { definition: { name: "definition"; }; features: { defaultValue: []; name: "features"; }; name: { name: "name"; }; }; superTypes: ["RosettaRootElement", "RosettaType"]; } | - | - | packages/core/src/generated/ast.ts:7529 |
types.RosettaRecordType.name | readonly | "RosettaRecordType" | - | - | packages/core/src/generated/ast.ts:7530 |
types.RosettaRecordType.properties | readonly | { definition: { name: "definition"; }; features: { defaultValue: []; name: "features"; }; name: { name: "name"; }; } | - | - | packages/core/src/generated/ast.ts:7531 |
types.RosettaRecordType.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:7532 |
types.RosettaRecordType.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:7533 |
types.RosettaRecordType.properties.features | readonly | { defaultValue: []; name: "features"; } | - | - | packages/core/src/generated/ast.ts:7535 |
types.RosettaRecordType.properties.features.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7537 |
types.RosettaRecordType.properties.features.name | readonly | "features" | - | - | packages/core/src/generated/ast.ts:7536 |
types.RosettaRecordType.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7539 |
types.RosettaRecordType.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7540 |
types.RosettaRecordType.superTypes | readonly | ["RosettaRootElement", "RosettaType"] | - | - | packages/core/src/generated/ast.ts:7543 |
types.RosettaReport | readonly | { name: "RosettaReport"; properties: { eligibilityRules: { defaultValue: []; name: "eligibilityRules"; referenceType: "RosettaRule"; }; inputType: { name: "inputType"; }; regulatoryBody: { name: "regulatoryBody"; }; reportingStandard: { name: "reportingStandard"; referenceType: "RosettaCorpus"; }; reportType: { name: "reportType"; referenceType: "Data"; }; ruleSource: { name: "ruleSource"; referenceType: "RosettaExternalRuleSource"; }; }; superTypes: ["RosettaRootElement"]; } | - | - | packages/core/src/generated/ast.ts:7545 |
types.RosettaReport.name | readonly | "RosettaReport" | - | - | packages/core/src/generated/ast.ts:7546 |
types.RosettaReport.properties | readonly | { eligibilityRules: { defaultValue: []; name: "eligibilityRules"; referenceType: "RosettaRule"; }; inputType: { name: "inputType"; }; regulatoryBody: { name: "regulatoryBody"; }; reportingStandard: { name: "reportingStandard"; referenceType: "RosettaCorpus"; }; reportType: { name: "reportType"; referenceType: "Data"; }; ruleSource: { name: "ruleSource"; referenceType: "RosettaExternalRuleSource"; }; } | - | - | packages/core/src/generated/ast.ts:7547 |
types.RosettaReport.properties.eligibilityRules | readonly | { defaultValue: []; name: "eligibilityRules"; referenceType: "RosettaRule"; } | - | - | packages/core/src/generated/ast.ts:7548 |
types.RosettaReport.properties.eligibilityRules.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7550 |
types.RosettaReport.properties.eligibilityRules.name | readonly | "eligibilityRules" | - | - | packages/core/src/generated/ast.ts:7549 |
types.RosettaReport.properties.eligibilityRules.referenceType | readonly | "RosettaRule" | - | - | packages/core/src/generated/ast.ts:7551 |
types.RosettaReport.properties.inputType | readonly | { name: "inputType"; } | - | - | packages/core/src/generated/ast.ts:7553 |
types.RosettaReport.properties.inputType.name | readonly | "inputType" | - | - | packages/core/src/generated/ast.ts:7554 |
types.RosettaReport.properties.regulatoryBody | readonly | { name: "regulatoryBody"; } | - | - | packages/core/src/generated/ast.ts:7556 |
types.RosettaReport.properties.regulatoryBody.name | readonly | "regulatoryBody" | - | - | packages/core/src/generated/ast.ts:7557 |
types.RosettaReport.properties.reportingStandard | readonly | { name: "reportingStandard"; referenceType: "RosettaCorpus"; } | - | - | packages/core/src/generated/ast.ts:7559 |
types.RosettaReport.properties.reportingStandard.name | readonly | "reportingStandard" | - | - | packages/core/src/generated/ast.ts:7560 |
types.RosettaReport.properties.reportingStandard.referenceType | readonly | "RosettaCorpus" | - | - | packages/core/src/generated/ast.ts:7561 |
types.RosettaReport.properties.reportType | readonly | { name: "reportType"; referenceType: "Data"; } | - | - | packages/core/src/generated/ast.ts:7563 |
types.RosettaReport.properties.reportType.name | readonly | "reportType" | - | - | packages/core/src/generated/ast.ts:7564 |
types.RosettaReport.properties.reportType.referenceType | readonly | "Data" | - | - | packages/core/src/generated/ast.ts:7565 |
types.RosettaReport.properties.ruleSource | readonly | { name: "ruleSource"; referenceType: "RosettaExternalRuleSource"; } | - | - | packages/core/src/generated/ast.ts:7567 |
types.RosettaReport.properties.ruleSource.name | readonly | "ruleSource" | - | - | packages/core/src/generated/ast.ts:7568 |
types.RosettaReport.properties.ruleSource.referenceType | readonly | "RosettaExternalRuleSource" | - | - | packages/core/src/generated/ast.ts:7569 |
types.RosettaReport.superTypes | readonly | ["RosettaRootElement"] | - | - | packages/core/src/generated/ast.ts:7572 |
types.RosettaRootElement | readonly | { name: "RosettaRootElement"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7574 |
types.RosettaRootElement.name | readonly | "RosettaRootElement" | - | - | packages/core/src/generated/ast.ts:7575 |
types.RosettaRootElement.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7576 |
types.RosettaRootElement.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7577 |
types.RosettaRule | readonly | { name: "RosettaRule"; properties: { definition: { name: "definition"; }; eligibility: { defaultValue: false; name: "eligibility"; }; expression: { name: "expression"; }; identifier: { name: "identifier"; }; input: { name: "input"; }; name: { name: "name"; }; references: { defaultValue: []; name: "references"; }; }; superTypes: ["RosettaCallableWithArgs", "RosettaRootElement", "RosettaSymbol"]; } | - | - | packages/core/src/generated/ast.ts:7579 |
types.RosettaRule.name | readonly | "RosettaRule" | - | - | packages/core/src/generated/ast.ts:7580 |
types.RosettaRule.properties | readonly | { definition: { name: "definition"; }; eligibility: { defaultValue: false; name: "eligibility"; }; expression: { name: "expression"; }; identifier: { name: "identifier"; }; input: { name: "input"; }; name: { name: "name"; }; references: { defaultValue: []; name: "references"; }; } | - | - | packages/core/src/generated/ast.ts:7581 |
types.RosettaRule.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:7582 |
types.RosettaRule.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:7583 |
types.RosettaRule.properties.eligibility | readonly | { defaultValue: false; name: "eligibility"; } | - | - | packages/core/src/generated/ast.ts:7585 |
types.RosettaRule.properties.eligibility.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:7587 |
types.RosettaRule.properties.eligibility.name | readonly | "eligibility" | - | - | packages/core/src/generated/ast.ts:7586 |
types.RosettaRule.properties.expression | readonly | { name: "expression"; } | - | - | packages/core/src/generated/ast.ts:7589 |
types.RosettaRule.properties.expression.name | readonly | "expression" | - | - | packages/core/src/generated/ast.ts:7590 |
types.RosettaRule.properties.identifier | readonly | { name: "identifier"; } | - | - | packages/core/src/generated/ast.ts:7592 |
types.RosettaRule.properties.identifier.name | readonly | "identifier" | - | - | packages/core/src/generated/ast.ts:7593 |
types.RosettaRule.properties.input | readonly | { name: "input"; } | - | - | packages/core/src/generated/ast.ts:7595 |
types.RosettaRule.properties.input.name | readonly | "input" | - | - | packages/core/src/generated/ast.ts:7596 |
types.RosettaRule.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7598 |
types.RosettaRule.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7599 |
types.RosettaRule.properties.references | readonly | { defaultValue: []; name: "references"; } | - | - | packages/core/src/generated/ast.ts:7601 |
types.RosettaRule.properties.references.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7603 |
types.RosettaRule.properties.references.name | readonly | "references" | - | - | packages/core/src/generated/ast.ts:7602 |
types.RosettaRule.superTypes | readonly | ["RosettaCallableWithArgs", "RosettaRootElement", "RosettaSymbol"] | - | - | packages/core/src/generated/ast.ts:7606 |
types.RosettaScope | readonly | { name: "RosettaScope"; properties: { definition: { name: "definition"; }; name: { name: "name"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7608 |
types.RosettaScope.name | readonly | "RosettaScope" | - | - | packages/core/src/generated/ast.ts:7609 |
types.RosettaScope.properties | readonly | { definition: { name: "definition"; }; name: { name: "name"; }; } | - | - | packages/core/src/generated/ast.ts:7610 |
types.RosettaScope.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:7611 |
types.RosettaScope.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:7612 |
types.RosettaScope.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7614 |
types.RosettaScope.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7615 |
types.RosettaScope.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7618 |
types.RosettaSegment | readonly | { name: "RosettaSegment"; properties: { name: { name: "name"; }; }; superTypes: ["RosettaRootElement"]; } | - | - | packages/core/src/generated/ast.ts:7620 |
types.RosettaSegment.name | readonly | "RosettaSegment" | - | - | packages/core/src/generated/ast.ts:7621 |
types.RosettaSegment.properties | readonly | { name: { name: "name"; }; } | - | - | packages/core/src/generated/ast.ts:7622 |
types.RosettaSegment.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7623 |
types.RosettaSegment.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7624 |
types.RosettaSegment.superTypes | readonly | ["RosettaRootElement"] | - | - | packages/core/src/generated/ast.ts:7627 |
types.RosettaSegmentRef | readonly | { name: "RosettaSegmentRef"; properties: { segment: { name: "segment"; referenceType: "RosettaSegment"; }; segmentRef: { name: "segmentRef"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7629 |
types.RosettaSegmentRef.name | readonly | "RosettaSegmentRef" | - | - | packages/core/src/generated/ast.ts:7630 |
types.RosettaSegmentRef.properties | readonly | { segment: { name: "segment"; referenceType: "RosettaSegment"; }; segmentRef: { name: "segmentRef"; }; } | - | - | packages/core/src/generated/ast.ts:7631 |
types.RosettaSegmentRef.properties.segment | readonly | { name: "segment"; referenceType: "RosettaSegment"; } | - | - | packages/core/src/generated/ast.ts:7632 |
types.RosettaSegmentRef.properties.segment.name | readonly | "segment" | - | - | packages/core/src/generated/ast.ts:7633 |
types.RosettaSegmentRef.properties.segment.referenceType | readonly | "RosettaSegment" | - | - | packages/core/src/generated/ast.ts:7634 |
types.RosettaSegmentRef.properties.segmentRef | readonly | { name: "segmentRef"; } | - | - | packages/core/src/generated/ast.ts:7636 |
types.RosettaSegmentRef.properties.segmentRef.name | readonly | "segmentRef" | - | - | packages/core/src/generated/ast.ts:7637 |
types.RosettaSegmentRef.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7640 |
types.RosettaStringLiteral | readonly | { name: "RosettaStringLiteral"; properties: { value: { name: "value"; }; }; superTypes: ["RosettaLiteral"]; } | - | - | packages/core/src/generated/ast.ts:7642 |
types.RosettaStringLiteral.name | readonly | "RosettaStringLiteral" | - | - | packages/core/src/generated/ast.ts:7643 |
types.RosettaStringLiteral.properties | readonly | { value: { name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:7644 |
types.RosettaStringLiteral.properties.value | readonly | { name: "value"; } | - | - | packages/core/src/generated/ast.ts:7645 |
types.RosettaStringLiteral.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:7646 |
types.RosettaStringLiteral.superTypes | readonly | ["RosettaLiteral"] | - | - | packages/core/src/generated/ast.ts:7649 |
types.RosettaSuperCall | readonly | { name: "RosettaSuperCall"; properties: { explicitArguments: { defaultValue: false; name: "explicitArguments"; }; name: { name: "name"; }; rawArgs: { defaultValue: []; name: "rawArgs"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7651 |
types.RosettaSuperCall.name | readonly | "RosettaSuperCall" | - | - | packages/core/src/generated/ast.ts:7652 |
types.RosettaSuperCall.properties | readonly | { explicitArguments: { defaultValue: false; name: "explicitArguments"; }; name: { name: "name"; }; rawArgs: { defaultValue: []; name: "rawArgs"; }; } | - | - | packages/core/src/generated/ast.ts:7653 |
types.RosettaSuperCall.properties.explicitArguments | readonly | { defaultValue: false; name: "explicitArguments"; } | - | - | packages/core/src/generated/ast.ts:7654 |
types.RosettaSuperCall.properties.explicitArguments.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:7656 |
types.RosettaSuperCall.properties.explicitArguments.name | readonly | "explicitArguments" | - | - | packages/core/src/generated/ast.ts:7655 |
types.RosettaSuperCall.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7658 |
types.RosettaSuperCall.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7659 |
types.RosettaSuperCall.properties.rawArgs | readonly | { defaultValue: []; name: "rawArgs"; } | - | - | packages/core/src/generated/ast.ts:7661 |
types.RosettaSuperCall.properties.rawArgs.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7663 |
types.RosettaSuperCall.properties.rawArgs.name | readonly | "rawArgs" | - | - | packages/core/src/generated/ast.ts:7662 |
types.RosettaSuperCall.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7666 |
types.RosettaSymbol | readonly | { name: "RosettaSymbol"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7668 |
types.RosettaSymbol.name | readonly | "RosettaSymbol" | - | - | packages/core/src/generated/ast.ts:7669 |
types.RosettaSymbol.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7670 |
types.RosettaSymbol.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7671 |
types.RosettaSymbolReference | readonly | { name: "RosettaSymbolReference"; properties: { explicitArguments: { defaultValue: false; name: "explicitArguments"; }; rawArgs: { defaultValue: []; name: "rawArgs"; }; symbol: { name: "symbol"; referenceType: "RosettaSymbol"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7673 |
types.RosettaSymbolReference.name | readonly | "RosettaSymbolReference" | - | - | packages/core/src/generated/ast.ts:7674 |
types.RosettaSymbolReference.properties | readonly | { explicitArguments: { defaultValue: false; name: "explicitArguments"; }; rawArgs: { defaultValue: []; name: "rawArgs"; }; symbol: { name: "symbol"; referenceType: "RosettaSymbol"; }; } | - | - | packages/core/src/generated/ast.ts:7675 |
types.RosettaSymbolReference.properties.explicitArguments | readonly | { defaultValue: false; name: "explicitArguments"; } | - | - | packages/core/src/generated/ast.ts:7676 |
types.RosettaSymbolReference.properties.explicitArguments.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:7678 |
types.RosettaSymbolReference.properties.explicitArguments.name | readonly | "explicitArguments" | - | - | packages/core/src/generated/ast.ts:7677 |
types.RosettaSymbolReference.properties.rawArgs | readonly | { defaultValue: []; name: "rawArgs"; } | - | - | packages/core/src/generated/ast.ts:7680 |
types.RosettaSymbolReference.properties.rawArgs.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7682 |
types.RosettaSymbolReference.properties.rawArgs.name | readonly | "rawArgs" | - | - | packages/core/src/generated/ast.ts:7681 |
types.RosettaSymbolReference.properties.symbol | readonly | { name: "symbol"; referenceType: "RosettaSymbol"; } | - | - | packages/core/src/generated/ast.ts:7684 |
types.RosettaSymbolReference.properties.symbol.name | readonly | "symbol" | - | - | packages/core/src/generated/ast.ts:7685 |
types.RosettaSymbolReference.properties.symbol.referenceType | readonly | "RosettaSymbol" | - | - | packages/core/src/generated/ast.ts:7686 |
types.RosettaSymbolReference.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7689 |
types.RosettaSynonym | readonly | { name: "RosettaSynonym"; properties: { body: { name: "body"; }; sources: { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7691 |
types.RosettaSynonym.name | readonly | "RosettaSynonym" | - | - | packages/core/src/generated/ast.ts:7692 |
types.RosettaSynonym.properties | readonly | { body: { name: "body"; }; sources: { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; }; } | - | - | packages/core/src/generated/ast.ts:7693 |
types.RosettaSynonym.properties.body | readonly | { name: "body"; } | - | - | packages/core/src/generated/ast.ts:7694 |
types.RosettaSynonym.properties.body.name | readonly | "body" | - | - | packages/core/src/generated/ast.ts:7695 |
types.RosettaSynonym.properties.sources | readonly | { defaultValue: []; name: "sources"; referenceType: "RosettaSynonymSource"; } | - | - | packages/core/src/generated/ast.ts:7697 |
types.RosettaSynonym.properties.sources.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7699 |
types.RosettaSynonym.properties.sources.name | readonly | "sources" | - | - | packages/core/src/generated/ast.ts:7698 |
types.RosettaSynonym.properties.sources.referenceType | readonly | "RosettaSynonymSource" | - | - | packages/core/src/generated/ast.ts:7700 |
types.RosettaSynonym.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7703 |
types.RosettaSynonymBody | readonly | { name: "RosettaSynonymBody"; properties: { format: { name: "format"; }; hints: { defaultValue: []; name: "hints"; }; mapper: { name: "mapper"; }; mappingLogic: { name: "mappingLogic"; }; merge: { name: "merge"; }; metaValues: { defaultValue: []; name: "metaValues"; }; patternMatch: { name: "patternMatch"; }; patternReplace: { name: "patternReplace"; }; removeHtml: { defaultValue: false; name: "removeHtml"; }; values: { defaultValue: []; name: "values"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7705 |
types.RosettaSynonymBody.name | readonly | "RosettaSynonymBody" | - | - | packages/core/src/generated/ast.ts:7706 |
types.RosettaSynonymBody.properties | readonly | { format: { name: "format"; }; hints: { defaultValue: []; name: "hints"; }; mapper: { name: "mapper"; }; mappingLogic: { name: "mappingLogic"; }; merge: { name: "merge"; }; metaValues: { defaultValue: []; name: "metaValues"; }; patternMatch: { name: "patternMatch"; }; patternReplace: { name: "patternReplace"; }; removeHtml: { defaultValue: false; name: "removeHtml"; }; values: { defaultValue: []; name: "values"; }; } | - | - | packages/core/src/generated/ast.ts:7707 |
types.RosettaSynonymBody.properties.format | readonly | { name: "format"; } | - | - | packages/core/src/generated/ast.ts:7708 |
types.RosettaSynonymBody.properties.format.name | readonly | "format" | - | - | packages/core/src/generated/ast.ts:7709 |
types.RosettaSynonymBody.properties.hints | readonly | { defaultValue: []; name: "hints"; } | - | - | packages/core/src/generated/ast.ts:7711 |
types.RosettaSynonymBody.properties.hints.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7713 |
types.RosettaSynonymBody.properties.hints.name | readonly | "hints" | - | - | packages/core/src/generated/ast.ts:7712 |
types.RosettaSynonymBody.properties.mapper | readonly | { name: "mapper"; } | - | - | packages/core/src/generated/ast.ts:7715 |
types.RosettaSynonymBody.properties.mapper.name | readonly | "mapper" | - | - | packages/core/src/generated/ast.ts:7716 |
types.RosettaSynonymBody.properties.mappingLogic | readonly | { name: "mappingLogic"; } | - | - | packages/core/src/generated/ast.ts:7718 |
types.RosettaSynonymBody.properties.mappingLogic.name | readonly | "mappingLogic" | - | - | packages/core/src/generated/ast.ts:7719 |
types.RosettaSynonymBody.properties.merge | readonly | { name: "merge"; } | - | - | packages/core/src/generated/ast.ts:7721 |
types.RosettaSynonymBody.properties.merge.name | readonly | "merge" | - | - | packages/core/src/generated/ast.ts:7722 |
types.RosettaSynonymBody.properties.metaValues | readonly | { defaultValue: []; name: "metaValues"; } | - | - | packages/core/src/generated/ast.ts:7724 |
types.RosettaSynonymBody.properties.metaValues.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7726 |
types.RosettaSynonymBody.properties.metaValues.name | readonly | "metaValues" | - | - | packages/core/src/generated/ast.ts:7725 |
types.RosettaSynonymBody.properties.patternMatch | readonly | { name: "patternMatch"; } | - | - | packages/core/src/generated/ast.ts:7728 |
types.RosettaSynonymBody.properties.patternMatch.name | readonly | "patternMatch" | - | - | packages/core/src/generated/ast.ts:7729 |
types.RosettaSynonymBody.properties.patternReplace | readonly | { name: "patternReplace"; } | - | - | packages/core/src/generated/ast.ts:7731 |
types.RosettaSynonymBody.properties.patternReplace.name | readonly | "patternReplace" | - | - | packages/core/src/generated/ast.ts:7732 |
types.RosettaSynonymBody.properties.removeHtml | readonly | { defaultValue: false; name: "removeHtml"; } | - | - | packages/core/src/generated/ast.ts:7734 |
types.RosettaSynonymBody.properties.removeHtml.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:7736 |
types.RosettaSynonymBody.properties.removeHtml.name | readonly | "removeHtml" | - | - | packages/core/src/generated/ast.ts:7735 |
types.RosettaSynonymBody.properties.values | readonly | { defaultValue: []; name: "values"; } | - | - | packages/core/src/generated/ast.ts:7738 |
types.RosettaSynonymBody.properties.values.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7740 |
types.RosettaSynonymBody.properties.values.name | readonly | "values" | - | - | packages/core/src/generated/ast.ts:7739 |
types.RosettaSynonymBody.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7743 |
types.RosettaSynonymSource | readonly | { name: "RosettaSynonymSource"; properties: { externalClasses: { defaultValue: []; name: "externalClasses"; }; externalEnums: { defaultValue: []; name: "externalEnums"; }; name: { name: "name"; }; superSources: { defaultValue: []; name: "superSources"; referenceType: "RosettaSynonymSource"; }; }; superTypes: ["RosettaRootElement"]; } | - | - | packages/core/src/generated/ast.ts:7745 |
types.RosettaSynonymSource.name | readonly | "RosettaSynonymSource" | - | - | packages/core/src/generated/ast.ts:7746 |
types.RosettaSynonymSource.properties | readonly | { externalClasses: { defaultValue: []; name: "externalClasses"; }; externalEnums: { defaultValue: []; name: "externalEnums"; }; name: { name: "name"; }; superSources: { defaultValue: []; name: "superSources"; referenceType: "RosettaSynonymSource"; }; } | - | - | packages/core/src/generated/ast.ts:7747 |
types.RosettaSynonymSource.properties.externalClasses | readonly | { defaultValue: []; name: "externalClasses"; } | - | - | packages/core/src/generated/ast.ts:7748 |
types.RosettaSynonymSource.properties.externalClasses.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7750 |
types.RosettaSynonymSource.properties.externalClasses.name | readonly | "externalClasses" | - | - | packages/core/src/generated/ast.ts:7749 |
types.RosettaSynonymSource.properties.externalEnums | readonly | { defaultValue: []; name: "externalEnums"; } | - | - | packages/core/src/generated/ast.ts:7752 |
types.RosettaSynonymSource.properties.externalEnums.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7754 |
types.RosettaSynonymSource.properties.externalEnums.name | readonly | "externalEnums" | - | - | packages/core/src/generated/ast.ts:7753 |
types.RosettaSynonymSource.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7756 |
types.RosettaSynonymSource.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7757 |
types.RosettaSynonymSource.properties.superSources | readonly | { defaultValue: []; name: "superSources"; referenceType: "RosettaSynonymSource"; } | - | - | packages/core/src/generated/ast.ts:7759 |
types.RosettaSynonymSource.properties.superSources.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7761 |
types.RosettaSynonymSource.properties.superSources.name | readonly | "superSources" | - | - | packages/core/src/generated/ast.ts:7760 |
types.RosettaSynonymSource.properties.superSources.referenceType | readonly | "RosettaSynonymSource" | - | - | packages/core/src/generated/ast.ts:7762 |
types.RosettaSynonymSource.superTypes | readonly | ["RosettaRootElement"] | - | - | packages/core/src/generated/ast.ts:7765 |
types.RosettaSynonymValueBase | readonly | { name: "RosettaSynonymValueBase"; properties: { maps: { name: "maps"; }; name: { name: "name"; }; path: { name: "path"; }; refType: { name: "refType"; }; value: { name: "value"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7767 |
types.RosettaSynonymValueBase.name | readonly | "RosettaSynonymValueBase" | - | - | packages/core/src/generated/ast.ts:7768 |
types.RosettaSynonymValueBase.properties | readonly | { maps: { name: "maps"; }; name: { name: "name"; }; path: { name: "path"; }; refType: { name: "refType"; }; value: { name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:7769 |
types.RosettaSynonymValueBase.properties.maps | readonly | { name: "maps"; } | - | - | packages/core/src/generated/ast.ts:7770 |
types.RosettaSynonymValueBase.properties.maps.name | readonly | "maps" | - | - | packages/core/src/generated/ast.ts:7771 |
types.RosettaSynonymValueBase.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7773 |
types.RosettaSynonymValueBase.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7774 |
types.RosettaSynonymValueBase.properties.path | readonly | { name: "path"; } | - | - | packages/core/src/generated/ast.ts:7776 |
types.RosettaSynonymValueBase.properties.path.name | readonly | "path" | - | - | packages/core/src/generated/ast.ts:7777 |
types.RosettaSynonymValueBase.properties.refType | readonly | { name: "refType"; } | - | - | packages/core/src/generated/ast.ts:7779 |
types.RosettaSynonymValueBase.properties.refType.name | readonly | "refType" | - | - | packages/core/src/generated/ast.ts:7780 |
types.RosettaSynonymValueBase.properties.value | readonly | { name: "value"; } | - | - | packages/core/src/generated/ast.ts:7782 |
types.RosettaSynonymValueBase.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:7783 |
types.RosettaSynonymValueBase.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7786 |
types.RosettaType | readonly | { name: "RosettaType"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7788 |
types.RosettaType.name | readonly | "RosettaType" | - | - | packages/core/src/generated/ast.ts:7789 |
types.RosettaType.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7790 |
types.RosettaType.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7791 |
types.RosettaTypeAlias | readonly | { name: "RosettaTypeAlias"; properties: { conditions: { defaultValue: []; name: "conditions"; }; definition: { name: "definition"; }; name: { name: "name"; }; parameters: { defaultValue: []; name: "parameters"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaRootElement", "RosettaType"]; } | - | - | packages/core/src/generated/ast.ts:7793 |
types.RosettaTypeAlias.name | readonly | "RosettaTypeAlias" | - | - | packages/core/src/generated/ast.ts:7794 |
types.RosettaTypeAlias.properties | readonly | { conditions: { defaultValue: []; name: "conditions"; }; definition: { name: "definition"; }; name: { name: "name"; }; parameters: { defaultValue: []; name: "parameters"; }; typeCall: { name: "typeCall"; }; } | - | - | packages/core/src/generated/ast.ts:7795 |
types.RosettaTypeAlias.properties.conditions | readonly | { defaultValue: []; name: "conditions"; } | - | - | packages/core/src/generated/ast.ts:7796 |
types.RosettaTypeAlias.properties.conditions.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7798 |
types.RosettaTypeAlias.properties.conditions.name | readonly | "conditions" | - | - | packages/core/src/generated/ast.ts:7797 |
types.RosettaTypeAlias.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:7800 |
types.RosettaTypeAlias.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:7801 |
types.RosettaTypeAlias.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7803 |
types.RosettaTypeAlias.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7804 |
types.RosettaTypeAlias.properties.parameters | readonly | { defaultValue: []; name: "parameters"; } | - | - | packages/core/src/generated/ast.ts:7806 |
types.RosettaTypeAlias.properties.parameters.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7808 |
types.RosettaTypeAlias.properties.parameters.name | readonly | "parameters" | - | - | packages/core/src/generated/ast.ts:7807 |
types.RosettaTypeAlias.properties.typeCall | readonly | { name: "typeCall"; } | - | - | packages/core/src/generated/ast.ts:7810 |
types.RosettaTypeAlias.properties.typeCall.name | readonly | "typeCall" | - | - | packages/core/src/generated/ast.ts:7811 |
types.RosettaTypeAlias.superTypes | readonly | ["RosettaRootElement", "RosettaType"] | - | - | packages/core/src/generated/ast.ts:7814 |
types.RosettaTypedFeature | readonly | { name: "RosettaTypedFeature"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7816 |
types.RosettaTypedFeature.name | readonly | "RosettaTypedFeature" | - | - | packages/core/src/generated/ast.ts:7817 |
types.RosettaTypedFeature.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7818 |
types.RosettaTypedFeature.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7819 |
types.RuleReferenceAnnotation | readonly | { name: "RuleReferenceAnnotation"; properties: { empty: { defaultValue: false; name: "empty"; }; name: { name: "name"; }; path: { name: "path"; }; reportingRule: { name: "reportingRule"; referenceType: "RosettaRule"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7821 |
types.RuleReferenceAnnotation.name | readonly | "RuleReferenceAnnotation" | - | - | packages/core/src/generated/ast.ts:7822 |
types.RuleReferenceAnnotation.properties | readonly | { empty: { defaultValue: false; name: "empty"; }; name: { name: "name"; }; path: { name: "path"; }; reportingRule: { name: "reportingRule"; referenceType: "RosettaRule"; }; } | - | - | packages/core/src/generated/ast.ts:7823 |
types.RuleReferenceAnnotation.properties.empty | readonly | { defaultValue: false; name: "empty"; } | - | - | packages/core/src/generated/ast.ts:7824 |
types.RuleReferenceAnnotation.properties.empty.defaultValue | readonly | false | - | - | packages/core/src/generated/ast.ts:7826 |
types.RuleReferenceAnnotation.properties.empty.name | readonly | "empty" | - | - | packages/core/src/generated/ast.ts:7825 |
types.RuleReferenceAnnotation.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7828 |
types.RuleReferenceAnnotation.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7829 |
types.RuleReferenceAnnotation.properties.path | readonly | { name: "path"; } | - | - | packages/core/src/generated/ast.ts:7831 |
types.RuleReferenceAnnotation.properties.path.name | readonly | "path" | - | - | packages/core/src/generated/ast.ts:7832 |
types.RuleReferenceAnnotation.properties.reportingRule | readonly | { name: "reportingRule"; referenceType: "RosettaRule"; } | - | - | packages/core/src/generated/ast.ts:7834 |
types.RuleReferenceAnnotation.properties.reportingRule.name | readonly | "reportingRule" | - | - | packages/core/src/generated/ast.ts:7835 |
types.RuleReferenceAnnotation.properties.reportingRule.referenceType | readonly | "RosettaRule" | - | - | packages/core/src/generated/ast.ts:7836 |
types.RuleReferenceAnnotation.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7839 |
types.Segment | readonly | { name: "Segment"; properties: { feature: { name: "feature"; referenceType: "RosettaTypedFeature"; }; next: { name: "next"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7841 |
types.Segment.name | readonly | "Segment" | - | - | packages/core/src/generated/ast.ts:7842 |
types.Segment.properties | readonly | { feature: { name: "feature"; referenceType: "RosettaTypedFeature"; }; next: { name: "next"; }; } | - | - | packages/core/src/generated/ast.ts:7843 |
types.Segment.properties.feature | readonly | { name: "feature"; referenceType: "RosettaTypedFeature"; } | - | - | packages/core/src/generated/ast.ts:7844 |
types.Segment.properties.feature.name | readonly | "feature" | - | - | packages/core/src/generated/ast.ts:7845 |
types.Segment.properties.feature.referenceType | readonly | "RosettaTypedFeature" | - | - | packages/core/src/generated/ast.ts:7846 |
types.Segment.properties.next | readonly | { name: "next"; } | - | - | packages/core/src/generated/ast.ts:7848 |
types.Segment.properties.next.name | readonly | "next" | - | - | packages/core/src/generated/ast.ts:7849 |
types.Segment.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7852 |
types.ShortcutDeclaration | readonly | { name: "ShortcutDeclaration"; properties: { definition: { name: "definition"; }; expression: { name: "expression"; }; name: { name: "name"; }; }; superTypes: ["AssignPathRoot", "RosettaSymbol"]; } | - | - | packages/core/src/generated/ast.ts:7854 |
types.ShortcutDeclaration.name | readonly | "ShortcutDeclaration" | - | - | packages/core/src/generated/ast.ts:7855 |
types.ShortcutDeclaration.properties | readonly | { definition: { name: "definition"; }; expression: { name: "expression"; }; name: { name: "name"; }; } | - | - | packages/core/src/generated/ast.ts:7856 |
types.ShortcutDeclaration.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:7857 |
types.ShortcutDeclaration.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:7858 |
types.ShortcutDeclaration.properties.expression | readonly | { name: "expression"; } | - | - | packages/core/src/generated/ast.ts:7860 |
types.ShortcutDeclaration.properties.expression.name | readonly | "expression" | - | - | packages/core/src/generated/ast.ts:7861 |
types.ShortcutDeclaration.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:7863 |
types.ShortcutDeclaration.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:7864 |
types.ShortcutDeclaration.superTypes | readonly | ["AssignPathRoot", "RosettaSymbol"] | - | - | packages/core/src/generated/ast.ts:7867 |
types.SortOperation | readonly | { name: "SortOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7869 |
types.SortOperation.name | readonly | "SortOperation" | - | - | packages/core/src/generated/ast.ts:7870 |
types.SortOperation.properties | readonly | { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7871 |
types.SortOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7872 |
types.SortOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7873 |
types.SortOperation.properties.function | readonly | { name: "function"; } | - | - | packages/core/src/generated/ast.ts:7875 |
types.SortOperation.properties.function.name | readonly | "function" | - | - | packages/core/src/generated/ast.ts:7876 |
types.SortOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7878 |
types.SortOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7879 |
types.SortOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7882 |
types.SumOperation | readonly | { name: "SumOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7884 |
types.SumOperation.name | readonly | "SumOperation" | - | - | packages/core/src/generated/ast.ts:7885 |
types.SumOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7886 |
types.SumOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7887 |
types.SumOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7888 |
types.SumOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7890 |
types.SumOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7891 |
types.SumOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7894 |
types.SwitchCaseGuard | readonly | { name: "SwitchCaseGuard"; properties: { literalGuard: { name: "literalGuard"; }; referenceGuard: { name: "referenceGuard"; referenceType: "SwitchCaseTarget"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7896 |
types.SwitchCaseGuard.name | readonly | "SwitchCaseGuard" | - | - | packages/core/src/generated/ast.ts:7897 |
types.SwitchCaseGuard.properties | readonly | { literalGuard: { name: "literalGuard"; }; referenceGuard: { name: "referenceGuard"; referenceType: "SwitchCaseTarget"; }; } | - | - | packages/core/src/generated/ast.ts:7898 |
types.SwitchCaseGuard.properties.literalGuard | readonly | { name: "literalGuard"; } | - | - | packages/core/src/generated/ast.ts:7899 |
types.SwitchCaseGuard.properties.literalGuard.name | readonly | "literalGuard" | - | - | packages/core/src/generated/ast.ts:7900 |
types.SwitchCaseGuard.properties.referenceGuard | readonly | { name: "referenceGuard"; referenceType: "SwitchCaseTarget"; } | - | - | packages/core/src/generated/ast.ts:7902 |
types.SwitchCaseGuard.properties.referenceGuard.name | readonly | "referenceGuard" | - | - | packages/core/src/generated/ast.ts:7903 |
types.SwitchCaseGuard.properties.referenceGuard.referenceType | readonly | "SwitchCaseTarget" | - | - | packages/core/src/generated/ast.ts:7904 |
types.SwitchCaseGuard.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7907 |
types.SwitchCaseOrDefault | readonly | { name: "SwitchCaseOrDefault"; properties: { expression: { name: "expression"; }; guard: { name: "guard"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7909 |
types.SwitchCaseOrDefault.name | readonly | "SwitchCaseOrDefault" | - | - | packages/core/src/generated/ast.ts:7910 |
types.SwitchCaseOrDefault.properties | readonly | { expression: { name: "expression"; }; guard: { name: "guard"; }; } | - | - | packages/core/src/generated/ast.ts:7911 |
types.SwitchCaseOrDefault.properties.expression | readonly | { name: "expression"; } | - | - | packages/core/src/generated/ast.ts:7912 |
types.SwitchCaseOrDefault.properties.expression.name | readonly | "expression" | - | - | packages/core/src/generated/ast.ts:7913 |
types.SwitchCaseOrDefault.properties.guard | readonly | { name: "guard"; } | - | - | packages/core/src/generated/ast.ts:7915 |
types.SwitchCaseOrDefault.properties.guard.name | readonly | "guard" | - | - | packages/core/src/generated/ast.ts:7916 |
types.SwitchCaseOrDefault.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7919 |
types.SwitchCaseTarget | readonly | { name: "SwitchCaseTarget"; properties: { }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:7921 |
types.SwitchCaseTarget.name | readonly | "SwitchCaseTarget" | - | - | packages/core/src/generated/ast.ts:7922 |
types.SwitchCaseTarget.properties | readonly | { } | - | - | packages/core/src/generated/ast.ts:7923 |
types.SwitchCaseTarget.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:7924 |
types.SwitchOperation | readonly | { name: "SwitchOperation"; properties: { argument: { name: "argument"; }; cases: { defaultValue: []; name: "cases"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7926 |
types.SwitchOperation.name | readonly | "SwitchOperation" | - | - | packages/core/src/generated/ast.ts:7927 |
types.SwitchOperation.properties | readonly | { argument: { name: "argument"; }; cases: { defaultValue: []; name: "cases"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7928 |
types.SwitchOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7929 |
types.SwitchOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7930 |
types.SwitchOperation.properties.cases | readonly | { defaultValue: []; name: "cases"; } | - | - | packages/core/src/generated/ast.ts:7932 |
types.SwitchOperation.properties.cases.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:7934 |
types.SwitchOperation.properties.cases.name | readonly | "cases" | - | - | packages/core/src/generated/ast.ts:7933 |
types.SwitchOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7936 |
types.SwitchOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7937 |
types.SwitchOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7940 |
types.ThenOperation | readonly | { name: "ThenOperation"; properties: { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7942 |
types.ThenOperation.name | readonly | "ThenOperation" | - | - | packages/core/src/generated/ast.ts:7943 |
types.ThenOperation.properties | readonly | { argument: { name: "argument"; }; function: { name: "function"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7944 |
types.ThenOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7945 |
types.ThenOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7946 |
types.ThenOperation.properties.function | readonly | { name: "function"; } | - | - | packages/core/src/generated/ast.ts:7948 |
types.ThenOperation.properties.function.name | readonly | "function" | - | - | packages/core/src/generated/ast.ts:7949 |
types.ThenOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7951 |
types.ThenOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7952 |
types.ThenOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7955 |
types.ToDateOperation | readonly | { name: "ToDateOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7957 |
types.ToDateOperation.name | readonly | "ToDateOperation" | - | - | packages/core/src/generated/ast.ts:7958 |
types.ToDateOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7959 |
types.ToDateOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7960 |
types.ToDateOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7961 |
types.ToDateOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7963 |
types.ToDateOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7964 |
types.ToDateOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7967 |
types.ToDateTimeOperation | readonly | { name: "ToDateTimeOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7969 |
types.ToDateTimeOperation.name | readonly | "ToDateTimeOperation" | - | - | packages/core/src/generated/ast.ts:7970 |
types.ToDateTimeOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7971 |
types.ToDateTimeOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7972 |
types.ToDateTimeOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7973 |
types.ToDateTimeOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7975 |
types.ToDateTimeOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7976 |
types.ToDateTimeOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7979 |
types.ToEnumOperation | readonly | { name: "ToEnumOperation"; properties: { argument: { name: "argument"; }; enumeration: { name: "enumeration"; referenceType: "RosettaEnumeration"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7981 |
types.ToEnumOperation.name | readonly | "ToEnumOperation" | - | - | packages/core/src/generated/ast.ts:7982 |
types.ToEnumOperation.properties | readonly | { argument: { name: "argument"; }; enumeration: { name: "enumeration"; referenceType: "RosettaEnumeration"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7983 |
types.ToEnumOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:7984 |
types.ToEnumOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:7985 |
types.ToEnumOperation.properties.enumeration | readonly | { name: "enumeration"; referenceType: "RosettaEnumeration"; } | - | - | packages/core/src/generated/ast.ts:7987 |
types.ToEnumOperation.properties.enumeration.name | readonly | "enumeration" | - | - | packages/core/src/generated/ast.ts:7988 |
types.ToEnumOperation.properties.enumeration.referenceType | readonly | "RosettaEnumeration" | - | - | packages/core/src/generated/ast.ts:7989 |
types.ToEnumOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:7991 |
types.ToEnumOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:7992 |
types.ToEnumOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:7995 |
types.ToIntOperation | readonly | { name: "ToIntOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:7997 |
types.ToIntOperation.name | readonly | "ToIntOperation" | - | - | packages/core/src/generated/ast.ts:7998 |
types.ToIntOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:7999 |
types.ToIntOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:8000 |
types.ToIntOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:8001 |
types.ToIntOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:8003 |
types.ToIntOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:8004 |
types.ToIntOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:8007 |
types.ToNumberOperation | readonly | { name: "ToNumberOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:8009 |
types.ToNumberOperation.name | readonly | "ToNumberOperation" | - | - | packages/core/src/generated/ast.ts:8010 |
types.ToNumberOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:8011 |
types.ToNumberOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:8012 |
types.ToNumberOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:8013 |
types.ToNumberOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:8015 |
types.ToNumberOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:8016 |
types.ToNumberOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:8019 |
types.ToStringOperation | readonly | { name: "ToStringOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:8021 |
types.ToStringOperation.name | readonly | "ToStringOperation" | - | - | packages/core/src/generated/ast.ts:8022 |
types.ToStringOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:8023 |
types.ToStringOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:8024 |
types.ToStringOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:8025 |
types.ToStringOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:8027 |
types.ToStringOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:8028 |
types.ToStringOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:8031 |
types.ToTimeOperation | readonly | { name: "ToTimeOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:8033 |
types.ToTimeOperation.name | readonly | "ToTimeOperation" | - | - | packages/core/src/generated/ast.ts:8034 |
types.ToTimeOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:8035 |
types.ToTimeOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:8036 |
types.ToTimeOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:8037 |
types.ToTimeOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:8039 |
types.ToTimeOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:8040 |
types.ToTimeOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:8043 |
types.ToZonedDateTimeOperation | readonly | { name: "ToZonedDateTimeOperation"; properties: { argument: { name: "argument"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:8045 |
types.ToZonedDateTimeOperation.name | readonly | "ToZonedDateTimeOperation" | - | - | packages/core/src/generated/ast.ts:8046 |
types.ToZonedDateTimeOperation.properties | readonly | { argument: { name: "argument"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:8047 |
types.ToZonedDateTimeOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:8048 |
types.ToZonedDateTimeOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:8049 |
types.ToZonedDateTimeOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:8051 |
types.ToZonedDateTimeOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:8052 |
types.ToZonedDateTimeOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:8055 |
types.TypeCall | readonly | { name: "TypeCall"; properties: { arguments: { defaultValue: []; name: "arguments"; }; type: { name: "type"; referenceType: "RosettaType"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:8057 |
types.TypeCall.name | readonly | "TypeCall" | - | - | packages/core/src/generated/ast.ts:8058 |
types.TypeCall.properties | readonly | { arguments: { defaultValue: []; name: "arguments"; }; type: { name: "type"; referenceType: "RosettaType"; }; } | - | - | packages/core/src/generated/ast.ts:8059 |
types.TypeCall.properties.arguments | readonly | { defaultValue: []; name: "arguments"; } | - | - | packages/core/src/generated/ast.ts:8060 |
types.TypeCall.properties.arguments.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:8062 |
types.TypeCall.properties.arguments.name | readonly | "arguments" | - | - | packages/core/src/generated/ast.ts:8061 |
types.TypeCall.properties.type | readonly | { name: "type"; referenceType: "RosettaType"; } | - | - | packages/core/src/generated/ast.ts:8064 |
types.TypeCall.properties.type.name | readonly | "type" | - | - | packages/core/src/generated/ast.ts:8065 |
types.TypeCall.properties.type.referenceType | readonly | "RosettaType" | - | - | packages/core/src/generated/ast.ts:8066 |
types.TypeCall.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:8069 |
types.TypeCallArgument | readonly | { name: "TypeCallArgument"; properties: { parameter: { name: "parameter"; referenceType: "TypeParameter"; }; value: { name: "value"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:8071 |
types.TypeCallArgument.name | readonly | "TypeCallArgument" | - | - | packages/core/src/generated/ast.ts:8072 |
types.TypeCallArgument.properties | readonly | { parameter: { name: "parameter"; referenceType: "TypeParameter"; }; value: { name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:8073 |
types.TypeCallArgument.properties.parameter | readonly | { name: "parameter"; referenceType: "TypeParameter"; } | - | - | packages/core/src/generated/ast.ts:8074 |
types.TypeCallArgument.properties.parameter.name | readonly | "parameter" | - | - | packages/core/src/generated/ast.ts:8075 |
types.TypeCallArgument.properties.parameter.referenceType | readonly | "TypeParameter" | - | - | packages/core/src/generated/ast.ts:8076 |
types.TypeCallArgument.properties.value | readonly | { name: "value"; } | - | - | packages/core/src/generated/ast.ts:8078 |
types.TypeCallArgument.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:8079 |
types.TypeCallArgument.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:8082 |
types.TypeParameter | readonly | { name: "TypeParameter"; properties: { definition: { name: "definition"; }; name: { name: "name"; }; typeCall: { name: "typeCall"; }; }; superTypes: ["RosettaSymbol"]; } | - | - | packages/core/src/generated/ast.ts:8084 |
types.TypeParameter.name | readonly | "TypeParameter" | - | - | packages/core/src/generated/ast.ts:8085 |
types.TypeParameter.properties | readonly | { definition: { name: "definition"; }; name: { name: "name"; }; typeCall: { name: "typeCall"; }; } | - | - | packages/core/src/generated/ast.ts:8086 |
types.TypeParameter.properties.definition | readonly | { name: "definition"; } | - | - | packages/core/src/generated/ast.ts:8087 |
types.TypeParameter.properties.definition.name | readonly | "definition" | - | - | packages/core/src/generated/ast.ts:8088 |
types.TypeParameter.properties.name | readonly | { name: "name"; } | - | - | packages/core/src/generated/ast.ts:8090 |
types.TypeParameter.properties.name.name | readonly | "name" | - | - | packages/core/src/generated/ast.ts:8091 |
types.TypeParameter.properties.typeCall | readonly | { name: "typeCall"; } | - | - | packages/core/src/generated/ast.ts:8093 |
types.TypeParameter.properties.typeCall.name | readonly | "typeCall" | - | - | packages/core/src/generated/ast.ts:8094 |
types.TypeParameter.superTypes | readonly | ["RosettaSymbol"] | - | - | packages/core/src/generated/ast.ts:8097 |
types.WithMetaEntry | readonly | { name: "WithMetaEntry"; properties: { key: { name: "key"; referenceType: "RosettaFeature"; }; value: { name: "value"; }; }; superTypes: []; } | - | - | packages/core/src/generated/ast.ts:8099 |
types.WithMetaEntry.name | readonly | "WithMetaEntry" | - | - | packages/core/src/generated/ast.ts:8100 |
types.WithMetaEntry.properties | readonly | { key: { name: "key"; referenceType: "RosettaFeature"; }; value: { name: "value"; }; } | - | - | packages/core/src/generated/ast.ts:8101 |
types.WithMetaEntry.properties.key | readonly | { name: "key"; referenceType: "RosettaFeature"; } | - | - | packages/core/src/generated/ast.ts:8102 |
types.WithMetaEntry.properties.key.name | readonly | "key" | - | - | packages/core/src/generated/ast.ts:8103 |
types.WithMetaEntry.properties.key.referenceType | readonly | "RosettaFeature" | - | - | packages/core/src/generated/ast.ts:8104 |
types.WithMetaEntry.properties.value | readonly | { name: "value"; } | - | - | packages/core/src/generated/ast.ts:8106 |
types.WithMetaEntry.properties.value.name | readonly | "value" | - | - | packages/core/src/generated/ast.ts:8107 |
types.WithMetaEntry.superTypes | readonly | [] | - | - | packages/core/src/generated/ast.ts:8110 |
types.WithMetaOperation | readonly | { name: "WithMetaOperation"; properties: { argument: { name: "argument"; }; entries: { defaultValue: []; name: "entries"; }; operator: { name: "operator"; }; }; superTypes: ["RosettaExpression"]; } | - | - | packages/core/src/generated/ast.ts:8112 |
types.WithMetaOperation.name | readonly | "WithMetaOperation" | - | - | packages/core/src/generated/ast.ts:8113 |
types.WithMetaOperation.properties | readonly | { argument: { name: "argument"; }; entries: { defaultValue: []; name: "entries"; }; operator: { name: "operator"; }; } | - | - | packages/core/src/generated/ast.ts:8114 |
types.WithMetaOperation.properties.argument | readonly | { name: "argument"; } | - | - | packages/core/src/generated/ast.ts:8115 |
types.WithMetaOperation.properties.argument.name | readonly | "argument" | - | - | packages/core/src/generated/ast.ts:8116 |
types.WithMetaOperation.properties.entries | readonly | { defaultValue: []; name: "entries"; } | - | - | packages/core/src/generated/ast.ts:8118 |
types.WithMetaOperation.properties.entries.defaultValue | readonly | [] | - | - | packages/core/src/generated/ast.ts:8120 |
types.WithMetaOperation.properties.entries.name | readonly | "entries" | - | - | packages/core/src/generated/ast.ts:8119 |
types.WithMetaOperation.properties.operator | readonly | { name: "operator"; } | - | - | packages/core/src/generated/ast.ts:8122 |
types.WithMetaOperation.properties.operator.name | readonly | "operator" | - | - | packages/core/src/generated/ast.ts:8123 |
types.WithMetaOperation.superTypes | readonly | ["RosettaExpression"] | - | - | packages/core/src/generated/ast.ts:8126 |
Methods
getAllSubTypes()
ts
getAllSubTypes(type): string[];Defined in: node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:155
Parameters
| Parameter | Type |
|---|---|
type | string |
Returns
string[]
Inherited from
ts
langium.AbstractAstReflection.getAllSubTypesgetAllTypes()
ts
getAllTypes(): string[];Defined in: node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:150
Returns
string[]
Inherited from
ts
langium.AbstractAstReflection.getAllTypesgetReferenceType()
ts
getReferenceType(refInfo): string;Defined in: node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:151
Parameters
| Parameter | Type |
|---|---|
refInfo | ReferenceInfo |
Returns
string
Inherited from
ts
langium.AbstractAstReflection.getReferenceTypegetTypeMetaData()
ts
getTypeMetaData(type): TypeMetaData;Defined in: node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:152
Parameters
| Parameter | Type |
|---|---|
type | string |
Returns
TypeMetaData
Inherited from
ts
langium.AbstractAstReflection.getTypeMetaDataisInstance()
ts
isInstance(node, type): boolean;Defined in: node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:153
Parameters
| Parameter | Type |
|---|---|
node | unknown |
type | string |
Returns
boolean
Inherited from
ts
langium.AbstractAstReflection.isInstanceisSubtype()
ts
isSubtype(subtype, supertype): boolean;Defined in: node_modules/.pnpm/langium@4.2.2/node_modules/langium/lib/syntax-tree.d.ts:154
Parameters
| Parameter | Type |
|---|---|
subtype | string |
supertype | string |
Returns
boolean
Inherited from
ts
langium.AbstractAstReflection.isSubtype