Java 类org.eclipse.lsp4j.ColoringParams 实例源码

项目:SOMns-vscode    文件:LanguageClientExtensions.java   
/**
 * Pushes the {@link ColoringParams coloring parameter} to the client.
 * 
 * @param params
 *            the information that should be pushed to the client side for
 *            coloring purposes. Must not be {@code null}.
 */
@JsonNotification("textDocument/updateColoring")
void updateColoring(ColoringParams params);
项目:lsp4j    文件:LanguageClientExtensions.java   
/**
 * Pushes the {@link ColoringParams coloring parameter} to the client.
 * 
 * @param params
 *            the information that should be pushed to the client side for
 *            coloring purposes. Must not be {@code null}.
 */
@JsonNotification("textDocument/updateColoring")
void updateColoring(ColoringParams params);