@eagleoutice/flowr - v2.13.14
Preparing search index...
src/cli/repl/commands/repl-main
ReplCodeCommandInformation
Interface ReplCodeCommandInformation
Information passed to each
ReplCodeCommand#fn
. The
analyzer
has the RParseRequest.
interface
ReplCodeCommandInformation
{
analyzer
:
FlowrAnalysisProvider
;
output
:
ReplOutput
;
remainingArgs
:
string
[]
;
}
Index
Properties
analyzer
output
remaining
Args
Properties
analyzer
analyzer
:
FlowrAnalysisProvider
output
output
:
ReplOutput
remaining
Args
remainingArgs
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
analyzer
output
remaining
Args
@eagleoutice/flowr - v2.13.14
Loading...
Information passed to each ReplCodeCommand#fn. The analyzer has the RParseRequest.