summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/include/LibLsp/lsp/extention/jdtls/classFileContents.h
blob: 70eb121b998359cbd02907889a208bb694b6b67f (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "LibLsp/JsonRpc/RequestInMessage.h"
#include "LibLsp/JsonRpc/lsResponseMessage.h"

#include <string>
#include "LibLsp/lsp/lsTextDocumentIdentifier.h"

DEFINE_REQUEST_RESPONSE_TYPE(java_classFileContents, lsTextDocumentIdentifier, std::string ,"java/classFileContents");