@artel/artc 0.6.25259 → 0.6.25261
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/Cli.js +3 -3
- package/build/api/Api.js +28 -20
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +1266 -1217
- package/build/{chunk-HE4MTX63.js → chunk-66RH6JKB.js} +14377 -13458
- package/build/{chunk-VQI5PLBW.js → chunk-7OS2G5WZ.js} +1 -1
- package/build/{chunk-GVYF4DV5.js → chunk-UWQKBRAT.js} +11 -11
- package/build/types/analysis/AccessedFunction.d.ts +11 -11
- package/build/types/analysis/AnalyzedTranslationPackage.d.ts +28 -28
- package/build/types/analysis/Analyzer.d.ts +184 -168
- package/build/types/analysis/ArgumentToParameterMatchResult.d.ts +9 -9
- package/build/types/analysis/ArgumentsToParametersMatcher.d.ts +8 -8
- package/build/types/analysis/AssignmentChecker.d.ts +4 -4
- package/build/types/analysis/AutotypeCallExpressionMeaning.d.ts +8 -6
- package/build/types/analysis/BaseExpressionMeaning.d.ts +5 -5
- package/build/types/analysis/BaseMemberConflictsValidator.d.ts +7 -7
- package/build/types/analysis/CallExpressionMeaning.d.ts +4 -6
- package/build/types/analysis/ConstructorCallResolver.d.ts +1 -1
- package/build/types/analysis/DeclarationsUsageCounter.d.ts +5 -5
- package/build/types/analysis/DereferenceExpressionMeaning.d.ts +4 -4
- package/build/types/analysis/DiagnosticArgumentFactory.d.ts +2 -2
- package/build/types/analysis/DiagnosticCollector.d.ts +11 -9
- package/build/types/analysis/DisplayableEntity.d.ts +30 -30
- package/build/types/analysis/IdentifierExpressionMeaning.d.ts +7 -7
- package/build/types/analysis/ImportedPackageNameTree.d.ts +1 -1
- package/build/types/analysis/IndexedAccessExpressionMeaning.d.ts +4 -4
- package/build/types/analysis/InstanceFieldsInitializationValidator.d.ts +6 -6
- package/build/types/analysis/MemberAccessExpressionMeaning.d.ts +7 -7
- package/build/types/analysis/ModifierValidator.d.ts +3 -3
- package/build/types/analysis/NamedTypeResolver.d.ts +3 -3
- package/build/types/analysis/NamedTypeSpecifierResolver.d.ts +3 -3
- package/build/types/analysis/NodeTypeUtils.d.ts +1 -1
- package/build/types/analysis/ObjectExpressionMeaning.d.ts +2 -2
- package/build/types/analysis/OverloadResolver.d.ts +13 -13
- package/build/types/analysis/OwnAndBaseConstructorCallsChecker.d.ts +5 -5
- package/build/types/analysis/PackageAndStaticVariablesInitializationValidator.d.ts +5 -5
- package/build/types/analysis/PackageMemberLookup.d.ts +2 -2
- package/build/types/analysis/PackageMemberNameConflictsValidator.d.ts +7 -7
- package/build/types/analysis/ReturnTypeInferrer.d.ts +4 -4
- package/build/types/analysis/SourceFileMembers.d.ts +6 -6
- package/build/types/analysis/SourcePackageDependencyGraph.d.ts +3 -3
- package/build/types/analysis/SubstitutedFunction.d.ts +8 -8
- package/build/types/analysis/TagMeaning.d.ts +4 -4
- package/build/types/analysis/Tags.d.ts +8 -7
- package/build/types/analysis/{Localization.d.ts → Translation.d.ts} +1 -23
- package/build/types/analysis/TypeArgumentInferrer.d.ts +9 -9
- package/build/types/analysis/TypeInferrer.d.ts +4 -4
- package/build/types/analysis/TypeMemberConflictsValidator.d.ts +4 -4
- package/build/types/analysis/TypeMemberImplementationChecker.d.ts +3 -3
- package/build/types/analysis/TypeMemberLookup.d.ts +7 -7
- package/build/types/analysis/TypeNarrower.d.ts +7 -7
- package/build/types/analysis/UserDefinableBinaryOperatorResolver.d.ts +6 -6
- package/build/types/analysis/UserDefinableUnaryOperatorResolver.d.ts +3 -3
- package/build/types/analysis/Utils.d.ts +1 -2
- package/build/types/analysis/WellKnownDeclarations.d.ts +32 -32
- package/build/types/analysis/control-flow/GraphBuilder.d.ts +11 -11
- package/build/types/analysis/control-flow/NarrowableReference.d.ts +10 -10
- package/build/types/analysis/semantic-context/Declarations.d.ts +0 -24
- package/build/types/analysis/semantic-context/FieldWithInitializerSemanticContext.d.ts +2 -2
- package/build/types/analysis/semantic-context/SemanticContextBase.d.ts +23 -22
- package/build/types/analysis/semantic-context/SemanticContextBasedEntityHidingMatcher.d.ts +4 -4
- package/build/types/analysis/semantic-context/SemanticContextBuilder.d.ts +25 -25
- package/build/types/analysis/semantic-context/SemanticContextValidatingNameConflicts.d.ts +9 -9
- package/build/types/analysis/semantic-context/SourceFileSemanticContext.d.ts +8 -8
- package/build/types/analysis/semantic-context/SubprogramSemanticContext.d.ts +27 -27
- package/build/types/analysis/semantic-context/TypeSemanticContext.d.ts +9 -9
- package/build/types/api/Api.d.ts +2 -2
- package/build/types/common/Cached.d.ts +3 -3
- package/build/types/common/CancellationToken.d.ts +2 -2
- package/build/types/common/Delayed.d.ts +2 -2
- package/build/types/common/Displayable.d.ts +3 -3
- package/build/types/common/HelperPhrases.d.ts +2 -1
- package/build/types/common/Interner.d.ts +1 -1
- package/build/types/common/Lazy.d.ts +3 -3
- package/build/types/common/Option.d.ts +2 -2
- package/build/types/common/PerformanceMeasurement.d.ts +2 -2
- package/build/types/common/Query.d.ts +15 -0
- package/build/types/common/ThrottledCancellationToken.d.ts +6 -6
- package/build/types/common/TreeQuery.d.ts +2 -5
- package/build/types/diagnostic/DiagnosticCode.d.ts +142 -139
- package/build/types/diagnostic/DiagnosticData.d.ts +3 -3
- package/build/types/diagnostic/RangeDiagnostic.d.ts +3 -3
- package/build/types/emitter/DebugStack.d.ts +2 -2
- package/build/types/emitter/Emitter.d.ts +5 -5
- package/build/types/emitter/EmitterContext.d.ts +21 -21
- package/build/types/emitter/EntityMap.d.ts +8 -8
- package/build/types/emitter/GeneralLowering.d.ts +2 -2
- package/build/types/emitter/IrBuilder.d.ts +10 -10
- package/build/types/emitter/IrToJs.d.ts +5 -5
- package/build/types/emitter/Transformer.d.ts +5 -5
- package/build/types/emitter/ir/EmitOptions.d.ts +27 -13
- package/build/types/emitter/ir/Nodes.d.ts +28 -27
- package/build/types/emitter/ir/types.d.ts +2 -2
- package/build/types/entities/AliasTypeEntity.d.ts +15 -12
- package/build/types/entities/AliasedType.d.ts +2 -2
- package/build/types/entities/BaseAspectTypes.d.ts +31 -0
- package/build/types/entities/BaseEntityHidingMatcher.d.ts +1 -1
- package/build/types/entities/BaseObjectType.d.ts +31 -0
- package/build/types/entities/ConstructorEntity.d.ts +51 -38
- package/build/types/entities/DereferenceOperatorEntity.d.ts +19 -13
- package/build/types/entities/DestructorEntity.d.ts +21 -14
- package/build/types/entities/EntityHidingMatcherWithinTypeEntity.d.ts +2 -2
- package/build/types/entities/EntityLocalizationContext.d.ts +10 -10
- package/build/types/entities/FunctionEntity.d.ts +86 -70
- package/build/types/entities/FunctionTypeEntity.d.ts +37 -31
- package/build/types/entities/GetterEntity.d.ts +51 -30
- package/build/types/entities/IEntity.d.ts +12 -0
- package/build/types/entities/IndexerEntity.d.ts +24 -24
- package/build/types/entities/LocalizableTextEntity.d.ts +26 -21
- package/build/types/entities/OperatorEntity.d.ts +23 -16
- package/build/types/entities/PackageAliasEntity.d.ts +15 -9
- package/build/types/entities/PackageEntity.d.ts +15 -10
- package/build/types/entities/PackageMembers.d.ts +5 -5
- package/build/types/entities/SetterEntity.d.ts +50 -29
- package/build/types/entities/StructuredTypeEntity.d.ts +76 -115
- package/build/types/entities/TypeEntity.d.ts +2 -1
- package/build/types/entities/TypeEntityMembers.d.ts +11 -11
- package/build/types/entities/TypeExtensionEntity.d.ts +13 -8
- package/build/types/entities/TypeParameterEntity.d.ts +28 -21
- package/build/types/entities/VariableEntity.d.ts +236 -179
- package/build/types/entities/VariantTypeEntity.d.ts +28 -22
- package/build/types/entities/index.d.ts +5 -1
- package/build/types/entities/translated/TranslatedAliasTypeEntity.d.ts +18 -16
- package/build/types/entities/translated/TranslatedConstructorEntity.d.ts +15 -11
- package/build/types/entities/translated/TranslatedDereferenceOperatorEntity.d.ts +16 -12
- package/build/types/entities/translated/TranslatedDestructorEntity.d.ts +15 -11
- package/build/types/entities/translated/TranslatedFunctionEntity.d.ts +32 -27
- package/build/types/entities/translated/TranslatedFunctionTypeEntity.d.ts +33 -29
- package/build/types/entities/translated/TranslatedGetterEntity.d.ts +12 -8
- package/build/types/entities/translated/TranslatedIndexerEntity.d.ts +19 -15
- package/build/types/entities/translated/TranslatedOperatorEntity.d.ts +18 -14
- package/build/types/entities/translated/TranslatedPackageEntity.d.ts +10 -7
- package/build/types/entities/translated/TranslatedSetterEntity.d.ts +11 -7
- package/build/types/entities/translated/TranslatedStructuredTypeEntity.d.ts +41 -39
- package/build/types/entities/translated/TranslatedTypeExtensionEntity.d.ts +12 -9
- package/build/types/entities/translated/TranslatedTypeParameterEntity.d.ts +19 -16
- package/build/types/entities/translated/TranslatedVariableEntity.d.ts +44 -36
- package/build/types/entities/translated/TranslatedVariantTypeEntity.d.ts +28 -24
- package/build/types/executor/NodeCompiler.d.ts +3 -3
- package/build/types/executor/PhysicalTypeScriptLibrariesProvider.d.ts +2 -2
- package/build/types/parser/Parser.d.ts +1 -1
- package/build/types/parser/TriviaInterner.d.ts +3 -3
- package/build/types/project/Compilation.d.ts +3 -3
- package/build/types/project/CompilationLoader.d.ts +5 -5
- package/build/types/project/FileSystemTree.d.ts +6 -6
- package/build/types/project/SourceFile.d.ts +2 -2
- package/build/types/project/SourcePackage.d.ts +1 -1
- package/build/types/project/TextFile.d.ts +1 -1
- package/build/types/project/configuration/ConfigurationConverter.d.ts +1 -1
- package/build/types/project/configuration/ConfigurationFileParser.d.ts +1 -1
- package/build/types/services/AssignFieldService.d.ts +10 -0
- package/build/types/services/CodeActionsService.d.ts +1 -1
- package/build/types/services/CompletionService.d.ts +8 -8
- package/build/types/services/CustomCommand.d.ts +13 -7
- package/build/types/services/DefinitionService.d.ts +1 -1
- package/build/types/services/DisplayService.d.ts +76 -80
- package/build/types/services/DocumentHighlightsService.d.ts +1 -1
- package/build/types/services/HoverService.d.ts +3 -3
- package/build/types/services/LanguageServer.d.ts +32 -32
- package/build/types/services/NodeSemanticInfo.d.ts +9 -9
- package/build/types/services/ProjectItemsService.d.ts +1 -1
- package/build/types/services/RenameService.d.ts +1 -1
- package/build/types/services/SemanticTokensService.d.ts +1 -1
- package/build/types/services/SourceFileItemsService.d.ts +1 -1
- package/build/types/services/TranslationService.d.ts +1 -1
- package/build/types/services/signature-help/{ValueParametersSignatureHelpProvider.d.ts → ParametersSignatureHelpProvider.d.ts} +6 -6
- package/build/types/services/signature-help/{SignatureWithValueParameters.d.ts → SignatureWithParameters.d.ts} +34 -34
- package/build/types/services/signature-help/TypeParameterSignatureHelpProvider.d.ts +4 -4
- package/build/types/services/source-generation/EntityToSyntax.d.ts +4 -4
- package/build/types/services/source-generation/SourceGenerationService.d.ts +5 -5
- package/build/types/services/workspace/CompilationController.d.ts +22 -22
- package/build/types/services/workspace/FileSystemTreeProviderBasedOnWatchedFileSystem.d.ts +13 -13
- package/build/types/services/workspace/ManuallyUpdatedFileSystemTreeProvider.d.ts +4 -4
- package/build/types/services/workspace/Workspace.d.ts +7 -7
- package/build/types/services/workspace/WorkspaceFiles.d.ts +1 -1
- package/build/types/tree/BaseNode.d.ts +12 -3
- package/build/types/tree/NodeKind.d.ts +56 -57
- package/build/types/tree/Nodes.d.ts +18 -20
- package/build/types/tree/SyntaxToCode.d.ts +11 -11
- package/build/types/ts-interop/Entities.d.ts +326 -263
- package/build/types/ts-interop/TsInteropContext.d.ts +16 -14
- package/build/types/ts-interop/TsPackageContents.d.ts +16 -16
- package/build/types/ts-interop/TsPackageMembersCreator.d.ts +10 -10
- package/build/types/ts-interop/TsProgramLoader.d.ts +7 -7
- package/build/types/ts-interop/TsTypeMembersCreator.d.ts +9 -9
- package/build/types/types/AliasType.d.ts +6 -5
- package/build/types/types/FunctionType.d.ts +8 -7
- package/build/types/types/IntersectionType.d.ts +3 -2
- package/build/types/types/ParameterType.d.ts +5 -4
- package/build/types/types/StandardTypes.d.ts +21 -21
- package/build/types/types/StructuredType.d.ts +9 -10
- package/build/types/types/Substitutions.d.ts +1 -1
- package/build/types/types/Type.d.ts +1 -0
- package/build/types/types/TypeMembers.d.ts +42 -42
- package/build/types/types/UnionType.d.ts +3 -2
- package/build/types/types/UnresolvedType.d.ts +3 -2
- package/build/types/types/VariantType.d.ts +5 -4
- package/package.json +1 -1
- package/build/types/entities/TypeMemberContainer.d.ts +0 -23
- package/build/types/services/AddPropertyAssignmentService.d.ts +0 -8
|
@@ -1,50 +1,51 @@
|
|
|
1
|
-
import { Localization } from '../analysis/Localization.js';
|
|
2
1
|
import { SetterDeclaration, SubprogramDeclarationOrLiteral } from '../analysis/NodeTypeUtils.js';
|
|
3
2
|
import { Tag } from '../analysis/Tags.js';
|
|
3
|
+
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { Analyzer } from '../analysis/index.js';
|
|
5
|
-
import { Lazy, Name } from '../common/index.js';
|
|
5
|
+
import { Lazy, Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
6
6
|
import * as tree from '../tree/index.js';
|
|
7
7
|
import * as types from '../types/index.js';
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
|
|
8
|
+
import { IEntity } from './IEntity.js';
|
|
9
|
+
import type { IndexerEntity, PackageEntity, TypeWithMembersOrExtensionEntity } from './index.js';
|
|
10
|
+
import { ConstructorEntity, DefinitionKind, DestructorEntity, EntityHidingLevel, EntityKind, FunctionEntity, FunctionTypeEntity, GetterEntity, OperatorEntity, SetterEntity } from './index.js';
|
|
11
|
+
export type VariableEntity = PackageVariableEntity | FieldEntity | ParameterEntity | TextTemplateParameterEntity | LocalVariableEntity;
|
|
11
12
|
export interface PackageVariableEntity extends IVariableEntity {
|
|
12
13
|
readonly subkind: 'package';
|
|
13
14
|
getContainingPackage(): PackageEntity;
|
|
14
|
-
|
|
15
|
+
getTranslation(): Translation | undefined;
|
|
15
16
|
getOriginalEntity(): PackageVariableEntity;
|
|
16
17
|
}
|
|
17
18
|
export interface FieldEntity extends IVariableEntity {
|
|
18
19
|
readonly subkind: 'field';
|
|
19
|
-
|
|
20
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
20
21
|
isStatic(): boolean;
|
|
21
22
|
isOverride(): boolean;
|
|
22
23
|
markedBasic(): boolean;
|
|
23
24
|
markedAbstract(): boolean;
|
|
24
25
|
getOverriddenMembers(): readonly types.Field[];
|
|
25
26
|
isVariant(): boolean;
|
|
26
|
-
|
|
27
|
+
getTranslation(): Translation | undefined;
|
|
27
28
|
getOriginalEntity(): FieldEntity;
|
|
28
29
|
}
|
|
29
|
-
export interface
|
|
30
|
+
export interface ParameterEntity extends IVariableEntity {
|
|
30
31
|
readonly subkind: 'parameter';
|
|
31
|
-
|
|
32
|
+
getContainingEntity(): EntityContainingParameter;
|
|
32
33
|
isOptional(): boolean;
|
|
33
34
|
isVariadic(): boolean;
|
|
34
|
-
|
|
35
|
-
getOriginalEntity():
|
|
35
|
+
getTranslation(): Translation | undefined;
|
|
36
|
+
getOriginalEntity(): ParameterEntity;
|
|
36
37
|
}
|
|
37
|
-
export interface
|
|
38
|
+
export interface TextTemplateParameterEntity extends IVariableEntity {
|
|
38
39
|
readonly subkind: 'text-template-parameter';
|
|
39
40
|
getContainer(): PackageEntity;
|
|
40
|
-
|
|
41
|
-
getOriginalEntity():
|
|
41
|
+
getTranslation(): Translation | undefined;
|
|
42
|
+
getOriginalEntity(): TextTemplateParameterEntity;
|
|
42
43
|
}
|
|
43
44
|
export interface LocalVariableEntity extends IVariableEntity {
|
|
44
45
|
readonly subkind: 'local';
|
|
45
46
|
getLocalVariableKind(): LocalVariableKind;
|
|
46
47
|
getContainingPackage(): PackageEntity;
|
|
47
|
-
|
|
48
|
+
getTranslation(): Translation | undefined;
|
|
48
49
|
getOriginalEntity(): LocalVariableEntity;
|
|
49
50
|
}
|
|
50
51
|
export declare enum LocalVariableKind {
|
|
@@ -52,7 +53,7 @@ export declare enum LocalVariableKind {
|
|
|
52
53
|
Enumeration = 1,
|
|
53
54
|
Error = 2
|
|
54
55
|
}
|
|
55
|
-
interface IVariableEntity {
|
|
56
|
+
interface IVariableEntity extends IEntity {
|
|
56
57
|
readonly kind: EntityKind.Variable;
|
|
57
58
|
getName(): Name;
|
|
58
59
|
getType(): types.Type;
|
|
@@ -65,20 +66,7 @@ interface IVariableEntity {
|
|
|
65
66
|
getTags(): readonly Tag[];
|
|
66
67
|
ensureAllDiagnosticsReported?(): void;
|
|
67
68
|
}
|
|
68
|
-
export type
|
|
69
|
-
export declare namespace ParameterVariableEntityContainer {
|
|
70
|
-
class Entity {
|
|
71
|
-
readonly entity: EntityContainingValueParameter;
|
|
72
|
-
readonly kind = "entity";
|
|
73
|
-
constructor(entity: EntityContainingValueParameter);
|
|
74
|
-
}
|
|
75
|
-
class FunctionLiteral {
|
|
76
|
-
readonly containingPackage: PackageEntity;
|
|
77
|
-
readonly kind = "function-literal";
|
|
78
|
-
constructor(containingPackage: PackageEntity);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
export type EntityContainingValueParameter = FunctionEntity | IndexerEntity | ConstructorEntity | DestructorEntity | FunctionTypeEntity | OperatorEntity;
|
|
69
|
+
export type EntityContainingParameter = FunctionEntity | IndexerEntity | ConstructorEntity | DestructorEntity | FunctionTypeEntity | OperatorEntity | PackageEntity;
|
|
82
70
|
export type VariableEntityDefinition = {
|
|
83
71
|
kind: DefinitionKind.Source;
|
|
84
72
|
value: SourceVariableEntityDefinition;
|
|
@@ -90,7 +78,7 @@ export type VariableEntityDefinition = {
|
|
|
90
78
|
export type SourceVariableEntityDefinition = SingleSourceVariableEntityDefinition | MultiSourceVariableEntityDefinition;
|
|
91
79
|
export type SingleSourceVariableEntityDefinition = {
|
|
92
80
|
kind: 'single';
|
|
93
|
-
node: tree.PackageVariableDeclaration | tree.FieldDeclaration | tree.LocalVariableDeclaration | tree.
|
|
81
|
+
node: tree.PackageVariableDeclaration | tree.FieldDeclaration | tree.LocalVariableDeclaration | tree.ForStatementVariableDeclaration | tree.ErrorVariableDeclaration | tree.ParameterDeclaration | tree.VariantDeclaration | tree.TranslationTextTemplateParameter;
|
|
94
82
|
};
|
|
95
83
|
export type MultiSourceVariableEntityDefinition = {
|
|
96
84
|
kind: 'multi';
|
|
@@ -113,27 +101,28 @@ export declare class BackingSpecialVariableEntityInfo {
|
|
|
113
101
|
constructor(computedVariable: PackageVariableEntity | FieldEntity);
|
|
114
102
|
}
|
|
115
103
|
export declare class ImplicitFunctionBlockParameterSpecialVariableEntityInfo {
|
|
116
|
-
readonly targetTypeParameter: types.
|
|
104
|
+
readonly targetTypeParameter: types.Parameter;
|
|
117
105
|
readonly functionBlockLiteral: tree.FunctionBlockLiteral;
|
|
118
106
|
readonly kind = "implicit-function-block-parameter";
|
|
119
|
-
constructor(targetTypeParameter: types.
|
|
107
|
+
constructor(targetTypeParameter: types.Parameter, functionBlockLiteral: tree.FunctionBlockLiteral);
|
|
120
108
|
}
|
|
121
109
|
export declare class TextTemplateFunctionTypeParameterSpecialVariableEntityInfo {
|
|
122
|
-
readonly textTemplateParameter:
|
|
110
|
+
readonly textTemplateParameter: TextTemplateParameterEntity;
|
|
123
111
|
readonly kind = "text-template-function-type-parameter";
|
|
124
|
-
constructor(textTemplateParameter:
|
|
112
|
+
constructor(textTemplateParameter: TextTemplateParameterEntity);
|
|
125
113
|
}
|
|
126
114
|
export declare class PackageVariableDeclarationEntity implements PackageVariableEntity {
|
|
127
|
-
private readonly
|
|
128
|
-
private readonly
|
|
115
|
+
private readonly analyzer;
|
|
116
|
+
private readonly node;
|
|
129
117
|
readonly kind = EntityKind.Variable;
|
|
130
118
|
readonly subkind = "package";
|
|
131
|
-
private readonly
|
|
132
|
-
private readonly
|
|
133
|
-
private
|
|
134
|
-
private
|
|
119
|
+
private readonly name;
|
|
120
|
+
private readonly typeInferrer;
|
|
121
|
+
private readonly hiding;
|
|
122
|
+
private modifierFlags_;
|
|
123
|
+
private hasReportedAllDiagnostics;
|
|
135
124
|
private get modifierFlags();
|
|
136
|
-
constructor(
|
|
125
|
+
constructor(analyzer: Analyzer, node: tree.PackageVariableDeclaration);
|
|
137
126
|
getName(): Name;
|
|
138
127
|
getContainingPackage(): PackageEntity;
|
|
139
128
|
getType(): types.Type;
|
|
@@ -145,19 +134,21 @@ export declare class PackageVariableDeclarationEntity implements PackageVariable
|
|
|
145
134
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
146
135
|
getTags(): readonly Tag[];
|
|
147
136
|
ensureAllDiagnosticsReported(): void;
|
|
148
|
-
|
|
137
|
+
getTranslation(): Translation | undefined;
|
|
138
|
+
getLocale(): PackageLocale;
|
|
139
|
+
getDialect(): PackageDialect;
|
|
149
140
|
getOriginalEntity(): PackageVariableEntity;
|
|
150
141
|
}
|
|
151
142
|
export declare class ComputedPackageVariableDeclarationEntity implements PackageVariableEntity {
|
|
152
143
|
readonly kind = EntityKind.Variable;
|
|
153
144
|
readonly subkind = "package";
|
|
154
|
-
private readonly
|
|
155
|
-
private readonly
|
|
156
|
-
private readonly
|
|
157
|
-
private readonly
|
|
158
|
-
private readonly
|
|
159
|
-
private
|
|
160
|
-
private
|
|
145
|
+
private readonly analyzer;
|
|
146
|
+
private readonly getterDeclaration;
|
|
147
|
+
private readonly setterDeclaration;
|
|
148
|
+
private readonly getterOrSetterDeclaration;
|
|
149
|
+
private readonly name;
|
|
150
|
+
private modifierFlags_;
|
|
151
|
+
private hasReportedAllDiagnostics;
|
|
161
152
|
private get modifierFlags();
|
|
162
153
|
constructor(analyzer: Analyzer, getterDeclaration: tree.PackageVariableGetterDeclaration | undefined, setterDeclaration: tree.PackageVariableSetterDeclaration | undefined);
|
|
163
154
|
getName(): Name;
|
|
@@ -170,19 +161,23 @@ export declare class ComputedPackageVariableDeclarationEntity implements Package
|
|
|
170
161
|
getSetter(): SetterEntity | undefined;
|
|
171
162
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
172
163
|
getTags(): readonly Tag[];
|
|
173
|
-
|
|
164
|
+
getTranslation(): Translation | undefined;
|
|
165
|
+
getLocale(): PackageLocale;
|
|
166
|
+
getDialect(): PackageDialect;
|
|
174
167
|
getOriginalEntity(): PackageVariableEntity;
|
|
175
168
|
ensureAllDiagnosticsReported(): void;
|
|
176
169
|
}
|
|
177
170
|
export declare class FieldDeclarationEntity implements FieldEntity {
|
|
178
171
|
readonly kind = EntityKind.Variable;
|
|
179
172
|
readonly subkind = "field";
|
|
180
|
-
private readonly
|
|
181
|
-
private readonly
|
|
182
|
-
private readonly
|
|
183
|
-
private readonly
|
|
184
|
-
private
|
|
185
|
-
private
|
|
173
|
+
private readonly analyzer;
|
|
174
|
+
private readonly node;
|
|
175
|
+
private readonly name;
|
|
176
|
+
private readonly typeInferrer;
|
|
177
|
+
private readonly hiding;
|
|
178
|
+
private containingEntity;
|
|
179
|
+
private modifierFlags_;
|
|
180
|
+
private hasReportedAllDiagnostics;
|
|
186
181
|
private get modifierFlags();
|
|
187
182
|
constructor(analyzer: Analyzer, node: tree.FieldDeclaration);
|
|
188
183
|
getName(): Name;
|
|
@@ -194,32 +189,37 @@ export declare class FieldDeclarationEntity implements FieldEntity {
|
|
|
194
189
|
isHidden(): EntityHidingLevel | undefined;
|
|
195
190
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
196
191
|
getTags(): readonly Tag[];
|
|
197
|
-
|
|
192
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
193
|
+
getContainingPackage(): PackageEntity;
|
|
198
194
|
isStatic(): boolean;
|
|
199
195
|
markedBasic(): boolean;
|
|
200
196
|
isOverride(): boolean;
|
|
201
197
|
markedAbstract(): boolean;
|
|
202
198
|
getOverriddenMembers(): readonly types.Field[];
|
|
203
199
|
isVariant(): boolean;
|
|
204
|
-
|
|
200
|
+
getTranslation(): Translation | undefined;
|
|
201
|
+
getLocale(): PackageLocale;
|
|
202
|
+
getDialect(): PackageDialect;
|
|
205
203
|
getOriginalEntity(): FieldEntity;
|
|
206
204
|
ensureAllDiagnosticsReported(): void;
|
|
207
205
|
}
|
|
208
206
|
export declare class ComputedFieldDeclarationEntity implements FieldEntity {
|
|
209
207
|
readonly kind = EntityKind.Variable;
|
|
210
208
|
readonly subkind = "field";
|
|
211
|
-
private readonly
|
|
212
|
-
private readonly
|
|
213
|
-
private readonly
|
|
214
|
-
private readonly
|
|
215
|
-
private readonly
|
|
216
|
-
private
|
|
217
|
-
private
|
|
209
|
+
private readonly analyzer;
|
|
210
|
+
private readonly getterDeclaration;
|
|
211
|
+
private readonly setterDeclaration;
|
|
212
|
+
private readonly getterOrSetterDeclaration;
|
|
213
|
+
private readonly name;
|
|
214
|
+
private containingEntity;
|
|
215
|
+
private modifierFlags_;
|
|
216
|
+
private hasReportedAllDiagnostics;
|
|
218
217
|
private get modifierFlags();
|
|
219
218
|
constructor(analyzer: Analyzer, getterDeclaration: tree.FieldGetterDeclaration | undefined, setterDeclaration: tree.FieldSetterDeclaration | undefined);
|
|
220
219
|
getName(): Name;
|
|
221
220
|
getType(): types.Type;
|
|
222
|
-
|
|
221
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
222
|
+
getContainingPackage(): PackageEntity;
|
|
223
223
|
isHidden(): EntityHidingLevel | undefined;
|
|
224
224
|
isConstant(): boolean;
|
|
225
225
|
isStatic(): boolean;
|
|
@@ -233,18 +233,21 @@ export declare class ComputedFieldDeclarationEntity implements FieldEntity {
|
|
|
233
233
|
getTags(): readonly Tag[];
|
|
234
234
|
getOverriddenMembers(): readonly types.Field[];
|
|
235
235
|
isVariant(): boolean;
|
|
236
|
-
|
|
236
|
+
getTranslation(): Translation | undefined;
|
|
237
|
+
getLocale(): PackageLocale;
|
|
238
|
+
getDialect(): PackageDialect;
|
|
237
239
|
getOriginalEntity(): FieldEntity;
|
|
238
240
|
ensureAllDiagnosticsReported(): void;
|
|
239
241
|
}
|
|
240
242
|
export declare class VariantDeclarationEntity implements FieldEntity {
|
|
241
243
|
readonly kind = EntityKind.Variable;
|
|
242
244
|
readonly subkind = "field";
|
|
243
|
-
private readonly
|
|
244
|
-
private readonly
|
|
245
|
-
private readonly
|
|
246
|
-
private readonly
|
|
247
|
-
private readonly
|
|
245
|
+
private readonly analyzer;
|
|
246
|
+
private readonly node;
|
|
247
|
+
private readonly variantTypeDeclaration;
|
|
248
|
+
private readonly name;
|
|
249
|
+
private readonly type;
|
|
250
|
+
private containingEntity;
|
|
248
251
|
constructor(analyzer: Analyzer, node: tree.VariantDeclaration);
|
|
249
252
|
getName(): Name;
|
|
250
253
|
getType(): types.Type;
|
|
@@ -255,25 +258,28 @@ export declare class VariantDeclarationEntity implements FieldEntity {
|
|
|
255
258
|
isHidden(): EntityHidingLevel | undefined;
|
|
256
259
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
257
260
|
getTags(): readonly Tag[];
|
|
258
|
-
|
|
261
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
262
|
+
getContainingPackage(): PackageEntity;
|
|
259
263
|
isStatic(): boolean;
|
|
260
264
|
markedBasic(): boolean;
|
|
261
265
|
isOverride(): boolean;
|
|
262
266
|
markedAbstract(): boolean;
|
|
263
267
|
getOverriddenMembers(): readonly types.Field[];
|
|
264
268
|
isVariant(): boolean;
|
|
265
|
-
|
|
269
|
+
getTranslation(): Translation | undefined;
|
|
270
|
+
getLocale(): PackageLocale;
|
|
271
|
+
getDialect(): PackageDialect;
|
|
266
272
|
getOriginalEntity(): FieldEntity;
|
|
267
273
|
}
|
|
268
274
|
export declare class LocalVariableDeclarationEntity implements LocalVariableEntity {
|
|
269
|
-
private readonly
|
|
270
|
-
private readonly
|
|
275
|
+
private readonly analyzer;
|
|
276
|
+
private readonly node;
|
|
271
277
|
readonly kind = EntityKind.Variable;
|
|
272
278
|
readonly subkind = "local";
|
|
273
|
-
private readonly
|
|
274
|
-
private readonly
|
|
275
|
-
private
|
|
276
|
-
constructor(
|
|
279
|
+
private readonly name;
|
|
280
|
+
private readonly typeInferrer;
|
|
281
|
+
private hasReportedAllDiagnostics;
|
|
282
|
+
constructor(analyzer: Analyzer, node: tree.LocalVariableDeclaration);
|
|
277
283
|
getName(): Name;
|
|
278
284
|
getType(): types.Type;
|
|
279
285
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -285,19 +291,21 @@ export declare class LocalVariableDeclarationEntity implements LocalVariableEnti
|
|
|
285
291
|
getTags(): readonly Tag[];
|
|
286
292
|
getLocalVariableKind(): LocalVariableKind;
|
|
287
293
|
getContainingPackage(): PackageEntity;
|
|
288
|
-
|
|
294
|
+
getTranslation(): Translation | undefined;
|
|
295
|
+
getLocale(): PackageLocale;
|
|
296
|
+
getDialect(): PackageDialect;
|
|
289
297
|
getOriginalEntity(): LocalVariableEntity;
|
|
290
298
|
ensureAllDiagnosticsReported(): void;
|
|
291
299
|
}
|
|
292
|
-
export declare class
|
|
293
|
-
private readonly
|
|
294
|
-
private readonly
|
|
300
|
+
export declare class ForStatementElementVariableDeclarationEntity implements LocalVariableEntity {
|
|
301
|
+
private readonly analyzer;
|
|
302
|
+
private readonly node;
|
|
295
303
|
readonly kind = EntityKind.Variable;
|
|
296
304
|
readonly subkind = "local";
|
|
297
|
-
private readonly
|
|
298
|
-
private readonly
|
|
299
|
-
private
|
|
300
|
-
constructor(
|
|
305
|
+
private readonly name;
|
|
306
|
+
private readonly typeInferrer;
|
|
307
|
+
private hasReportedAllDiagnostics;
|
|
308
|
+
constructor(analyzer: Analyzer, node: tree.ForStatementVariableDeclaration);
|
|
301
309
|
getName(): Name;
|
|
302
310
|
getType(): types.Type;
|
|
303
311
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -309,18 +317,43 @@ export declare class EnumerationVariableDeclarationEntity implements LocalVariab
|
|
|
309
317
|
getTags(): readonly Tag[];
|
|
310
318
|
getLocalVariableKind(): LocalVariableKind;
|
|
311
319
|
getContainingPackage(): PackageEntity;
|
|
312
|
-
|
|
320
|
+
getTranslation(): Translation | undefined;
|
|
321
|
+
getLocale(): PackageLocale;
|
|
322
|
+
getDialect(): PackageDialect;
|
|
313
323
|
getOriginalEntity(): LocalVariableEntity;
|
|
314
324
|
ensureAllDiagnosticsReported(): void;
|
|
315
325
|
}
|
|
326
|
+
export declare class ForStatementIndexVariableDeclarationEntity implements LocalVariableEntity {
|
|
327
|
+
private readonly analyzer;
|
|
328
|
+
private readonly node;
|
|
329
|
+
readonly kind = EntityKind.Variable;
|
|
330
|
+
readonly subkind = "local";
|
|
331
|
+
private readonly name;
|
|
332
|
+
constructor(analyzer: Analyzer, node: tree.ForStatementVariableDeclaration);
|
|
333
|
+
getName(): Name;
|
|
334
|
+
getType(): types.Type;
|
|
335
|
+
getDefinition(): VariableEntityDefinition;
|
|
336
|
+
getGetter(): GetterEntity | undefined;
|
|
337
|
+
getSetter(): SetterEntity | undefined;
|
|
338
|
+
isConstant(): boolean;
|
|
339
|
+
isHidden(): EntityHidingLevel | undefined;
|
|
340
|
+
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
341
|
+
getTags(): readonly Tag[];
|
|
342
|
+
getLocalVariableKind(): LocalVariableKind;
|
|
343
|
+
getContainingPackage(): PackageEntity;
|
|
344
|
+
getTranslation(): Translation | undefined;
|
|
345
|
+
getLocale(): PackageLocale;
|
|
346
|
+
getDialect(): PackageDialect;
|
|
347
|
+
getOriginalEntity(): LocalVariableEntity;
|
|
348
|
+
}
|
|
316
349
|
export declare class ErrorVariableDeclarationEntity implements LocalVariableEntity {
|
|
317
|
-
private readonly
|
|
318
|
-
private readonly
|
|
350
|
+
private readonly analyzer;
|
|
351
|
+
private readonly node;
|
|
319
352
|
readonly kind = EntityKind.Variable;
|
|
320
353
|
readonly subkind = "local";
|
|
321
|
-
private readonly
|
|
322
|
-
private readonly
|
|
323
|
-
constructor(
|
|
354
|
+
private readonly name;
|
|
355
|
+
private readonly type;
|
|
356
|
+
constructor(analyzer: Analyzer, node: tree.ErrorVariableDeclaration);
|
|
324
357
|
getName(): Name;
|
|
325
358
|
getType(): types.Type;
|
|
326
359
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -332,18 +365,20 @@ export declare class ErrorVariableDeclarationEntity implements LocalVariableEnti
|
|
|
332
365
|
getTags(): readonly Tag[];
|
|
333
366
|
getLocalVariableKind(): LocalVariableKind;
|
|
334
367
|
getContainingPackage(): PackageEntity;
|
|
335
|
-
|
|
368
|
+
getTranslation(): Translation | undefined;
|
|
369
|
+
getLocale(): PackageLocale;
|
|
370
|
+
getDialect(): PackageDialect;
|
|
336
371
|
getOriginalEntity(): LocalVariableEntity;
|
|
337
372
|
}
|
|
338
|
-
export declare class ParameterDeclarationEntity implements
|
|
339
|
-
private readonly
|
|
340
|
-
private readonly
|
|
373
|
+
export declare class ParameterDeclarationEntity implements ParameterEntity {
|
|
374
|
+
private readonly analyzer;
|
|
375
|
+
private readonly node;
|
|
341
376
|
readonly kind = EntityKind.Variable;
|
|
342
377
|
readonly subkind = "parameter";
|
|
343
|
-
private readonly
|
|
344
|
-
private readonly
|
|
345
|
-
private
|
|
346
|
-
constructor(
|
|
378
|
+
private readonly name;
|
|
379
|
+
private readonly typeInferrer;
|
|
380
|
+
private hasReportedAllDiagnostics;
|
|
381
|
+
constructor(analyzer: Analyzer, node: tree.ParameterDeclaration);
|
|
347
382
|
getName(): Name;
|
|
348
383
|
getType(): types.Type;
|
|
349
384
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -353,25 +388,28 @@ export declare class ParameterDeclarationEntity implements ParameterVariableEnti
|
|
|
353
388
|
isHidden(): EntityHidingLevel | undefined;
|
|
354
389
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
355
390
|
getTags(): readonly Tag[];
|
|
356
|
-
|
|
391
|
+
getContainingEntity(): EntityContainingParameter;
|
|
392
|
+
getContainingPackage(): PackageEntity;
|
|
357
393
|
isOptional(): boolean;
|
|
358
394
|
isVariadic(): boolean;
|
|
359
|
-
|
|
360
|
-
|
|
395
|
+
getTranslation(): Translation | undefined;
|
|
396
|
+
getLocale(): PackageLocale;
|
|
397
|
+
getDialect(): PackageDialect;
|
|
398
|
+
getOriginalEntity(): ParameterEntity;
|
|
361
399
|
ensureAllDiagnosticsReported(): void;
|
|
362
400
|
}
|
|
363
|
-
export declare class IndexParameterDeclarationEntity implements
|
|
364
|
-
private readonly
|
|
365
|
-
private readonly
|
|
366
|
-
private readonly
|
|
367
|
-
private readonly
|
|
401
|
+
export declare class IndexParameterDeclarationEntity implements ParameterEntity {
|
|
402
|
+
private readonly analyzer;
|
|
403
|
+
private readonly getterParameterDeclaration;
|
|
404
|
+
private readonly setterParameterDeclaration;
|
|
405
|
+
private readonly indexerEntity;
|
|
368
406
|
readonly kind = EntityKind.Variable;
|
|
369
407
|
readonly subkind = "parameter";
|
|
370
|
-
private readonly
|
|
371
|
-
private readonly
|
|
372
|
-
private readonly
|
|
373
|
-
private
|
|
374
|
-
constructor(
|
|
408
|
+
private readonly getterOrSetterParameterDeclaration;
|
|
409
|
+
private readonly name;
|
|
410
|
+
private readonly typeInferrer;
|
|
411
|
+
private hasReportedAllDiagnostics;
|
|
412
|
+
constructor(analyzer: Analyzer, getterParameterDeclaration: tree.ParameterDeclaration | undefined, setterParameterDeclaration: tree.ParameterDeclaration | undefined, indexerEntity: IndexerEntity);
|
|
375
413
|
getName(): Name;
|
|
376
414
|
getType(): types.Type;
|
|
377
415
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -381,22 +419,25 @@ export declare class IndexParameterDeclarationEntity implements ParameterVariabl
|
|
|
381
419
|
isHidden(): EntityHidingLevel | undefined;
|
|
382
420
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
383
421
|
getTags(): readonly Tag[];
|
|
384
|
-
|
|
422
|
+
getContainingEntity(): EntityContainingParameter;
|
|
423
|
+
getContainingPackage(): PackageEntity;
|
|
385
424
|
isOptional(): boolean;
|
|
386
425
|
isVariadic(): boolean;
|
|
387
|
-
|
|
388
|
-
|
|
426
|
+
getTranslation(): Translation | undefined;
|
|
427
|
+
getLocale(): PackageLocale;
|
|
428
|
+
getDialect(): PackageDialect;
|
|
429
|
+
getOriginalEntity(): ParameterEntity;
|
|
389
430
|
ensureAllDiagnosticsReported(): void;
|
|
390
431
|
}
|
|
391
|
-
export declare class FunctionLiteralParameterDeclarationEntity implements
|
|
392
|
-
private readonly
|
|
393
|
-
private readonly
|
|
394
|
-
private readonly
|
|
432
|
+
export declare class FunctionLiteralParameterDeclarationEntity implements ParameterEntity {
|
|
433
|
+
private readonly analyzer;
|
|
434
|
+
private readonly node;
|
|
435
|
+
private readonly functionLiteral;
|
|
395
436
|
readonly kind = EntityKind.Variable;
|
|
396
437
|
readonly subkind = "parameter";
|
|
397
|
-
private readonly
|
|
398
|
-
private readonly
|
|
399
|
-
constructor(
|
|
438
|
+
private readonly parameterIndex;
|
|
439
|
+
private readonly name;
|
|
440
|
+
constructor(analyzer: Analyzer, node: tree.ParameterDeclaration, functionLiteral: tree.FunctionLiteral);
|
|
400
441
|
getName(): Name;
|
|
401
442
|
getType(): types.Type;
|
|
402
443
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -406,23 +447,26 @@ export declare class FunctionLiteralParameterDeclarationEntity implements Parame
|
|
|
406
447
|
isHidden(): EntityHidingLevel | undefined;
|
|
407
448
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
408
449
|
getTags(): readonly Tag[];
|
|
409
|
-
|
|
450
|
+
getContainingEntity(): EntityContainingParameter;
|
|
451
|
+
getContainingPackage(): PackageEntity;
|
|
410
452
|
isOptional(): boolean;
|
|
411
453
|
isVariadic(): boolean;
|
|
412
|
-
|
|
413
|
-
|
|
454
|
+
getTranslation(): Translation | undefined;
|
|
455
|
+
getLocale(): PackageLocale;
|
|
456
|
+
getDialect(): PackageDialect;
|
|
457
|
+
getOriginalEntity(): ParameterEntity;
|
|
414
458
|
}
|
|
415
459
|
export declare class IntrinsicPackageVariableEntity implements PackageVariableEntity {
|
|
416
|
-
private readonly
|
|
417
|
-
private readonly
|
|
418
|
-
private readonly
|
|
419
|
-
private readonly
|
|
420
|
-
private readonly
|
|
421
|
-
private readonly
|
|
422
|
-
private readonly
|
|
460
|
+
private readonly name;
|
|
461
|
+
private readonly type;
|
|
462
|
+
private readonly containingPackage;
|
|
463
|
+
private readonly isSpecial_;
|
|
464
|
+
private readonly isHidden_;
|
|
465
|
+
private readonly getter;
|
|
466
|
+
private readonly setter;
|
|
423
467
|
readonly kind = EntityKind.Variable;
|
|
424
468
|
readonly subkind = "package";
|
|
425
|
-
constructor(
|
|
469
|
+
constructor(name: Name, type: types.Type | Lazy<types.Type>, containingPackage: PackageEntity, isSpecial_: SpecialVariableEntityInfo | undefined, isHidden_: EntityHidingLevel | undefined, getter: GetterEntity | undefined, setter: SetterEntity | undefined);
|
|
426
470
|
getName(): Name;
|
|
427
471
|
getType(): types.Type;
|
|
428
472
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -433,25 +477,27 @@ export declare class IntrinsicPackageVariableEntity implements PackageVariableEn
|
|
|
433
477
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
434
478
|
getTags(): readonly Tag[];
|
|
435
479
|
getContainingPackage(): PackageEntity;
|
|
436
|
-
|
|
480
|
+
getTranslation(): Translation | undefined;
|
|
481
|
+
getLocale(): PackageLocale;
|
|
482
|
+
getDialect(): PackageDialect;
|
|
437
483
|
getOriginalEntity(): PackageVariableEntity;
|
|
438
484
|
}
|
|
439
485
|
export declare class IntrinsicFieldEntity implements FieldEntity {
|
|
440
|
-
private readonly
|
|
441
|
-
private readonly
|
|
442
|
-
private readonly
|
|
443
|
-
private readonly
|
|
444
|
-
private readonly
|
|
445
|
-
private readonly
|
|
446
|
-
private readonly
|
|
447
|
-
private readonly
|
|
448
|
-
private readonly
|
|
449
|
-
private readonly
|
|
450
|
-
private readonly
|
|
451
|
-
private readonly
|
|
486
|
+
private readonly name;
|
|
487
|
+
private readonly type;
|
|
488
|
+
private readonly containingEntity;
|
|
489
|
+
private readonly isStatic_;
|
|
490
|
+
private readonly markedBasic_;
|
|
491
|
+
private readonly isOverride_;
|
|
492
|
+
private readonly markedAbstract_;
|
|
493
|
+
private readonly isSpecial_;
|
|
494
|
+
private readonly isHidden_;
|
|
495
|
+
private readonly getter;
|
|
496
|
+
private readonly setter;
|
|
497
|
+
private readonly overriddenMembers;
|
|
452
498
|
readonly kind = EntityKind.Variable;
|
|
453
499
|
readonly subkind = "field";
|
|
454
|
-
constructor(
|
|
500
|
+
constructor(name: Name, type: types.Type, containingEntity: TypeWithMembersOrExtensionEntity, isStatic_: boolean, markedBasic_: boolean, isOverride_: boolean, markedAbstract_: boolean, isSpecial_: SpecialVariableEntityInfo | undefined, isHidden_: EntityHidingLevel | undefined, getter: GetterEntity | undefined, setter: SetterEntity | undefined, overriddenMembers: readonly types.Field[]);
|
|
455
501
|
getName(): Name;
|
|
456
502
|
getType(): types.Type;
|
|
457
503
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -461,26 +507,29 @@ export declare class IntrinsicFieldEntity implements FieldEntity {
|
|
|
461
507
|
isHidden(): EntityHidingLevel | undefined;
|
|
462
508
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
463
509
|
getTags(): readonly Tag[];
|
|
464
|
-
|
|
510
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
511
|
+
getContainingPackage(): PackageEntity;
|
|
465
512
|
isStatic(): boolean;
|
|
466
513
|
markedBasic(): boolean;
|
|
467
514
|
isOverride(): boolean;
|
|
468
515
|
markedAbstract(): boolean;
|
|
469
516
|
getOverriddenMembers(): readonly types.Field[];
|
|
470
517
|
isVariant(): boolean;
|
|
471
|
-
|
|
518
|
+
getTranslation(): Translation | undefined;
|
|
519
|
+
getLocale(): PackageLocale;
|
|
520
|
+
getDialect(): PackageDialect;
|
|
472
521
|
getOriginalEntity(): FieldEntity;
|
|
473
522
|
}
|
|
474
|
-
export declare class
|
|
475
|
-
private readonly
|
|
476
|
-
private readonly
|
|
477
|
-
private readonly
|
|
478
|
-
private readonly
|
|
479
|
-
private readonly
|
|
480
|
-
private readonly
|
|
523
|
+
export declare class IntrinsicParameterEntity implements ParameterEntity {
|
|
524
|
+
private readonly name;
|
|
525
|
+
private readonly type;
|
|
526
|
+
private readonly containingEntity;
|
|
527
|
+
private readonly isOptional_;
|
|
528
|
+
private readonly isVariadic_;
|
|
529
|
+
private readonly isSpecial_;
|
|
481
530
|
readonly kind = EntityKind.Variable;
|
|
482
531
|
readonly subkind = "parameter";
|
|
483
|
-
constructor(
|
|
532
|
+
constructor(name: Name, type: types.Type, containingEntity: EntityContainingParameter, isOptional_: boolean, isVariadic_: boolean, isSpecial_: SpecialVariableEntityInfo | undefined);
|
|
484
533
|
getName(): Name;
|
|
485
534
|
getType(): types.Type;
|
|
486
535
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -490,21 +539,24 @@ export declare class IntrinsicParameterVariableEntity implements ParameterVariab
|
|
|
490
539
|
isHidden(): EntityHidingLevel | undefined;
|
|
491
540
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
492
541
|
getTags(): readonly Tag[];
|
|
493
|
-
|
|
542
|
+
getContainingEntity(): EntityContainingParameter;
|
|
543
|
+
getContainingPackage(): PackageEntity;
|
|
494
544
|
isOptional(): boolean;
|
|
495
545
|
isVariadic(): boolean;
|
|
496
|
-
|
|
497
|
-
|
|
546
|
+
getTranslation(): Translation | undefined;
|
|
547
|
+
getLocale(): PackageLocale;
|
|
548
|
+
getDialect(): PackageDialect;
|
|
549
|
+
getOriginalEntity(): ParameterEntity;
|
|
498
550
|
}
|
|
499
551
|
export declare class IntrinsicLocalVariableEntity implements LocalVariableEntity {
|
|
500
|
-
private readonly
|
|
501
|
-
private readonly
|
|
502
|
-
private readonly
|
|
503
|
-
private readonly
|
|
504
|
-
private readonly
|
|
552
|
+
private readonly name;
|
|
553
|
+
private readonly type;
|
|
554
|
+
private readonly isConstant_;
|
|
555
|
+
private readonly containingPackage;
|
|
556
|
+
private readonly isSpecial_;
|
|
505
557
|
readonly kind = EntityKind.Variable;
|
|
506
558
|
readonly subkind = "local";
|
|
507
|
-
constructor(
|
|
559
|
+
constructor(name: Name, type: types.Type, isConstant_: boolean, containingPackage: PackageEntity, isSpecial_: SpecialVariableEntityInfo | undefined);
|
|
508
560
|
getName(): Name;
|
|
509
561
|
getType(): types.Type;
|
|
510
562
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -516,18 +568,21 @@ export declare class IntrinsicLocalVariableEntity implements LocalVariableEntity
|
|
|
516
568
|
getTags(): readonly Tag[];
|
|
517
569
|
getLocalVariableKind(): LocalVariableKind;
|
|
518
570
|
getContainingPackage(): PackageEntity;
|
|
519
|
-
|
|
571
|
+
getTranslation(): Translation | undefined;
|
|
572
|
+
getLocale(): PackageLocale;
|
|
573
|
+
getDialect(): PackageDialect;
|
|
520
574
|
getOriginalEntity(): LocalVariableEntity;
|
|
521
575
|
}
|
|
522
|
-
export declare class TranslationTextTemplateParameterEntity implements
|
|
523
|
-
private readonly
|
|
524
|
-
private readonly
|
|
576
|
+
export declare class TranslationTextTemplateParameterEntity implements TextTemplateParameterEntity {
|
|
577
|
+
private readonly analyzer;
|
|
578
|
+
private readonly node;
|
|
525
579
|
readonly kind = EntityKind.Variable;
|
|
526
580
|
readonly subkind = "text-template-parameter";
|
|
527
|
-
private readonly
|
|
528
|
-
constructor(
|
|
581
|
+
private readonly name;
|
|
582
|
+
constructor(analyzer: Analyzer, node: tree.TranslationTextTemplateParameter);
|
|
529
583
|
getName(): Name;
|
|
530
584
|
getContainer(): PackageEntity;
|
|
585
|
+
getContainingPackage(): PackageEntity;
|
|
531
586
|
getType(): types.Type;
|
|
532
587
|
getDefinition(): VariableEntityDefinition;
|
|
533
588
|
getGetter(): GetterEntity | undefined;
|
|
@@ -538,7 +593,9 @@ export declare class TranslationTextTemplateParameterEntity implements TextTempl
|
|
|
538
593
|
getTags(): readonly Tag[];
|
|
539
594
|
isOptional(): boolean;
|
|
540
595
|
isVariadic(): boolean;
|
|
541
|
-
|
|
542
|
-
|
|
596
|
+
getTranslation(): Translation | undefined;
|
|
597
|
+
getLocale(): PackageLocale;
|
|
598
|
+
getDialect(): PackageDialect;
|
|
599
|
+
getOriginalEntity(): TextTemplateParameterEntity;
|
|
543
600
|
}
|
|
544
601
|
export {};
|