fluid v0.7.0 (2024-10-02T21:53:39Z)
Dub
Repo
FunctionVisitor
fluid
tour
Undocumented in source.
class
FunctionVisitor : ASTVisitor {
int
indentLevel
;
string
[]
sourceLines
;
string
[
string
]
functions
;
this
(string[] sourceLines);
alias
visit
=
ASTVisitor
.
visit
;
void
visit
(FunctionDeclaration decl);
}
Constructors
this
this
(string[] sourceLines)
Undocumented in source.
Members
Aliases
visit
alias
visit
=
ASTVisitor
.
visit
Undocumented in source.
Functions
visit
void
visit
(FunctionDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
functions
string
[
string
]
functions
;
Mapping of function names to their bodies.
indentLevel
int
indentLevel
;
Undocumented in source.
sourceLines
string
[]
sourceLines
;
Source code divided by lines.
Meta
Source
See Implementation
fluid
tour
modules
buttons
drag_and_drop
forms
frames
introduction
margins
module_view
popups
slots
themes
classes
BuildOutline
FunctionVisitor
functions
createUI
exampleList
main
render
showcaseCode
title
manifest constants
contentSize
maxContentSize
sidebarSize
variables
codeTheme
exampleListTheme
highlightBoxTheme
mainTheme
previewWrapperTheme