- generateJSON(Node, Map<String, Node>, Map<BLangNode, List<SymbolMetaInfo>>) - Static method in class org.ballerinalang.langserver.compiler.format.TextDocumentFormatUtil
-
Generate json representation for the given node.
- get(LSContext.Key<V>) - Method in interface org.ballerinalang.langserver.compiler.LSContext
-
Get property by Key.
- get(PackageID) - Method in class org.ballerinalang.langserver.compiler.LSPackageCache
-
Find the package by Package ID.
- get(LSContext.Key<V>) - Method in class org.ballerinalang.langserver.compiler.LSServiceOperationContext
-
- getAllFilePaths() - Method in interface org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManager
-
Returns a list of all file paths.
- getAllFilePaths() - Method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManagerImpl
-
Returns a list of all file paths.
- getAST(Path, LSCompiler, WorkspaceDocumentManager, LSContext) - Static method in class org.ballerinalang.langserver.compiler.format.TextDocumentFormatUtil
-
Get the AST for the current text document's content.
- getBLangPackage() - Method in class org.ballerinalang.langserver.compiler.common.modal.BallerinaFile
-
- getBLangPackage(LSContext, WorkspaceDocumentManager, boolean, Class, boolean) - Method in class org.ballerinalang.langserver.compiler.LSCompiler
-
Get the BLangPackage for a given program.
- getBLangPackages(LSContext, WorkspaceDocumentManager, boolean, Class, boolean) - Method in class org.ballerinalang.langserver.compiler.LSCompiler
-
Get the BLangPackage for a given program.
- getbSymbol() - Method in class org.ballerinalang.langserver.compiler.common.modal.SymbolMetaInfo
-
- getBuiltInPackagesCompilerContext() - Method in class org.ballerinalang.langserver.compiler.LSContextManager
-
Returns a global singleton compiler context for the static builtin packages.
- getCode() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource.WorkspaceCompilerInput
-
- getCompiler(LSContext, String, CompilerContext, Class) - Static method in class org.ballerinalang.langserver.compiler.LSCompilerUtil
-
Get compiler for the given context and file.
- getCompilerContext() - Method in class org.ballerinalang.langserver.compiler.common.modal.BallerinaFile
-
- getCompilerContext(PackageID, String, WorkspaceDocumentManager) - Method in class org.ballerinalang.langserver.compiler.LSContextManager
-
Returns a unique compiler context for the provided project directory path.
- getCompilerContext(String, WorkspaceDocumentManager) - Method in class org.ballerinalang.langserver.compiler.LSContextManager
-
Returns a unique compiler context for the provided project directory path.
- getCompilerContext(PackageID, String, WorkspaceDocumentManager, boolean) - Method in class org.ballerinalang.langserver.compiler.LSContextManager
-
Returns a unique compiler context for the project directory path.
- getContent() - Method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocument
-
- getConverter() - Method in class org.ballerinalang.langserver.compiler.LSContextManager.NullSourceDirectory
-
- getConverter() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.LangServerFSProgramDirectory
-
- getConverter() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.LangServerFSProjectDirectory
-
- getCurrentModulePath(Path) - Static method in class org.ballerinalang.langserver.compiler.LSCompilerUtil
-
Returns top-level module path of a given file path.
- getCustomErrorStrategy(Class, LSContext) - Static method in class org.ballerinalang.langserver.compiler.common.CustomErrorStrategyFactory
-
Get custom error strategy for given class.
- getDiagnostics() - Method in class org.ballerinalang.langserver.compiler.CollectDiagnosticListener
-
- getDiagnostics() - Method in class org.ballerinalang.langserver.compiler.common.modal.BallerinaFile
-
- getDocument() - Method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManagerImpl.DocumentPair
-
Returns the workspace document.
- getEntryName() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource.WorkspaceCompilerInput
-
- getEntryNames() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getFileContent(Path) - Method in class org.ballerinalang.langserver.compiler.workspace.ExtendedWorkspaceDocumentManagerImpl
-
Returns the content of the file.
- getFileContent(Path) - Method in interface org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManager
-
Returns the content of the file.
- getFileContent(Path) - Method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManagerImpl
-
Returns the content of the file.
- getFullPackageNameAlias() - Method in class org.ballerinalang.langserver.compiler.common.modal.BallerinaPackage
-
Get the full package name alias without the package version appended.
- getHomeRepoPackages() - Static method in class org.ballerinalang.langserver.compiler.LSPackageLoader
-
- getInstance() - Static method in class org.ballerinalang.langserver.compiler.LSContextManager
-
- getInstance(CompilerContext) - Static method in class org.ballerinalang.langserver.compiler.LSPackageCache
-
- getInstance() - Static method in class org.ballerinalang.langserver.compiler.workspace.ExtendedWorkspaceDocumentManagerImpl
-
- getInstance(Path, WorkspaceDocumentManager) - Static method in class org.ballerinalang.langserver.compiler.workspace.repository.LangServerFSProgramDirectory
-
Returns a LangServerFSProgramDirectory instance for a given project root path.
- getInstance(Path, WorkspaceDocumentManager) - Static method in class org.ballerinalang.langserver.compiler.workspace.repository.LangServerFSProjectDirectory
-
Returns a LangServerFSProjectDirectory instance for a given project root path.
- getInstance() - Static method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManagerImpl
-
- getJson() - Method in class org.ballerinalang.langserver.compiler.common.modal.SymbolMetaInfo
-
- getKind() - Method in class org.ballerinalang.langserver.compiler.common.modal.SymbolMetaInfo
-
- getKind() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getLock() - Method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManagerImpl.DocumentPair
-
Returns the associated lock for the file.
- getLockFileContent() - Method in class org.ballerinalang.langserver.compiler.LSContextManager.NullSourceDirectory
-
- getManifestContent() - Method in class org.ballerinalang.langserver.compiler.LSContextManager.NullSourceDirectory
-
- getName() - Method in class org.ballerinalang.langserver.compiler.common.modal.SymbolMetaInfo
-
- getName() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getOrgName() - Method in class org.ballerinalang.langserver.compiler.common.modal.BallerinaPackage
-
- getPackageById(CompilerContext, PackageID) - Static method in class org.ballerinalang.langserver.compiler.LSPackageLoader
-
Deprecated.
- getPackageCache() - Method in class org.ballerinalang.langserver.compiler.LSPackageCache
-
- getPackageId() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getPackageMap() - Method in class org.ballerinalang.langserver.compiler.LSPackageCache
-
- getPackageName() - Method in class org.ballerinalang.langserver.compiler.common.modal.BallerinaPackage
-
- getPackageNameForGivenFile(String, String) - Static method in class org.ballerinalang.langserver.compiler.LSCompilerUtil
-
Get the package name for given file.
- getPackageRepository() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getPackageSourceEntries() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getPackageSourceEntry(String) - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getPackageSymbolById(CompilerContext, PackageID) - Static method in class org.ballerinalang.langserver.compiler.LSPackageLoader
-
Get the package by ID via Package loader.
- getPath() - Method in class org.ballerinalang.langserver.compiler.common.LSDocument
-
Get the path of the given URI.
- getPath() - Method in class org.ballerinalang.langserver.compiler.LSContextManager.NullSourceDirectory
-
- getPath() - Method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocument
-
- getPkgAlias() - Method in class org.ballerinalang.langserver.compiler.common.modal.SymbolMetaInfo
-
- getPkgName() - Method in class org.ballerinalang.langserver.compiler.common.modal.SymbolMetaInfo
-
- getPkgOrgName() - Method in class org.ballerinalang.langserver.compiler.common.modal.SymbolMetaInfo
-
- getProjectDir(Path) - Static method in class org.ballerinalang.langserver.compiler.LSCompilerUtil
-
Get the project dir for given file.
- getRepoHierarchy() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getSdkPackages() - Static method in class org.ballerinalang.langserver.compiler.LSPackageLoader
-
- getSourceFileNames() - Method in class org.ballerinalang.langserver.compiler.LSContextManager.NullSourceDirectory
-
- getSourcePackageNames() - Method in class org.ballerinalang.langserver.compiler.LSContextManager.NullSourceDirectory
-
- getSourceRoot() - Method in class org.ballerinalang.langserver.compiler.common.LSDocument
-
Get source root.
- getSourceRoot(Path) - Static method in class org.ballerinalang.langserver.compiler.LSCompilerUtil
-
Get the source root for the given package.
- getSourceRootPath() - Method in class org.ballerinalang.langserver.compiler.common.LSDocument
-
Get source root path.
- getType(Node) - Static method in class org.ballerinalang.langserver.compiler.format.TextDocumentFormatUtil
-
Get Type of the node as an Json Array.
- getTypeName() - Method in class org.ballerinalang.langserver.compiler.common.modal.SymbolMetaInfo
-
- getUntitledFileId(String) - Static method in class org.ballerinalang.langserver.compiler.LSCompilerUtil
-
Returns unsaved file id or null.
- getUntitledFilePath(String) - Static method in class org.ballerinalang.langserver.compiler.LSCompilerUtil
-
Returns unsaved file path.
- getURI() - Method in class org.ballerinalang.langserver.compiler.common.LSDocument
-
Get the URI of the given string URI.
- getURIString() - Method in class org.ballerinalang.langserver.compiler.common.LSDocument
-
Get the uri.
- getVersion() - Method in class org.ballerinalang.langserver.compiler.common.modal.BallerinaPackage
-