- generateJSON(Node, Map<String, Node>) - 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(LSContext.Key<V>) - Method in class org.ballerinalang.langserver.compiler.LSServiceOperationContext
-
- getAST(DocumentFormattingParams, 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) - Static method in class org.ballerinalang.langserver.compiler.LSCompiler
-
Get the BLangPackage for a given program.
- getBuiltinPackages(CompilerContext) - Static method in class org.ballerinalang.langserver.compiler.LSPackageLoader
-
Get the Builtin Package.
- 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.WorkspacePackageSourceEntry
-
- getCompilerContext(PackageID, String) - Method in class org.ballerinalang.langserver.compiler.LSContextManager
-
Returns a unique compiler context for the provided project directory path.
- getCompilerContext(String) - Method in class org.ballerinalang.langserver.compiler.LSContextManager
-
Returns a unique compiler context for the provided project directory path.
- getCompilerContext(PackageID, String, 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
-
- 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
-
- getEntryName() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource.WorkspacePackageSourceEntry
-
- getEntryNames() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getFileContent(Path) - Method in class org.ballerinalang.langserver.compiler.workspace.ExtendedWorkspaceDocumentManagerImpl
-
- getFileContent(Path) - Method in interface org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManager
-
Gets uptodate content of the file.
- getFileContent(Path) - Method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManagerImpl
-
- 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(CompilerContext, Path, WorkspaceDocumentManager) - Static method in class org.ballerinalang.langserver.compiler.workspace.repository.LangServerFSProgramDirectory
-
- getInstance(CompilerContext, Path, WorkspaceDocumentManager) - Static method in class org.ballerinalang.langserver.compiler.workspace.repository.LangServerFSProjectDirectory
-
- getInstance() - Static method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocumentManagerImpl
-
- getKind() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getLock() - Method in class org.ballerinalang.langserver.compiler.workspace.WorkspaceDocument
-
- 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.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getPackageById(CompilerContext, PackageID) - Static method in class org.ballerinalang.langserver.compiler.LSPackageLoader
-
Get the package by ID via Package loader.
- getPackageCache() - Method in class org.ballerinalang.langserver.compiler.LSPackageCache
-
- getPackageId() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- getPackageID() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource.WorkspacePackageSourceEntry
-
- getPackageMap() - Method in class org.ballerinalang.langserver.compiler.LSPackageCache
-
- getPackageNameForGivenFile(String, String) - Static method in class org.ballerinalang.langserver.compiler.LSCompiler
-
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
-
- 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
-
- getRepoHierarchy() - Method in class org.ballerinalang.langserver.compiler.workspace.repository.WorkspacePackageRepository.WorkspacePackageSource
-
- 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.LSCompiler
-
Get the source root for the given package.
- getSourceRootPath() - Method in class org.ballerinalang.langserver.compiler.common.LSDocument
-
Get source root path.
- getStaticPkgNames() - Static method in class org.ballerinalang.langserver.compiler.LSPackageLoader
-
Returns a static packages list.
- getType(Node) - Static method in class org.ballerinalang.langserver.compiler.format.TextDocumentFormatUtil
-
Get Type of the node as an Json Array.
- getUnsavedFileIdOrNull(String) - Static method in class org.ballerinalang.langserver.compiler.LSCompiler
-
Returns unsaved file id or null.
- 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.