Package org.eclipse.lsp4j
Class MonikerKind
- java.lang.Object
-
- org.eclipse.lsp4j.MonikerKind
-
public final class MonikerKind extends java.lang.ObjectThe moniker kind.Since 3.16.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringExportThe moniker represents a symbol that is exported from a projectstatic java.lang.StringImportThe moniker represents a symbol that is imported into a projectstatic java.lang.StringLocalThe moniker represents a symbol that is local to a project (e.g.
-
-
-
Field Detail
-
Import
public static final java.lang.String Import
The moniker represents a symbol that is imported into a project- See Also:
- Constant Field Values
-
Export
public static final java.lang.String Export
The moniker represents a symbol that is exported from a project- See Also:
- Constant Field Values
-
Local
public static final java.lang.String Local
The moniker represents a symbol that is local to a project (e.g. a local variable of a function, a class not visible outside the project, ...)- See Also:
- Constant Field Values
-
-