Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
TypeScript
PullSymbolBinder
Class PullSymbolBinder
Index
Constructor methods
constructor
Properties
declsBeingBound
inBindingOtherDeclsWalker
semanticInfoChain
Methods
bindAllDeclsToPullSymbol
bindCallSignatureDeclarationToPullSymbol
bindCatchVariableToPullSymbol
bindClassDeclarationToPullSymbol
bindConstructSignatureDeclarationToPullSymbol
bindConstructorDeclarationToPullSymbol
bindConstructorTypeDeclarationToPullSymbol
bindDeclToPullSymbol
bindEnumDeclarationToPullSymbol
bindEnumIndexerDeclsToPullSymbols
bindEnumMemberDeclarationToPullSymbol
bindFunctionDeclarationToPullSymbol
bindFunctionExpressionToPullSymbol
bindFunctionTypeDeclarationToPullSymbol
bindGetAccessorDeclarationToPullSymbol
bindImportDeclaration
bindIndexSignatureDeclarationToPullSymbol
bindInterfaceDeclarationToPullSymbol
bindMethodDeclarationToPullSymbol
bindModuleDeclarationToPullSymbol
bindObjectTypeDeclarationToPullSymbol
bindParameterSymbols
bindPropertyDeclarationToPullSymbol
bindSetAccessorDeclarationToPullSymbol
bindSingleDeclToPullSymbol
bindStaticPrototypePropertyOfClass
bindVariableDeclarationToPullSymbol
checkThatExportsMatch
ensurePriorDeclarationsAreBound
findDeclsInContext
findExistingVariableSymbolForModuleValueDecl
getDeclsToBind
getExistingSymbol
getIndexForInsertingSignatureAtEndOfEnclosingDeclInSignatureList
getParent
shouldBindDeclaration
Constructor methods
constructor
(
semanticInfoChain
:
SemanticInfoChain
)
:
PullSymbolBinder
Parameters
semanticInfoChain:
SemanticInfoChain
Returns
PullSymbolBinder
Properties
private
declsBeingBound
:
any
private
inBindingOtherDeclsWalker
:
any
private
semanticInfoChain
:
any
Methods
private
bindAllDeclsToPullSymbol
(
askedDecl
:
any
)
:
any
Parameters
askedDecl:
any
Returns
any
private
bindCallSignatureDeclarationToPullSymbol
(
callSignatureDeclaration
:
any
)
:
any
Parameters
callSignatureDeclaration:
any
Returns
any
private
bindCatchVariableToPullSymbol
(
variableDeclaration
:
any
)
:
any
Parameters
variableDeclaration:
any
Returns
any
private
bindClassDeclarationToPullSymbol
(
classDecl
:
any
)
:
any
Parameters
classDecl:
any
Returns
any
private
bindConstructSignatureDeclarationToPullSymbol
(
constructSignatureDeclaration
:
any
)
:
any
Parameters
constructSignatureDeclaration:
any
Returns
any
private
bindConstructorDeclarationToPullSymbol
(
constructorDeclaration
:
any
)
:
any
Parameters
constructorDeclaration:
any
Returns
any
private
bindConstructorTypeDeclarationToPullSymbol
(
constructorTypeDeclaration
:
any
)
:
any
Parameters
constructorTypeDeclaration:
any
Returns
any
public
bindDeclToPullSymbol
(
decl
:
PullDecl
)
Parameters
decl:
PullDecl
private
bindEnumDeclarationToPullSymbol
(
enumContainerDecl
:
any
)
:
any
Parameters
enumContainerDecl:
any
Returns
any
private
bindEnumIndexerDeclsToPullSymbols
(
enumContainerSymbol
:
any
)
:
any
Parameters
enumContainerSymbol:
any
Returns
any
private
bindEnumMemberDeclarationToPullSymbol
(
propertyDeclaration
:
any
)
:
any
Parameters
propertyDeclaration:
any
Returns
any
private
bindFunctionDeclarationToPullSymbol
(
functionDeclaration
:
any
)
:
any
Parameters
functionDeclaration:
any
Returns
any
private
bindFunctionExpressionToPullSymbol
(
functionExpressionDeclaration
:
any
)
:
any
Parameters
functionExpressionDeclaration:
any
Returns
any
private
bindFunctionTypeDeclarationToPullSymbol
(
functionTypeDeclaration
:
any
)
:
any
Parameters
functionTypeDeclaration:
any
Returns
any
private
bindGetAccessorDeclarationToPullSymbol
(
getAccessorDeclaration
:
any
)
:
any
Parameters
getAccessorDeclaration:
any
Returns
any
private
bindImportDeclaration
(
importDeclaration
:
any
)
:
any
Parameters
importDeclaration:
any
Returns
any
private
bindIndexSignatureDeclarationToPullSymbol
(
indexSignatureDeclaration
:
any
)
:
any
Parameters
indexSignatureDeclaration:
any
Returns
any
private
bindInterfaceDeclarationToPullSymbol
(
interfaceDecl
:
any
)
:
any
Parameters
interfaceDecl:
any
Returns
any
private
bindMethodDeclarationToPullSymbol
(
methodDeclaration
:
any
)
:
any
Parameters
methodDeclaration:
any
Returns
any
private
bindModuleDeclarationToPullSymbol
(
moduleContainerDecl
:
any
)
:
any
Parameters
moduleContainerDecl:
any
Returns
any
private
bindObjectTypeDeclarationToPullSymbol
(
objectDecl
:
any
)
:
any
Parameters
objectDecl:
any
Returns
any
private
bindParameterSymbols
(
functionDeclaration
:
any
, parameterList
:
any
, funcType
:
any
, signatureSymbol
:
any
)
:
any
Parameters
functionDeclaration:
any
parameterList:
any
funcType:
any
signatureSymbol:
any
Returns
any
private
bindPropertyDeclarationToPullSymbol
(
propertyDeclaration
:
any
)
:
any
Parameters
propertyDeclaration:
any
Returns
any
private
bindSetAccessorDeclarationToPullSymbol
(
setAccessorDeclaration
:
any
)
:
any
Parameters
setAccessorDeclaration:
any
Returns
any
private
bindSingleDeclToPullSymbol
(
decl
:
any
)
:
any
Parameters
decl:
any
Returns
any
private
bindStaticPrototypePropertyOfClass
(
classAST
:
any
, classTypeSymbol
:
any
, constructorTypeSymbol
:
any
)
:
any
Parameters
classAST:
any
classTypeSymbol:
any
constructorTypeSymbol:
any
Returns
any
private
bindVariableDeclarationToPullSymbol
(
variableDeclaration
:
any
)
:
any
Parameters
variableDeclaration:
any
Returns
any
private
checkThatExportsMatch
(
decl
:
any
, prevSymbol
:
any
, reportError
?:
any
)
:
any
Parameters
decl:
any
prevSymbol:
any
reportError?:
any
optional
Returns
any
private
ensurePriorDeclarationsAreBound
(
container
:
any
, currentDecl
:
any
)
:
any
Parameters
container:
any
currentDecl:
any
Returns
any
private
findDeclsInContext
(
startingDecl
:
any
, declKind
:
any
, searchGlobally
:
any
)
:
any
Parameters
startingDecl:
any
declKind:
any
searchGlobally:
any
Returns
any
private
findExistingVariableSymbolForModuleValueDecl
(
decl
:
any
)
:
any
Parameters
decl:
any
Returns
any
private
getDeclsToBind
(
decl
:
any
)
:
any
Parameters
decl:
any
Returns
any
private
getExistingSymbol
(
decl
:
any
, searchKind
:
any
, parent
:
any
)
:
any
Parameters
decl:
any
searchKind:
any
parent:
any
Returns
any
private
getIndexForInsertingSignatureAtEndOfEnclosingDeclInSignatureList
(
signature
:
any
, currentSignatures
:
any
)
:
any
Parameters
signature:
any
currentSignatures:
any
Returns
any
private
getParent
(
decl
:
any
, returnInstanceType
?:
any
)
:
any
Parameters
decl:
any
returnInstanceType?:
any
optional
Returns
any
private
shouldBindDeclaration
(
decl
:
any
)
:
any
Parameters
decl:
any
Returns
any
Globals
TypeScript
TypeScript.ASTHelpers
TypeScript.BitMatrix
TypeScript.BitVector
TypeScript.Collections
TypeScript.CompilerDiagnostics
TypeScript.DeclarationCreator
TypeScript.Indentation
TypeScript.IntegerUtilities
TypeScript.LineMap1
TypeScript.Parser
TypeScript.PullHelpers
TypeScript.PullInstantiationHelpers
TypeScript.ScriptSnapshot
TypeScript.Services
TypeScript.Services.Breakpoints
TypeScript.Services.Formatting
TypeScript.Services.Formatting.Shared
TypeScript.SimpleText
TypeScript.Syntax
TypeScript.SyntaxFacts
TypeScript.TextFactory
TypeScript.TextUtilities
typescript-services
DiagnosticCode
Environment
LocalizedDiagnosticMessages
astTranslationTime
compilerDirectoryExistsTime
compilerDirectoryNameTime
compilerFileExistsTime
compilerResolvePathTime
declCacheHit
declCacheMiss
declarationEmitFunctionDeclarationGetSymbolTime
declarationEmitGetAccessorFunctionTime
declarationEmitGetBaseTypeTime
declarationEmitGetBoundDeclTypeTime
declarationEmitGetImportDeclarationSymbolTime
declarationEmitGetTypeParameterSymbolTime
declarationEmitIsExternallyVisibleTime
declarationEmitIsOverloadedCallSignatureTime
declarationEmitTime
declarationEmitTypeSignatureTime
diagnosticInformationMap
emitTime
emitWriteFileTime
fileResolutionGetDefaultLibraryTime
fileResolutionIOTime
fileResolutionImportFileSearchTime
fileResolutionScanImportsTime
fileResolutionTime
ioHostCreateDirectoryStructureTime
ioHostDirectoryNameTime
ioHostResolvePathTime
ioHostWriteFileTime
nSpecializationsCreated
nSpecializedSignaturesCreated
nSpecializedTypeParameterCreated
nodeCreateBufferTime
nodeMakeDirectoryTime
nodeWriteFileSyncTime
pullSymbolID
sentinelEmptyArray
sourceCharactersCompiled
symbolCacheHit
symbolCacheMiss
syntaxDiagnosticsTime
syntaxTreeParseTime
tripleSlashReferenceRegExp
typeCheckTime
AssertionLevel
ByteOrderMark
CharacterCodes
Constants
DiagnosticCategory
EmitContainer
EmitOutputResult
GenerativeTypeClassification
GetAllMembersVisiblity
LanguageVersion
ModuleGenTarget
OutputFileType
PullElementFlags
PullElementKind
SyntaxConstants
SyntaxKind
TypeRelationshipFlags
DiagnosticInfo
IASTSpan
IArrowFunctionExpressionSyntax
IAstWalker
IBitMatrix
IBitVector
ICallExpression
IClassElementSyntax
IEnvironment
IExpressionSyntax
IFileReference
IHashTable
IIndexable
IIterationStatementSyntax
ILineAndCharacter
ILogger
IMemberDeclarationSyntax
IMemberExpressionSyntax
IModuleElementSyntax
IModuleReferenceSyntax
INameSyntax
IParameters
IPostfixExpressionSyntax
IPreProcessedFileInfo
IPrimaryExpressionSyntax
IPropertyAssignmentSyntax
IPullTypeCollection
IReferenceResolverHost
IResolvedFile
IScriptSnapshot
ISeparatedSyntaxList
ISimpleText
ISlidingWindowSource
IStatementSyntax
ISwitchClauseSyntax
ISyntaxElement
ISyntaxList
ISyntaxNode
ISyntaxNodeOrToken
ISyntaxToken
ISyntaxTrivia
ISyntaxTriviaList
ISyntaxVisitor
IText
ITextLine
ITokenInfo
ITokenInformation
ITypeMemberSyntax
ITypeSyntax
IUnaryExpressionSyntax
IndexSignatureInfo
InstantiableSymbol
Iterator
PullCallSymbolInfo
PullSymbolInfo
PullVisibleSymbolsInfo
TypeArgumentMap
AST
ASTSpan
ArgumentList
ArgumentListSyntax
ArrayLiteralExpression
ArrayLiteralExpressionSyntax
ArrayType
ArrayTypeSyntax
ArrayUtilities
AstWalkOptions
AstWalkerFactory
Base64VLQFormat
BinaryExpression
BinaryExpressionSyntax
Block
BlockSyntax
BloomFilter
BreakStatement
BreakStatementSyntax
BuiltInType
CallSignature
CallSignatureSyntax
CandidateInferenceInfo
CaseSwitchClause
CaseSwitchClauseSyntax
CastExpression
CastExpressionSyntax
CatchClause
CatchClauseSyntax
CharacterInfo
ClassDeclaration
ClassDeclarationSyntax
Comment
CompilationSettings
CompileResult
ConditionalExpression
ConditionalExpressionSyntax
Constraint
ConstraintSyntax
ConstructSignature
ConstructSignatureSyntax
ConstructorDeclaration
ConstructorDeclarationSyntax
ConstructorType
ConstructorTypeSyntax
ContextualSignatureInstantiationTypeArgumentInferenceContext
ContinueStatement
ContinueStatementSyntax
Debug
DebuggerStatement
DebuggerStatementSyntax
DeclarationEmitter
DefaultSwitchClause
DefaultSwitchClauseSyntax
DeleteExpression
DeleteExpressionSyntax
DepthLimitedWalker
Diagnostic
DoStatement
DoStatementSyntax
Document
ElementAccessExpression
ElementAccessExpressionSyntax
ElseClause
ElseClauseSyntax
EmitOptions
EmitOutput
EmitState
Emitter
EmptyStatement
EmptyStatementSyntax
EnclosingTypeWalkerState
EnumDeclaration
EnumDeclarationSyntax
EnumElement
EnumElementSyntax
EqualsValueClause
EqualsValueClauseSyntax
Errors
ExportAssignment
ExportAssignmentSyntax
ExpressionStatement
ExpressionStatementSyntax
ExternalModuleReference
ExternalModuleReferenceSyntax
FileInformation
FinallyClause
FinallyClauseSyntax
ForInStatement
ForInStatementSyntax
ForStatement
ForStatementSyntax
FunctionDeclaration
FunctionDeclarationSyntax
FunctionExpression
FunctionExpressionSyntax
FunctionPropertyAssignment
FunctionPropertyAssignmentSyntax
FunctionType
FunctionTypeSyntax
GenericType
GenericTypeSyntax
GetAccessor
GetAccessorSyntax
Hash
HeritageClause
HeritageClauseSyntax
IASTToken
ISeparatedSyntaxList2
ISyntaxList2
IdentiferNameHashTable
Identifier
IdentifierWalker
IfStatement
IfStatementSyntax
ImmutableCompilationSettings
ImportDeclaration
ImportDeclarationSyntax
Indenter
IndexMemberDeclaration
IndexMemberDeclarationSyntax
IndexSignature
IndexSignatureSyntax
InterfaceDeclaration
InterfaceDeclarationSyntax
InvocationExpression
InvocationExpressionSyntax
InvocationTypeArgumentInferenceContext
LabeledStatement
LabeledStatementSyntax
LineAndCharacter
LineMap
LiteralExpression
Location
MathPrototype
MemberAccessExpression
MemberAccessExpressionSyntax
MemberFunctionDeclaration
MemberFunctionDeclarationSyntax
MemberName
MemberNameArray
MemberNameString
MemberVariableDeclaration
MemberVariableDeclarationSyntax
MethodSignature
MethodSignatureSyntax
ModuleDeclaration
ModuleDeclarationSyntax
ModuleNameModuleReference
ModuleNameModuleReferenceSyntax
NormalPullDecl
NullLogger
NumericLiteral
ObjectCreationExpression
ObjectCreationExpressionSyntax
ObjectLiteralExpression
ObjectLiteralExpressionSyntax
ObjectType
ObjectTypeSyntax
OmittedExpression
OmittedExpressionSyntax
OutputFile
Parameter
ParameterList
ParameterListSyntax
ParameterSyntax
ParenthesizedArrowFunctionExpression
ParenthesizedArrowFunctionExpressionSyntax
ParenthesizedExpression
ParenthesizedExpressionSyntax
ParseOptions
PositionTrackingWalker
PositionedElement
PositionedList
PositionedNode
PositionedNodeOrToken
PositionedSeparatedList
PositionedSkippedToken
PositionedToken
PostfixUnaryExpression
PostfixUnaryExpressionSyntax
PrefixUnaryExpression
PrefixUnaryExpressionSyntax
PropertySignature
PropertySignatureSyntax
PullAccessorSymbol
PullAdditionalCallResolutionData
PullAdditionalObjectLiteralResolutionData
PullContainerSymbol
PullContextualTypeContext
PullDecl
PullDeclGroup
PullEnumElementDecl
PullErrorTypeSymbol
PullFunctionExpressionDecl
PullInstantiatedSignatureSymbol
PullInstantiatedTypeParameterSymbol
PullInstantiatedTypeReferenceSymbol
PullPrimitiveTypeSymbol
PullSignatureSymbol
PullStringConstantTypeSymbol
PullSymbol
PullSymbolBinder
constructor
declsBeingBound
inBindingOtherDeclsWalker
semanticInfoChain
bindAllDeclsToPullSymbol
bindCallSignatureDeclarationToPullSymbol
bindCatchVariableToPullSymbol
bindClassDeclarationToPullSymbol
bindConstructSignatureDeclarationToPullSymbol
bindConstructorDeclarationToPullSymbol
bindConstructorTypeDeclarationToPullSymbol
bindDeclToPullSymbol
bindEnumDeclarationToPullSymbol
bindEnumIndexerDeclsToPullSymbols
bindEnumMemberDeclarationToPullSymbol
bindFunctionDeclarationToPullSymbol
bindFunctionExpressionToPullSymbol
bindFunctionTypeDeclarationToPullSymbol
bindGetAccessorDeclarationToPullSymbol
bindImportDeclaration
bindIndexSignatureDeclarationToPullSymbol
bindInterfaceDeclarationToPullSymbol
bindMethodDeclarationToPullSymbol
bindModuleDeclarationToPullSymbol
bindObjectTypeDeclarationToPullSymbol
bindParameterSymbols
bindPropertyDeclarationToPullSymbol
bindSetAccessorDeclarationToPullSymbol
bindSingleDeclToPullSymbol
bindStaticPrototypePropertyOfClass
bindVariableDeclarationToPullSymbol
checkThatExportsMatch
ensurePriorDeclarationsAreBound
findDeclsInContext
findExistingVariableSymbolForModuleValueDecl
getDeclsToBind
getExistingSymbol
getIndexForInsertingSignatureAtEndOfEnclosingDeclInSignatureList
getParent
shouldBindDeclaration
PullSynthesizedDecl
PullTypeAliasSymbol
PullTypeEnclosingTypeWalker
PullTypeParameterSymbol
PullTypeReferenceSymbol
PullTypeResolutionContext
PullTypeResolver
PullTypeSymbol
QualifiedName
QualifiedNameSyntax
ReferenceResolutionResult
ReferenceResolver
RegularExpressionLiteral
ReturnStatement
ReturnStatementSyntax
RootPullDecl
Scanner
ScannerUtilities
SemanticInfoChain
SetAccessor
SetAccessorSyntax
SimpleArrowFunctionExpression
SimpleArrowFunctionExpressionSyntax
SimplePropertyAssignment
SimplePropertyAssignmentSyntax
SlidingWindow
SourceMapEntry
SourceMapPosition
SourceMapper
SourceMapping
SourceUnit
SourceUnitSyntax
StringHashTable
StringLiteral
StringUtilities
SuperExpression
SwitchStatement
SwitchStatementSyntax
SyntaxDedenter
SyntaxIndenter
SyntaxInformationMap
SyntaxNode
SyntaxNodeInvariantsChecker
SyntaxRewriter
SyntaxTokenReplacer
SyntaxTree
SyntaxTreeToAstVisitor
SyntaxUtilities
SyntaxVisitor
SyntaxWalker
TextChangeRange
TextSpan
TextWriter
ThisExpression
ThrowStatement
ThrowStatementSyntax
Timer
TryStatement
TryStatementSyntax
TypeAnnotation
TypeAnnotationSyntax
TypeArgumentInferenceContext
TypeArgumentList
TypeArgumentListSyntax
TypeComparisonInfo
TypeOfExpression
TypeOfExpressionSyntax
TypeParameter
TypeParameterList
TypeParameterListSyntax
TypeParameterSyntax
TypeQuery
TypeQuerySyntax
TypeScriptCompiler
Unicode
VariableDeclaration
VariableDeclarationSyntax
VariableDeclarator
VariableDeclaratorSyntax
VariableStatement
VariableStatementSyntax
VoidExpression
VoidExpressionSyntax
WhileStatement
WhileStatementSyntax
WithStatement
WithStatementSyntax
WrapsTypeParameterCache
changePathToDTS
compareDataObjects
convertToDirectoryPath
createIntrinsicsObject
filePath
filePathComponents
getAstWalkerFactory
getDeclareFilePath
getDiagnosticMessage
getIDForTypeSubstitutions
getLastConstructor
getLocalizedText
getParseOptions
getPathComponents
getPrettyName
getPropertyAssignmentNameTextFromIdentifier
getReferencedFiles
getRelativePathToFixedPath
getRootFilePath
getTrimmedTextLines
hasFlag
hasModifier
isDTSFile
isDoubleQuoted
isQuoted
isRelative
isRooted
isSingleQuoted
isTSFile
isTypesOnlyLocation
lastParameterIsRest
newLine
normalizePath
preProcessFile
quoteStr
stripStartAndEndQuotes
structuralEqualsIncludingPosition
structuralEqualsNotIncludingPosition
switchToForwardSlashes
timeFunction
trimModName