fluid ~master (2024-02-07T07:38:27.1400979)
Dub
Repo
FunctionVisitor
fluid
showcase
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
showcase
modules
buttons
frames
introduction
slots
themes
classes
FunctionVisitor
functions
createUI
exampleList
main
render
showcaseCode
startWindow
title
manifest constants
contentSize
maxContentSize
variables
codeTheme
exampleListTheme
headingTheme
highlightBoxTheme
mainTheme
previewWrapperTheme
subheadingTheme
warningTheme