Package | Description |
---|---|
org.ballerinalang.langserver.compiler |
Modifier and Type | Method and Description |
---|---|
static BallerinaFile |
LSCompiler.compileContent(String content,
CompilerPhase phase)
Returns a BallerinaFile compiling in-memory content.
|
BallerinaFile |
LSCompiler.compileFile(Path filePath,
CompilerPhase phase)
Compile file.
|
BallerinaFile |
LSCompiler.updateAndCompileFile(Path filePath,
String content,
CompilerPhase phase,
WorkspaceDocumentManager documentManager)
Updates content and compile file.
|
Copyright © 2019 WSO2. All rights reserved.