ProgramServiceBase class abstract

Constructors

ProgramServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
analyze(ServiceCall call, AnalyzeRequest request) Future<AnalyzeResponse>
analyze_Pre(ServiceCall call, Future<AnalyzeRequest> request) Future<AnalyzeResponse>
compile(ServiceCall call, CompileRequest request) Future<CompileResponse>
compile_Pre(ServiceCall call, Future<CompileRequest> request) Future<CompileResponse>
decodeSystemMessage(ServiceCall call, DecodeSystemMessageRequest request) Future<DecodeSystemMessageResponse>
decodeSystemMessage_Pre(ServiceCall call, Future<DecodeSystemMessageRequest> request) Future<DecodeSystemMessageResponse>
deviceRun(ServiceCall call, DeviceRunRequest request) Stream<DeviceRunResponse>
deviceRun_Pre(ServiceCall call, Future<DeviceRunRequest> request) Stream<DeviceRunResponse>
getCompilation(ServiceCall call, GetCompilationRequest request) Future<GetCompilationResponse>
getCompilation_Pre(ServiceCall call, Future<GetCompilationRequest> request) Future<GetCompilationResponse>
getProgram(ServiceCall call, GetProgramRequest request) Future<GetProgramResponse>
getProgram_Pre(ServiceCall call, Future<GetProgramRequest> request) Future<GetProgramResponse>
lookupPrograms(ServiceCall call, LookupProgramsRequest request) Future<LookupProgramsResponse>
lookupPrograms_Pre(ServiceCall call, Future<LookupProgramsRequest> request) Future<LookupProgramsResponse>
lspAnalyze(ServiceCall call, Stream<LspRequest> request) Stream<LspResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(ServiceCall call, Stream<RunRequest> request) Stream<RunResponse>
runStart(ServiceCall call, RunStartRequest request) Stream<RunResponse>
runStart_Pre(ServiceCall call, Future<RunStartRequest> request) Stream<RunResponse>
syntaxAnalyze(ServiceCall call, SyntaxAnalyzeRequest request) Future<SyntaxAnalyzeResponse>
syntaxAnalyze_Pre(ServiceCall call, Future<SyntaxAnalyzeRequest> request) Future<SyntaxAnalyzeResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited