| Package | Description |
|---|---|
| org.ballerinalang.langserver.compiler |
| Modifier and Type | Method and Description |
|---|---|
BallerinaFile |
LSCompiler.compileContent(String content,
CompilerPhase phase) |
BallerinaFile |
LSCompiler.compileContent(String content,
CompilerPhase phase,
boolean preserveWhitespace)
Returns a BallerinaFile compiling in-memory content.
|
BallerinaFile |
LSCompiler.compileContent(String content,
Path filePath,
CompilerPhase phase) |
BallerinaFile |
LSCompiler.compileContent(String content,
Path filePath,
CompilerPhase phase,
boolean preserveWhitespace) |
static BallerinaFile |
LSCompiler.compileContent(String content,
Path filePath,
CompilerPhase phase,
WorkspaceDocumentManager documentManager,
boolean preserveWhitespace) |
Copyright © 2018 WSO2. All rights reserved.