NativeParseRequest is a request to parse a file and get its native AST.
NativeParseResponse is the reply to NativeParseRequest by the native parser.
NativeParseResponse is the reply to NativeParseRequest by the native parser.
ParseRequest is a request to parse a file and get its UAST.
ParseRequest is a request to parse a file and get its UAST.
ParseResponse is the reply to ParseRequest.
ParseResponse is the reply to ParseRequest.
VersionRequest is a request to get server version
VersionRequest is a request to get server version
VersionResponse is the reply to VersionRequest
VersionResponse is the reply to VersionRequest
NativeParseRequest is a request to parse a file and get its native AST.