Interface ScriptLanguageService

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
JavaLanguageService

public interface ScriptLanguageService extends AutoCloseable

Editor-independent semantic tooling for a scripting language.

Implementations analyze source text only and must never execute a script. Positions are zero-based so the API maps directly to editor and language-server protocols.